colibri/crates
Sam & Claude 325951be5c
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
feat(clawdie): ZFS-aware storage strategy + optional pool creation
clawdie chooses storage per host:
- FreeBSD: ZFS required (datasets under the pool)
- Linux with ZFS + a pool: datasets under the pool
- Linux without ZFS: plain-dir fallback, reporting ZFS benefits + spare disks
- --create-pool /dev/DEV runs `zpool create` (needs --pool NAME)

Pool creation is destructive and guarded: refused unless the disk is detected
empty (no partitions/filesystem/mount, not the root disk) or --force is given,
and only with --yes. `discover` lists block devices with candidacy. New
disk-candidacy parser + storage resolver are unit-tested (13 tests).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 00:32:21 +02:00
..
clawdie feat(clawdie): ZFS-aware storage strategy + optional pool creation 2026-06-14 00:32:21 +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): stage jailed env payloads (Sam & Codex) 2026-06-13 23:28:19 +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 fix(spawner): stage jailed env payloads (Sam & Codex) 2026-06-13 23:28:19 +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