From ebff77b326b2cf69db70d2f98a1fcf2e0a2939f3 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Sat, 13 Jun 2026 22:56:31 +0200 Subject: [PATCH] docs: list clawdie in the workspace crate tables Co-Authored-By: Claude Opus 4.8 --- AGENTS.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 70bbfc8..179536d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -60,9 +60,10 @@ Target: `x86_64-unknown-freebsd` (Rust Tier-2). TLS is `rustls` to avoid | `colibri-store` | Embedded SQLite coordination (task board, agents, skills) | | `colibri-skills` | Skills catalog (read-only consumer of reviewed skill artifacts) | | `colibri-mcp` | MCP bridge for editor integration + external MCP host (jailed) | +| `clawdie` | Host installer/deployer: ZFS layout + `clawdie` service (FreeBSD/Linux) | | `colibri` (root) | Workspace root + probe binaries | -The workspace currently has 11 crates (10 members + root). +The workspace currently has 12 crates (11 members + root). Gate status should be rechecked from source instead of relying on a fixed test count: diff --git a/README.md b/README.md index 0eb277a..5416262 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ISO acceptance runbook: `docs/ISO-ACCEPTANCE-RUNBOOK.md`. Clawdie Studio/Zed proposal: `docs/CLAWDIE-STUDIO-PROPOSAL.md`. External MCP host prototype: `docs/COLIBRI-EXTERNAL-MCP-PROTOTYPE.md`. -## Workspace — 10 crates +## Workspace — 11 crates | Crate | Role | | ----------------------- | ----------------------------------------------------------------------- | @@ -25,6 +25,7 @@ External MCP host prototype: `docs/COLIBRI-EXTERNAL-MCP-PROTOTYPE.md`. | `colibri-glasspane-tui` | ratatui live dashboard (FreeBSD-native) | | `colibri-store` | Embedded SQLite coordination (task board, agents, skills) | | `colibri-skills` | Skills catalog crate | +| `clawdie` | Host installer/deployer: ZFS layout + `clawdie` service (FreeBSD/Linux) | ## Build