Summary
Implement IPC-based multi-agent orchestration for parallel task execution.
Reference Implementation
Based on Codi-TS orchestrate/:
- Commander process manages worker agents
- Workers run in isolated git worktrees
- Permission requests bubble up via Unix sockets
- Human-in-the-loop approval for all operations
Components to Implement
Child Agent
IPC Protocol
Commander
Worktrees
Dependencies
tokio for async IPC
git2 0.19 for worktree management
Related
- Depends on: Phase 6 TUI (merged)
- Depends on: Phase 5.5 Session (merged)
Estimated Effort
~4 weeks, ~6 person-weeks
Summary
Implement IPC-based multi-agent orchestration for parallel task execution.
Reference Implementation
Based on Codi-TS
orchestrate/:Components to Implement
Child Agent
IPC Protocol
Commander
Worktrees
Dependencies
tokiofor async IPCgit20.19 for worktree managementRelated
Estimated Effort
~4 weeks, ~6 person-weeks