From b8d499e85c11aea2d4618dfc35ff9baa5bcf0b8c Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Fri, 26 Jun 2026 17:32:03 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20rename=20PLAN/PROPOSAL/HANDOFF/ENHANCEM?= =?UTF-8?q?ENT=20=E2=86=92=20implementation=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7 renames (no plan/proposal/handoff/enhancement in filenames): CLAWDIE-INSTALLER-HANDOFF.md → CLAWDIE-INSTALLER-VALIDATION.md CLAWDIE-STUDIO-PROPOSAL.md → CLAWDIE-STUDIO.md COLIBRI-SKILLS-PLAN.md → COLIBRI-SKILLS.md FREEBSD-BUILD-LANE-HANDOFF.md→ FREEBSD-BUILD-LANE.md GLASSPANE-TUI-ENHANCEMENTS.md→ GLASSPANE-TUI-DESIGN.md MULTI-AGENT-HOST-PLAN.md → MULTI-AGENT-HOST.md PLAN-WIKI-CLAWDIE-SI.md → WIKI-CLAWDIE-SI.md 16 cross-references updated across 10 files. wiki-lint --strict: PASS (146 refs, 0 failures). --- crates/colibri-glasspane-tui/src/main.rs | 2 +- ...OFF.md => CLAWDIE-INSTALLER-VALIDATION.md} | 0 ...E-STUDIO-PROPOSAL.md => CLAWDIE-STUDIO.md} | 0 ...LIBRI-SKILLS-PLAN.md => COLIBRI-SKILLS.md} | 0 ...-LANE-HANDOFF.md => FREEBSD-BUILD-LANE.md} | 2 +- ...NHANCEMENTS.md => GLASSPANE-TUI-DESIGN.md} | 0 ...AGENT-HOST-PLAN.md => MULTI-AGENT-HOST.md} | 0 docs/README.md | 8 +++---- ...-WIKI-CLAWDIE-SI.md => WIKI-CLAWDIE-SI.md} | 0 docs/guide/install/install.md | 2 +- docs/wiki/daemon-not-demon.md | 22 +++++++++---------- docs/wiki/deployment.md | 2 +- docs/wiki/external-mcp.md | 2 +- docs/wiki/layered-soul.md | 4 ++-- docs/wiki/mother-hive.md | 2 +- docs/wiki/skills-catalog.md | 6 ++--- docs/wiki/sl/daemon-not-demon.md | 22 +++++++++---------- docs/wiki/sl/deployment.md | 2 +- docs/wiki/sl/external-mcp.md | 10 ++++----- docs/wiki/sl/index.md | 2 +- docs/wiki/sl/layered-soul.md | 4 ++-- docs/wiki/sl/mother-hive.md | 2 +- docs/wiki/tui.md | 2 +- 23 files changed, 48 insertions(+), 48 deletions(-) rename docs/{CLAWDIE-INSTALLER-HANDOFF.md => CLAWDIE-INSTALLER-VALIDATION.md} (100%) rename docs/{CLAWDIE-STUDIO-PROPOSAL.md => CLAWDIE-STUDIO.md} (100%) rename docs/{COLIBRI-SKILLS-PLAN.md => COLIBRI-SKILLS.md} (100%) rename docs/{FREEBSD-BUILD-LANE-HANDOFF.md => FREEBSD-BUILD-LANE.md} (99%) rename docs/{GLASSPANE-TUI-ENHANCEMENTS.md => GLASSPANE-TUI-DESIGN.md} (100%) rename docs/{MULTI-AGENT-HOST-PLAN.md => MULTI-AGENT-HOST.md} (100%) rename docs/{PLAN-WIKI-CLAWDIE-SI.md => WIKI-CLAWDIE-SI.md} (100%) diff --git a/crates/colibri-glasspane-tui/src/main.rs b/crates/colibri-glasspane-tui/src/main.rs index 446e29f..12cffd3 100644 --- a/crates/colibri-glasspane-tui/src/main.rs +++ b/crates/colibri-glasspane-tui/src/main.rs @@ -888,7 +888,7 @@ mod tests { #[test] fn all_sessions_view_is_reachable_with_sessions_present() { // Regression for the pre-existing bug documented in - // GLASSPANE-TUI-ENHANCEMENTS.md: once any pane had a session_id, + // GLASSPANE-TUI-DESIGN.md: once any pane had a session_id, // rebuild_session_list() forced session_filter = Some(first), making // the aggregated "All sessions" view unreachable. It must now default // to All and stay selectable via Tab. diff --git a/docs/CLAWDIE-INSTALLER-HANDOFF.md b/docs/CLAWDIE-INSTALLER-VALIDATION.md similarity index 100% rename from docs/CLAWDIE-INSTALLER-HANDOFF.md rename to docs/CLAWDIE-INSTALLER-VALIDATION.md diff --git a/docs/CLAWDIE-STUDIO-PROPOSAL.md b/docs/CLAWDIE-STUDIO.md similarity index 100% rename from docs/CLAWDIE-STUDIO-PROPOSAL.md rename to docs/CLAWDIE-STUDIO.md diff --git a/docs/COLIBRI-SKILLS-PLAN.md b/docs/COLIBRI-SKILLS.md similarity index 100% rename from docs/COLIBRI-SKILLS-PLAN.md rename to docs/COLIBRI-SKILLS.md diff --git a/docs/FREEBSD-BUILD-LANE-HANDOFF.md b/docs/FREEBSD-BUILD-LANE.md similarity index 99% rename from docs/FREEBSD-BUILD-LANE-HANDOFF.md rename to docs/FREEBSD-BUILD-LANE.md index 6b84de3..4da20a6 100644 --- a/docs/FREEBSD-BUILD-LANE-HANDOFF.md +++ b/docs/FREEBSD-BUILD-LANE.md @@ -4,7 +4,7 @@ candidate and prove ISO Gate 1 (passive service) on real FreeBSD. This is the runtime-proof step for the FreeBSD ISO validation tracked in -`MULTI-AGENT-HOST-PLAN.md`. The build-side wiring is already done on +`MULTI-AGENT-HOST.md`. The build-side wiring is already done on Linux — `clawdie-iso build.sh` stages the Colibri binaries, installs the rc.d script, creates the `colibri` user, and enables the service. What remains is work only a FreeBSD host can do: build the FreeBSD binaries, run the image diff --git a/docs/GLASSPANE-TUI-ENHANCEMENTS.md b/docs/GLASSPANE-TUI-DESIGN.md similarity index 100% rename from docs/GLASSPANE-TUI-ENHANCEMENTS.md rename to docs/GLASSPANE-TUI-DESIGN.md diff --git a/docs/MULTI-AGENT-HOST-PLAN.md b/docs/MULTI-AGENT-HOST.md similarity index 100% rename from docs/MULTI-AGENT-HOST-PLAN.md rename to docs/MULTI-AGENT-HOST.md diff --git a/docs/README.md b/docs/README.md index d26301d..1494261 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,13 +4,13 @@ A quick-reference guide to every document in this folder. | Document | One-liner | Audience | | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | --------------- | -| [`CLAWDIE-INSTALLER-HANDOFF.md`](CLAWDIE-INSTALLER-HANDOFF.md) | FreeBSD validation handoff for the `clawdie` installer | Codex (FreeBSD) | -| [`CLAWDIE-STUDIO-PROPOSAL.md`](CLAWDIE-STUDIO-PROPOSAL.md) | Zed/Claude Code + control plane integration (bare-metal deployment option) | Sam & agents | +| [`CLAWDIE-INSTALLER-VALIDATION.md`](CLAWDIE-INSTALLER-VALIDATION.md) | FreeBSD validation handoff for the `clawdie` installer | Codex (FreeBSD) | +| [`CLAWDIE-STUDIO.md`](CLAWDIE-STUDIO.md) | Zed/Claude Code + control plane integration (bare-metal deployment option) | Sam & agents | | [`COLIBRI-EXTERNAL-MCP-PROTOTYPE.md`](COLIBRI-EXTERNAL-MCP-PROTOTYPE.md) | Colibri as MCP host for external stdio servers (jailed, 3-tier trust) | Agents | | [`COLIBRI-JAILED-AGENT-SPAWN-DESIGN.md`](COLIBRI-JAILED-AGENT-SPAWN-DESIGN.md) | FreeBSD jail confinement for spawned agents — accepted & implemented | Rust agents | -| [`COLIBRI-SKILLS-PLAN.md`](COLIBRI-SKILLS-PLAN.md) | Skills catalog roadmap: read-only Phase 1, write-gated Phase 2+ | Agents | +| [`COLIBRI-SKILLS.md`](COLIBRI-SKILLS.md) | Skills catalog roadmap: read-only Phase 1, write-gated Phase 2+ | Agents | | [`COLIBRI-TOKENOMICS-TRIFECTA.md`](COLIBRI-TOKENOMICS-TRIFECTA.md) | Strategic vision: useful tokens, cost-per-intelligence, measurement | All | | [`ISO-ACCEPTANCE-RUNBOOK.md`](ISO-ACCEPTANCE-RUNBOOK.md) | Post-boot acceptance commands after staging Colibri into an ISO | Codex (FreeBSD) | | [`ISO-SERVICE-LAYOUT.md`](ISO-SERVICE-LAYOUT.md) | `rc.conf` service layout for the ISO image | All | -| [`MULTI-AGENT-HOST-PLAN.md`](MULTI-AGENT-HOST-PLAN.md) | **Current sprint**: multi-agent task-board tests + CLI surface gaps | All agents | +| [`MULTI-AGENT-HOST.md`](MULTI-AGENT-HOST.md) | **Current sprint**: multi-agent task-board tests + CLI surface gaps | All agents | | [`VAULT-PROVISION-RUNBOOK.md`](VAULT-PROVISION-RUNBOOK.md) | First-proof runbook: vault → jail → `.env` chain (clean CLI) | Agents, Sam | diff --git a/docs/PLAN-WIKI-CLAWDIE-SI.md b/docs/WIKI-CLAWDIE-SI.md similarity index 100% rename from docs/PLAN-WIKI-CLAWDIE-SI.md rename to docs/WIKI-CLAWDIE-SI.md diff --git a/docs/guide/install/install.md b/docs/guide/install/install.md index 2bb2a8c..2ddc091 100644 --- a/docs/guide/install/install.md +++ b/docs/guide/install/install.md @@ -88,4 +88,4 @@ repo; they are being reconciled to the `clawdie` model. The disk-touching and service-install paths are validated on real FreeBSD/Linux hosts; discovery, plan, and disk-candidacy logic are unit-tested. See -`docs/CLAWDIE-INSTALLER-HANDOFF.md` for the FreeBSD validation runbook. +`docs/CLAWDIE-INSTALLER-VALIDATION.md` for the FreeBSD validation runbook. diff --git a/docs/wiki/daemon-not-demon.md b/docs/wiki/daemon-not-demon.md index 066d3ff..be4db07 100644 --- a/docs/wiki/daemon-not-demon.md +++ b/docs/wiki/daemon-not-demon.md @@ -39,22 +39,22 @@ Examples: `sshd` (SSH daemon), `cron` (scheduler daemon), `colibri-daemon` To avoid the _demon_ (devil) connotation, Slovenian documentation translates _daemon_ as **proces v ozadju** — literally "process in the background." -| English | Slovenian | Why | -| ---------------- | ------------------------------ | ----------------------------------------------------------------------- | -| daemon | proces v ozadju | Neutral, descriptive — no devil connotation | -| colibri-daemon | proces v ozadju Colibri | Same term, always | -| daemon process | proces v ozadju | The process IS in the background; the adjective form is less idiomatic | +| English | Slovenian | Why | +| -------------- | ----------------------- | ---------------------------------------------------------------------- | +| daemon | proces v ozadju | Neutral, descriptive — no devil connotation | +| colibri-daemon | proces v ozadju Colibri | Same term, always | +| daemon process | proces v ozadju | The process IS in the background; the adjective form is less idiomatic | The adjective form _ozadnji_ (background, as in "background process") was considered but _proces v ozadju_ is more natural Slovenian — the noun inflects while the prepositional phrase stays fixed: -| Case | Slovenian | -| ----------------- | ------------------------------ | -| nominative | proces v ozadju | -| genitive | procesa v ozadju | -| dative / locative | procesu v ozadju | -| instrumental | procesom v ozadju | +| Case | Slovenian | +| ----------------- | ----------------- | +| nominative | proces v ozadju | +| genitive | procesa v ozadju | +| dative / locative | procesu v ozadju | +| instrumental | procesom v ozadju | ## In English: always _daemon_, never _demon_ diff --git a/docs/wiki/deployment.md b/docs/wiki/deployment.md index 4eb280c..a3fab5c 100644 --- a/docs/wiki/deployment.md +++ b/docs/wiki/deployment.md @@ -13,7 +13,7 @@ and either ZFS or plain directories. → `docs/ISO-SERVICE-LAYOUT.md` -→ `docs/CLAWDIE-INSTALLER-HANDOFF.md` +→ `docs/CLAWDIE-INSTALLER-VALIDATION.md` ## Decisions diff --git a/docs/wiki/external-mcp.md b/docs/wiki/external-mcp.md index c84b27a..8f90def 100644 --- a/docs/wiki/external-mcp.md +++ b/docs/wiki/external-mcp.md @@ -15,7 +15,7 @@ protocol that editors already speak. This avoids the maintenance cost and political risk of forking or embedding an editor, keeps Colibri headless-safe, and lets any MCP-compatible client access the same surface. -For the longer-term product framing, see ../CLAWDIE-STUDIO-PROPOSAL.md. +For the longer-term product framing, see ../CLAWDIE-STUDIO.md. ## Two roles in one binary diff --git a/docs/wiki/layered-soul.md b/docs/wiki/layered-soul.md index 08f5557..b7622bb 100644 --- a/docs/wiki/layered-soul.md +++ b/docs/wiki/layered-soul.md @@ -23,7 +23,7 @@ table as `clawdie-iso/scripts/import-clawdie-skills.sh`; idempotent, safe to re- The the Colibri adapter in layered-soul names a "Layered Memory Fabric" with three stores — `system_skills`, `system_brain`, `system_ops`. As of 2026-06-13 only a single flat `skills` table exists; the rest is **design only** -(`docs/COLIBRI-SKILLS-PLAN.md`), so the importer intentionally does not target it. +(`docs/COLIBRI-SKILLS.md`), so the importer intentionally does not target it. | Layered Soul source | Target (planned) | Status | | ------------------------------- | ---------------- | ---------------------------------------------------------- | @@ -39,7 +39,7 @@ then re-import — runtime copies are ephemeral consumers. ## Closing the gap (future work) -1. Implement `system_brain` per `COLIBRI-SKILLS-PLAN.md`, then extend the importer +1. Implement `system_brain` per `COLIBRI-SKILLS.md`, then extend the importer to load curated memories. 2. Migrate the flat `skills` table to the planned `system_skills` schema. 3. Define and import `system_ops` task/job manifests. diff --git a/docs/wiki/mother-hive.md b/docs/wiki/mother-hive.md index a03bd26..46ec1f6 100644 --- a/docs/wiki/mother-hive.md +++ b/docs/wiki/mother-hive.md @@ -108,4 +108,4 @@ 108|- [agent-harness](./agent-harness.md) — the zot/Colibri split; autospawn 109|- [naming-decisions](./naming-decisions.md) — `usb_nodes → hive_nodes`, autospawn flag rename 110|- [quality-gates](./quality-gates.md) — the gate that should catch drift at PR time -111| \ No newline at end of file +111| diff --git a/docs/wiki/skills-catalog.md b/docs/wiki/skills-catalog.md index ddcbb08..d784822 100644 --- a/docs/wiki/skills-catalog.md +++ b/docs/wiki/skills-catalog.md @@ -9,7 +9,7 @@ the daemon, CLI, and TUI. This crate does not author skills. → `crates/colibri-skills/src/lib.rs` -→ `docs/COLIBRI-SKILLS-PLAN.md` +→ `docs/COLIBRI-SKILLS.md` ## Decisions @@ -33,7 +33,7 @@ The import path is target for Phase 1: scan the configured Clawdie-AI checkout, parse manifests, verify checksums, and upsert into SQLite. The type scaffold exists today; the importer, chunker, and FTS5 index are planned. -→ `docs/COLIBRI-SKILLS-PLAN.md` (Phases 1-7) +→ `docs/COLIBRI-SKILLS.md` (Phases 1-7) ### Manifest-driven identity @@ -108,7 +108,7 @@ pgvector; until then, SQLite keeps the control-plane self-contained. → [store-schema](./store-schema.md) -→ `docs/COLIBRI-SKILLS-PLAN.md` (SQLite schema target) +→ `docs/COLIBRI-SKILLS.md` (SQLite schema target) ### Status is a lifecycle marker, not a state machine diff --git a/docs/wiki/sl/daemon-not-demon.md b/docs/wiki/sl/daemon-not-demon.md index b127035..bf2f335 100644 --- a/docs/wiki/sl/daemon-not-demon.md +++ b/docs/wiki/sl/daemon-not-demon.md @@ -37,22 +37,22 @@ ozadju), `colibri-daemon` (proces krmilne ravnine v ozadju). Da se izognemo prizvoku _demona_ (hudiča), slovenska dokumentacija prevaja _daemon_ kot **proces v ozadju**. -| Angleško | Slovensko | Zakaj | -| ---------------- | ------------------------------ | ------------------------------------------------------------------------- | -| daemon | proces v ozadju | Nevtralno, opisno — brez hudičevega prizvoka | -| colibri-daemon | proces v ozadju Colibri | Enak izraz, vedno | -| daemon process | proces v ozadju | Proces JE v ozadju; pridevniška oblika je manj idiomatična | +| Angleško | Slovensko | Zakaj | +| -------------- | ----------------------- | ---------------------------------------------------------- | +| daemon | proces v ozadju | Nevtralno, opisno — brez hudičevega prizvoka | +| colibri-daemon | proces v ozadju Colibri | Enak izraz, vedno | +| daemon process | proces v ozadju | Proces JE v ozadju; pridevniška oblika je manj idiomatična | Oblika _ozadnji proces_ je bila v obtoku, vendar je _proces v ozadju_ naravnejša slovenščina — samostalnik se sklanja, predložna zveza pa ostaja nespremenjena: -| Sklon | Slovensko | -| ----------------- | ------------------------------ | -| imenovalnik | proces v ozadju | -| rodilnik | procesa v ozadju | -| dajalnik / mestnik| procesu v ozadju | -| orodnik | procesom v ozadju | +| Sklon | Slovensko | +| ------------------ | ----------------- | +| imenovalnik | proces v ozadju | +| rodilnik | procesa v ozadju | +| dajalnik / mestnik | procesu v ozadju | +| orodnik | procesom v ozadju | ## V angleščini: vedno _daemon_, nikoli _demon_ diff --git a/docs/wiki/sl/deployment.md b/docs/wiki/sl/deployment.md index 5270b03..c76a1d8 100644 --- a/docs/wiki/sl/deployment.md +++ b/docs/wiki/sl/deployment.md @@ -11,7 +11,7 @@ rc.d, podatkovne zbirke ZFS in neprivilegiranega uporabnika. Na Linuxu lahko uporablja systemd in bodisi ZFS bodisi navadne imenike. → `crates/clawdie/src/main.rs` | `crates/clawdie/src/plan.rs` -→ `docs/ISO-SERVICE-LAYOUT.md` | `docs/CLAWDIE-INSTALLER-HANDOFF.md` +→ `docs/ISO-SERVICE-LAYOUT.md` | `docs/CLAWDIE-INSTALLER-VALIDATION.md` ## Odločitve diff --git a/docs/wiki/sl/external-mcp.md b/docs/wiki/sl/external-mcp.md index 3753ac8..a627c8d 100644 --- a/docs/wiki/sl/external-mcp.md +++ b/docs/wiki/sl/external-mcp.md @@ -24,11 +24,11 @@ podpira. Prav tako se izogne potrebi po odprtju drugega omrežnega vmesnika. Strežnik MCP izpostavlja tri orodja: -| Orodje | Ukaz procesa v ozadju | Namen | -| ------------------ | ---------------------- | ---------------------------------------------------------- | -| `colibri_status` | `status` | Stanje procesa v ozadju (agenti, opravila, predpomnilnik) | -| `colibri_snapshot` | `glasspane-snapshot` | Trenutni posnetek podoken Glasspane | -| `colibri_spawn` | `spawn-agent` | Zaženi novega agenta | +| Orodje | Ukaz procesa v ozadju | Namen | +| ------------------ | --------------------- | --------------------------------------------------------- | +| `colibri_status` | `status` | Stanje procesa v ozadju (agenti, opravila, predpomnilnik) | +| `colibri_snapshot` | `glasspane-snapshot` | Trenutni posnetek podoken Glasspane | +| `colibri_spawn` | `spawn-agent` | Zaženi novega agenta | Ta tri orodja pokrivajo 90 % zunanjih interakcij. Celoten API vtičnice je na voljo neposrednim odjemalcem vtičnice; MCP je priročna podmnožica. diff --git a/docs/wiki/sl/index.md b/docs/wiki/sl/index.md index e412404..c8e107e 100644 --- a/docs/wiki/sl/index.md +++ b/docs/wiki/sl/index.md @@ -67,7 +67,7 @@ clippy. | [contracts](./contracts.md) | Stabilne JSON sheme (run-manifest, runtime-inventory, provider-smoke), zlati testi | | [store-schema](./store-schema.md) | Usklajevalna shema SQLite in disciplina migracij | | [external-mcp](./external-mcp.md) | Most MCP za urejevalnike + zunanji gostitelj stdio MCP; dovoljenja za branje/pisanje/zunanji-klic | -| [operator-cli](./operator-cli.md) | CLI `colibri` kot tanek tipiziran odjemalec Unix vtičnice prek API procesa v ozadju | +| [operator-cli](./operator-cli.md) | CLI `colibri` kot tanek tipiziran odjemalec Unix vtičnice prek API procesa v ozadju | | [tui](./tui.md) | Odjemalec terminalske nadzorne plošče (colibri-tui) proti avtomatu stanj colibri-glasspane | | [terminal](./terminal.md) | Odločitev o terminalski zmožnosti (Kitty, razširjeno poročanje tipk, prehod tmux, SSH terminfo) | | [runtime-inventory](./runtime-inventory.md) | Popis izvajalnega okolja gostitelja + bralnik statusa čuvaja; aditivne, bralne integracije | diff --git a/docs/wiki/sl/layered-soul.md b/docs/wiki/sl/layered-soul.md index 137ff89..52435c2 100644 --- a/docs/wiki/sl/layered-soul.md +++ b/docs/wiki/sl/layered-soul.md @@ -27,7 +27,7 @@ idempotentno, varno za ponovni zagon. Prilagoditveni vmesnik Colibri v layered-soul poimenuje "Plastovito pomnilniško tkanino" s tremi shrambami — `system_skills`, `system_brain`, `system_ops`. Na dan 2026-06-13 obstaja samo ena ploščata tabela `skills`; -ostalo je **samo načrt** (`docs/COLIBRI-SKILLS-PLAN.md`), zato uvoznik +ostalo je **samo načrt** (`docs/COLIBRI-SKILLS.md`), zato uvoznik namenoma ne cilja nanje. | Vir v layered-soul | Cilj (načrtovan) | Stanje | @@ -44,7 +44,7 @@ nato ponovno uvozite — izvajalne kopije so prehodni porabniki. ## Zapiranje vrzeli (prihodnje delo) -1. Implementiraj `system_brain` po `COLIBRI-SKILLS-PLAN.md`, nato razširi +1. Implementiraj `system_brain` po `COLIBRI-SKILLS.md`, nato razširi uvoznika, da naloži urejene spomine. 2. Preseli ploščato tabelo `skills` v načrtovano shemo `system_skills`. 3. Definiraj in uvozi manifeste opravil `system_ops`. diff --git a/docs/wiki/sl/mother-hive.md b/docs/wiki/sl/mother-hive.md index b831b33..47930a2 100644 --- a/docs/wiki/sl/mother-hive.md +++ b/docs/wiki/sl/mother-hive.md @@ -117,4 +117,4 @@ 117|- [agent-harness](./agent-harness.md) — razcep zot/Colibri; samodejni zagon 118|- [naming-decisions](./naming-decisions.md) — `usb_nodes → hive_nodes`, preimenovanje zastavice autospawn 119|- [quality-gates](./quality-gates.md) — preverjanje, ki bi moralo ujeti odmik ob času PR -120| \ No newline at end of file +120| diff --git a/docs/wiki/tui.md b/docs/wiki/tui.md index 9b30597..485b13b 100644 --- a/docs/wiki/tui.md +++ b/docs/wiki/tui.md @@ -64,7 +64,7 @@ with layout and keybindings; all semantic decisions live in The crate directory is `colibri-glasspane-tui` because the package implements "a TUI for the glasspane." The installed binary is named `colibri-tui` -because that is what an operator types. `CLAWDIE-STUDIO-PROPOSAL.md` and other +because that is what an operator types. `CLAWDIE-STUDIO.md` and other docs refer to `colibri-tui` as shorthand; there is no separate `colibri-tui` crate.