Released 2026-05-25 · PyPI
Bundles the MCP server work (Phases 1–5, completed across PRs #49–#56) with the spec-status parser fix (PR #57), the living-docs regen automation Phase 1 (PRs #60, #61, #62, #63), the home interpreter snapshot improvement (PR #59), the stacked-rebase README note (PR #58), and a routine attune-rag cap widen to admit the freshly-released 0.2.0. Triggered by the cap widen — the rest had been queued on main waiting for a release.
Highlights
- MCP server. New
attune-gui-mcpconsole script with 6 tools (5 read-mostly:gui_list_specs,gui_get_spec,gui_get_spec_status,gui_list_living_docs,gui_get_living_doc; plus 1 write:gui_set_spec_status). 30+ tests acrosstest_mcp_tools.pyandtest_mcp_integration.py. See the new "MCP integration" section in the README for the.mcp.jsonsnippet. - Spec-status parser now accepts both
**Status:**and**Status**:emphasis styles (real specs use the former overwhelmingly). - attune-rag pin widen. Core pin raised from
>=0.1.22,<0.2to>=0.1.22,<0.3to unblock installs alongside attune-rag 0.2.0 (first SemVer-binding cut, purely additive — no code adaptation needed).
Full changelog: CHANGELOG.md