test(daemon): multi-agent board — register, claim, lifecycle #185
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "test/multi-agent-board-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
End-to-end integration test that exercises the full multi-agent task board lifecycle through the real Unix socket:
sysadmin(freebsd cap),db-admin(postgres cap)claim-tasktransition-taskThis validates the CLI surface from PR #138 (
claim-task,transition-task) through the real socket path, not just unit tests.Gate
cargo fmt --check— cleancargo clippy --workspace --all-targets -- -D warnings— cleancargo test --workspace— 257 passed, 0 failed, 1 ignored (zot_rpc_smoke needs ZOT_BIN)Tested by Claude on domedog (Linux agent) — Rust 1.95.0.
Pull request closed