autodev — autonomous pipeline
All commands run from any directory via the globally-installed autodev command
(npm install -g github:rohitgupta2432/claude-autodev).
Start a run
- Confirm the target repo:
--repo <path>argument, else the current working directory (must be a git repo — verify withgit rev-parse --git-dir). - Run:
autodev run "<requirement>" --repo <path> - Relay the output to the user: run id, branch, worktree, dashboard URL (http://127.0.0.1:4590/). That's all — the run is fully autonomous.
Other commands
- Status:
autodev status - Resume a BLOCKED run:
autodev resume <id>(first read~/.autodev/runs/<id>/blocked.mdand summarize the diagnosis to the user) - Stop:
autodev stop <id>
Never re-implement pipeline stages yourself — the runner owns them.