docs: multi-agent multi-host gap analysis + implementation plan (Sam & Hermes) #84
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/multi-agent-host-plan"
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?
What
Gap analysis and implementation plan for the multi-agent multi-host coordination goal, written after pulling PR #83 (cross-host TCP bridge + agent polling loop).
Documents
docs/MULTI-AGENT-HOST-PLAN.md— full gap analysis of the multi-host stack (7 gaps identified), 5 implementation phases, immediate scope = Phases 1-2docs/PRIORITY-HANDOFF-ISO-SPAWN-COST.md— marks Priorities 2 & 3 done, fixes stale test count (164 → 211), cross-references new plandocs/README.md— adds new doc to indexKey findings
The multi-host plane is packaged and documented but untested:
pick_agentonly tested with 0-1 agentsclaim_taskis a blind UPDATE, no concurrency guardhost/last_seen/heartbeat in agent schemaImmediate scope (Phases 1-2)
pick_agentunit tests (partial match, tie-breaking, multi-cap)feat/cli-register-agentbranchclaim-task+transition-taskto CLIAll Linux-testable. 211 tests pass, clippy clean, fmt clean.