docs(agents): list active handoffs for the FreeBSD agent (#70)
Some checks are pending
CI / rust (push) Waiting to run
CI / markdown (push) Waiting to run

This commit is contained in:
clawdie 2026-06-14 15:52:56 +02:00
parent 2e23e4c409
commit 7e7915c829

View file

@ -127,6 +127,13 @@ See `docs/COLIBRI-EXTERNAL-MCP-PROTOTYPE.md` and
## Multiagent Workflow
- **Handoff doc:** `docs/<FEATURE>-HANDOFF.md` — always update before handing off
- **Active handoffs:**
- `docs/FREEBSD-BUILD-LANE-HANDOFF.md` — FreeBSD agent (Codex): build the
Colibri and zot binaries, run the clawdie-iso build, boot, and run the
acceptance runbook plus the Hermes rc.d checks (ISO Gate 1 runtime proof
for Priority 1).
- `docs/CLAWDIE-INSTALLER-HANDOFF.md` — FreeBSD agent (Codex): `clawdie` ZFS
layout + service install validation.
- **Proof gate tracker:** `cargo run --bin proof-gate-tracker`
- **Platform matrix:** `cargo test --test platform-matrix`
- **External MCP smoke:** see `docs/COLIBRI-EXTERNAL-MCP-PROTOTYPE.md`