@qelos/aidev
v1.5.1
Published
AI-powered task executor — polls ClickUp (and more) to implement tasks with Claude, Cursor, Devin, or Antigravity
Downloads
1,309
Maintainers
Readme
@qelos/aidev
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 commentsQuick start
npm install -g @qelos/aidev
cd my-project
aidev init
aidev runDocumentation
Full 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 devContributing
See CONTRIBUTING.md.
