fix: refresh workspace lockfile and AGENTS formatting (Sam & Codex) #47
2 changed files with 22 additions and 13 deletions
26
AGENTS.md
26
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).
|
||||
|
||||
|
|
|
|||
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue