diff --git a/AGENTS.md b/AGENTS.md index 179536d..d8ddb2d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -48,20 +48,20 @@ Target: `x86_64-unknown-freebsd` (Rust Tier-2). TLS is `rustls` to avoid ## Workspace — current crates -| Crate | Role | -| ----------------------- | --------------------------------------------------------------- | -| `colibri-contracts` | Manifest/capability/event schema (golden tests) | -| `colibri-deepseek` | DeepSeek cache-hit probe, prefix metering | -| `colibri-runtime` | Host status ingestion, runtime inventory | -| `colibri-glasspane` | Agent state machine + event ingestion | -| `colibri-daemon` | Always-on socket server, session/agent lifecycle, jail spawner | -| `colibri-client` | Typed Unix-socket client + operator CLI tools | -| `colibri-glasspane-tui` | ratatui dashboard — live pane supervision | -| `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) | +| Crate | Role | +| ----------------------- | ----------------------------------------------------------------------- | +| `colibri-contracts` | Manifest/capability/event schema (golden tests) | +| `colibri-deepseek` | DeepSeek cache-hit probe, prefix metering | +| `colibri-runtime` | Host status ingestion, runtime inventory | +| `colibri-glasspane` | Agent state machine + event ingestion | +| `colibri-daemon` | Always-on socket server, session/agent lifecycle, jail spawner | +| `colibri-client` | Typed Unix-socket client + operator CLI tools | +| `colibri-glasspane-tui` | ratatui dashboard — live pane supervision | +| `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 | +| `colibri` (root) | Workspace root + probe binaries | The workspace currently has 12 crates (11 members + root). diff --git a/Cargo.lock b/Cargo.lock index ae156b1..d499ea7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,6 +277,15 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" +[[package]] +name = "clawdie" +version = "0.0.1" +dependencies = [ + "clap", + "serde", + "serde_json", +] + [[package]] name = "colibri" version = "0.0.1"