agent-orchestrator/scripts
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
..
claude-ao-session feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-batch-spawn feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-bugbot-fix feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-dashboard feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-integrator-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-open-all feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-review-check feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-session-status feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-spawn feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-spawn-on-branch feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-spawn-with-context feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-spawn-with-prompt feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-splitly-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-status feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
get-claude-session-info feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
inbox-watcher.sh feat: add file-based mailbox for agent communication + CLI --prompt flag 2026-02-20 19:35:05 +05:30
notify-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
open-iterm-tab feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
open-tmux-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
rebuild-node-pty.js fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
send-to-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
setup.sh fix: clean Next.js build artifacts in setup script (#68) 2026-02-17 00:24:04 +05:30