Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:15
· 10 commits to main since this release
8c6e67d

Roadmap Phase 5 (final) — GitHub sync. Projects AIM tasks onto GitHub Issues and Projects so a team gets a familiar board; AIM stays the agent's working layer. Zero-dependency — shells out to the gh CLI.

Added

  • aim github push [id] [--all] [--project N] — create/update a GitHub issue per task, idempotent via a stored **GitHub Issue:** number. Maps done → closed, otherwise open; optionally adds issues to a Project (v2).
  • aim github status — show task ↔ issue linkage.
  • aim github create-project <title> — create a Project (v2) for the repo owner.
  • Tasks carry a githubIssue field.

Completes the AIM roadmap (Phases 0–5). Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.5.0