What problem does it solve? Orchestrating an autonomous coding agent from another AI system requires handling CLI flags, PTY dialogs, session state, and output formats, which is error-prone without a structured playbook. ## Core Features & Use Cases - Print Mode Automation: Run one-shot non-interactive coding tasks with claude -p, structured JSON output, JSON schema extraction, and piped input for CI/CD pipelines. - Interactive tmux Orchestration: Drive multi-turn Claude Code sessions through tmux, including handling workspace trust and permissions dialogs with send-keys sequences. - Session & Cost Management: Resume sessions by ID, fork sessions, cap spend with --max-budget-usd, and limit agentic loops with --max-turns. - Use Case: Pipe a git diff into claude -p to get an automated PR review, or run three parallel tmux sessions where Claude fixes a bug, writes tests, and updates docs simultaneously. ## Quick Start Ask the agent to run claude -p with your coding task, an allowedTools whitelist, and a max-turns limit in your project directory.