aidev turns your tasks into merged code — automatically.
It polls your task manager (ClickUp, Jira, Linear, Monday.com, Notion, Trello, or local markdown files), checks whether tasks are clear, runs your configured AI agent (aider, Claude, Cursor, Devin, and more) to implement them, pushes a branch, and moves the task to review.
Task → AI implements → git push → "in review" → AI resolves code review comments
npm install -g @qelos/aidev
cd my-project
aidev init
aidev runFull documentation is published at qelos-io.github.io/aidev.
| Topic | Link |
|---|---|
| Getting started | guide/getting-started |
| Commands | guide/commands |
| Configuration | guide/configuration |
| Providers | guide/providers |
| AI agents | guide/agents |
| Contributing | contributing |
To work on the docs locally:
cd documentation
npm install
npm run devSee CONTRIBUTING.md.