agent-orchestrator/docs
Prateek ad399a3f8b feat: add file-based mailbox for agent communication + CLI --prompt flag
- Add Mailbox class (packages/core/src/mailbox.ts) for structured
  JSON messaging between orchestrator and sessions
- Add --prompt <file> and --prompt-text <text> flags to ao spawn
- Add inbox-watcher.sh for message delivery to agents
- Add architecture analysis comparing file/socket/queue/tmux approaches
- Add integration and migration plan docs

Note: Design is still being refined. The mailbox ack mechanism is
weak (watcher-level, not agent-level). Agent-native introspection
(JSONL for Claude Code) remains the best way to detect agent state.
The core value is structured message format, persistent history,
and runtime abstraction.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 19:35:05 +05:30
..
design feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
DEVELOPMENT.md docs: update port references to reflect configurability (#122) 2026-02-19 07:37:00 +05:30
MISSION-COMPLETE.md feat: add file-based mailbox for agent communication + CLI --prompt flag 2026-02-20 19:35:05 +05:30
SECURITY-AUDIT-SUMMARY.md fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
agent-communication-integration.md feat: add file-based mailbox for agent communication + CLI --prompt flag 2026-02-20 19:35:05 +05:30
agent-communication.md feat: add file-based mailbox for agent communication + CLI --prompt flag 2026-02-20 19:35:05 +05:30