Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 05:07
· 18 commits to main since this release
61839af

Roadmap Phase 0 + Phase 1 — the "living context layer": a context layer that keeps itself fresh and closes the correction feedback loop.

Added

  • aim doctor — deterministic, no-LLM context-drift detection: stale memories (cross-referenced against git history of the files they mention), broken refs, duplicate/mismatched task IDs, spec drift, idle tasks, spec coverage. Exits non-zero on high/medium findings (CI gate). --mine filters to your own memories.
  • Correction loop — MCP record_correction(...) captures a mid-session correction as a memory that syncs to every tool. New MCP tools review_memory and doctor.
  • Memory lifecycleaim memory edit / rm / review (was add/list only); review resets the staleness clock. Records now carry author, reviewedAt, status, and auto-extracted refs.
  • Real global memory layer-l global persists to ~/.aim/memories.json and is merged into every project.

Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.1.0