colibri/crates
Sam & Claude c902f75813 feat(clawdie): host installer/deployer crate (FreeBSD + Linux)
New crates/clawdie binary. Discovers a host's ZFS layout and provisions the
clawdie service, cross-platform via a Platform backend (FreeBSD rc.d + native
ZFS; Linux systemd + ZFS-on-Linux).

- discover: read-only OS + pool/dataset inspection
- plan: render the ZFS layout + service-install steps (dry-run)
- apply: executes the plan, and only with --yes (dry-run otherwise)

apply writes to disk only with --yes. Discovery + plan logic is unit-tested (7);
the disk-touching path must be validated on real hosts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 22:55:23 +02:00
..
clawdie feat(clawdie): host installer/deployer crate (FreeBSD + Linux) 2026-06-13 22:55:23 +02:00
colibri-client feat(socket): accept jail on the spawn-agent command 2026-06-13 20:01:02 +02:00
colibri-contracts fmt: format current main Rust sources (Sam & Codex) 2026-06-04 20:59:20 +02:00
colibri-daemon fix(spawner): use FreeBSD jail command=<binary> parameter syntax 2026-06-13 21:29:39 +02:00
colibri-deepseek feat: cache warming on daemon startup + periodic re-warm (T1.4 PR3b) 2026-05-31 17:33:53 +02:00
colibri-glasspane feat(glasspane): runtime-aware ingestion so zot panes parse precisely (Sam & Claude) 2026-06-13 10:48:21 +02:00
colibri-glasspane-tui docs: clarify Herdr as optional Linux display (Sam & Codex) 2026-06-13 12:29:11 +02:00
colibri-mcp feat(mcp): confine external MCP servers in a jail (reuse spawner primitive) 2026-06-13 20:08:24 +02:00
colibri-runtime Add read-only watchdog host-status reader (Codex) 2026-05-26 16:01:03 +02:00
colibri-skills fix: satisfy clippy for skill status default (Sam & Codex) 2026-05-31 14:38:28 +02:00
colibri-store feat: add colibri-store — embedded SQLite coordination database (Sam & Hermes) 2026-05-27 16:40:19 +02:00