.overstory/
This directory is managed by overstory — a multi-agent orchestration system for Claude Code.
Overstory turns a single Claude Code session into a multi-agent team by spawning worker agents in git worktrees via tmux, coordinating them through a custom SQLite mail system, and merging their work back with tiered conflict resolution.
Key Commands
ov init— Initialize this directoryov status— Show active agents and stateov sling <id>— Spawn a worker agentov mail check— Check agent messagesov merge— Merge agent work backov dashboard— Live TUI monitoringov doctor— Run health checks
Structure
config.yaml— Project configurationagent-manifest.json— Agent registryhooks.json— Claude Code hooks configagent-defs/— Agent definition files (.md)specs/— Task specificationsagents/— Per-agent state and identityworktrees/— Git worktrees (gitignored)logs/— Agent logs (gitignored)