CodeMachine-CLI
About
CodeMachine-CLI starts from the observation that a coding workflow — the sequence of steps an operator runs an agent through to fix a bug or build a feature — normally exists only in the operator's head and gets rebuilt each session. The tool captures such workflows as definitions and re-executes them, spawning headless coding-agent CLIs (Claude Code, Codex, Cursor, and others), passing context between agents, running steps in parallel, and persisting state across runs that can span hours or days. It positions itself as an orchestration layer rather than an agent: the underlying coding engines do the work while CodeMachine handles coordination, agent-to-agent communication, and reproducibility. It is installed via npm, documented at docs.codemachine.co, and developed openly on GitHub with an active community.