Merge pull request 'docs: stop hand-maintaining the workspace crate count' (#61) from docs/drop-hardcoded-crate-count into main
Some checks are pending
CI / rust (push) Waiting to run
CI / markdown (push) Waiting to run

This commit is contained in:
clawdie 2026-06-14 12:45:00 +02:00
commit b6d0b82452
2 changed files with 5 additions and 3 deletions

View file

@ -63,7 +63,9 @@ Target: `x86_64-unknown-freebsd` (Rust Tier-2). TLS is `rustls` to avoid
| `clawdie` | Host installer/deployer: ZFS layout + `clawdie` service (FreeBSD/Linux) |
| `colibri` (root) | Workspace root + probe binaries |
The workspace currently has 12 crates (11 members + root).
The table lists the workspace members plus the root `colibri` package. Don't
hard-code a crate count here — `Cargo.toml` `members` + the root is the source of
truth, and a fixed number drifts.
Gate status should be rechecked from source instead of relying on a fixed test
count:

View file

@ -4,7 +4,7 @@ The Clawdie control plane core — a small, cross-platform (FreeBSD + Linux) Rus
daemon that unifies coordination (task board, agent registry, skills catalog)
with cache-first cost discipline (byte-stable prompt prefixes, cache-hit metering).
**Status:** 12 crates; workspace gates are expected to be fmt/clippy/test/release green. Avoid fixed test-count status here — run the gate commands below for the current count. Phase 3 (coordination core) is in progress.
**Status:** workspace gates are expected to be fmt/clippy/test/release green. Avoid fixed crate/test counts here — see the crate table below and run the gate commands for the current state. Phase 3 (coordination core) is in progress.
Next ISO integration plan: `docs/ISO-INTEGRATION-PLAN.md`.
ISO acceptance runbook: `docs/ISO-ACCEPTANCE-RUNBOOK.md`.
@ -12,7 +12,7 @@ Clawdie Studio/Zed proposal: `docs/CLAWDIE-STUDIO-PROPOSAL.md`.
External MCP host prototype: `docs/COLIBRI-EXTERNAL-MCP-PROTOTYPE.md`.
Optional Headroom compression sidecar: `docs/HEADROOM-SIDECAR.md`.
## Workspace — 12 crates
## Workspace
| Crate | Role |
| ----------------------- | ----------------------------------------------------------------------- |