What problem does it solve?
It eliminates the back-and-forth of manually coding, refactoring, and reviewing by letting Claude Code directly read project files, run shell commands, and manage git workflows from within your Hermes terminal orchestration.
Core Features & Use Cases
- Print Mode (-p) automation: Run one-shot coding tasks non-interactively for fast refactors, bug fixes, and code-review summaries suitable for CI/CD or scripting.
- Interactive PTY sessions: Use tmux-based multi-turn workflows for iterative development, including follow-up prompts and slash-command driven refinement.
- Structured outputs and session control: Generate JSON or streamed JSON results for downstream automation, resume conversations by session ID, and cap turns/budget to prevent runaway cost.
Quick Start
Delegate a refactor and review pass in print mode by asking the AI to: "Refactor the auth module to use JWT tokens, then summarize the changes and suggest tests to add."