Complete workflow orchestrator for Claude Code.
Docs: zhubert.com/erg — setup, workflow configuration, CLI reference, and more.
brew install zhubert/tap/ergerg start --repo owner/repoLabel a GitHub issue ai-assisted and erg picks it up — coding, PR, review feedback, CI, and merge are handled automatically. The label stays on the issue permanently so humans can always identify AI-assisted work. See the docs for full configuration options including Asana and Linear as work sources.
If you installed via Homebrew, run erg as a persistent background service that starts on login:
brew services start ergSee the docs for orchestrator config and the full list of brew services commands.
git clone https://github.com/zhubert/erg.git
cd erg
go build -o erg .MIT