v1.1.0
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).--minefilters to your own memories.- Correction loop — MCP
record_correction(...)captures a mid-session correction as a memory that syncs to every tool. New MCP toolsreview_memoryanddoctor. - Memory lifecycle —
aim memory edit / rm / review(was add/list only);reviewresets the staleness clock. Records now carryauthor,reviewedAt,status, and auto-extractedrefs. - Real global memory layer —
-l globalpersists to~/.aim/memories.jsonand is merged into every project.
Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.1.0