Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:33
· 14 commits to main since this release
1cf9130

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 / MCP next_task — the highest-priority, lowest-id task that is not done/blocked and whose dependencies are all done.
  • PRD decomposition — MCP decompose_prd prompt instructs the connected agent to break a PRD into tasks and create them via the new batch tool create_tasks (resolves within-batch dependency chains via per-task key). The server now advertises the prompts capability.

Zero-dependency, backward-compatible. Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.3.0