v1.3.0
Roadmap Phase 3 — task intelligence. The deterministic parts of an AI task manager, with no LLM dependency.
Added
- Task dependencies — tasks carry
dependsOn(a**Depends On:**line).aim task create --depends-on N;aim task edit --add-dep / --remove-dep N, with cycle detection. aim task next/ MCPnext_task— the highest-priority, lowest-id task that is not done/blocked and whose dependencies are all done.- PRD decomposition — MCP
decompose_prdprompt instructs the connected agent to break a PRD into tasks and create them via the new batch toolcreate_tasks(resolves within-batch dependency chains via per-taskkey). The server now advertises thepromptscapability.
Zero-dependency, backward-compatible. Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.3.0