dev-autopilot
v0.1.3
Published
Agent-agnostic unattended development orchestrator. Plan → Execute → Review.
Maintainers
Readme
dev-autopilot
Agent-agnostic unattended development orchestrator. Plan → Execute → Review.
CLI command: devap
Install
npm i -g dev-autopilot
# or
npm i -g devapUsage
devap run --plan <file> [options]| Option | Description |
|--------|-------------|
| --plan <file> | Task plan JSON file path (required) |
| --agent <type> | Agent to use: claude, opencode, or cli |
| --parallel | Enable parallel execution for independent tasks |
| --max-parallel <n> | Max concurrent tasks |
| --dry-run | Validate plan and check adapter availability only |
Example
devap run --plan plan.json --agent cli --parallel --dry-run