Install
# npm
npm install -g cc-manager
# pnpm
pnpm add -g cc-manager
# yarn
yarn global add cc-manager
agent-next / cc-manager
CC-Manager is that Boris: orchestrate parallel coding agents, control spend with explicit guardrails,
and merge only verified outcomes back to main.
Pick one install path, then boot the API server and submit your first task.
# npm
npm install -g cc-manager
# pnpm
pnpm add -g cc-manager
# yarn
yarn global add cc-manager
export ANTHROPIC_API_KEY="sk-ant-..."
cc-manager --repo /path/to/your/repo --workers 6
curl -X POST http://localhost:8080/api/tasks \
-H "Content-Type: application/json" \
-d '{"prompt":"Add input validation to signup form"}'
Setup, first run, CLI usage, and first API calls.
Production runbook, upgrades, backups, and troubleshooting.
All flags, env vars, and validated defaults.
Task, monitoring, and evolution endpoints with examples.
Roadmap from V1 orchestration to autonomous agent trees.
Source code, issues, releases, and contribution workflow.