Commit c4519dd
authored
release: v0.8.0 — widen attune-rag pin + ship pending MCP work (#64)
attune-rag 0.2.0 shipped 2026-05-25 as the first SemVer-binding
cut — purely additive (new measure_corpus module + alias-file
helpers; no breaking API changes). The current core pin caps at
<0.2, silently locking fresh installs to attune-rag 0.1.23 even
when 0.2.x is available.
Widen the cap to <0.3 to unblock attune-rag 0.2.x installs.
The cap widen is the trigger for promoting the pending
[Unreleased] content to a real release. That content has been
queued on `main` since v0.7.1 (2026-05-22):
- MCP server Phases 1-5 (PRs #49-#56) — new attune-gui-mcp
console script with 6 tools (5 read-mostly + gui_set_spec_status
write); 30+ tests across test_mcp_tools.py and
test_mcp_integration.py
- **Status:** parser fix (PR #57)
- Living-docs regen automation Phase 1 (PRs #60-#63)
- Home interpreter snapshot (PR #59)
- Stacked-rebase README note (PR #58)
Bumped 0.7.1 → 0.8.0 (minor) for the new MCP tool surface.
Local smoke (python 3.10, fresh venv):
pip install -e .[dev]
→ attune-gui 0.8.0, attune-rag 0.2.0
545/545 sidecar tests pass (1 playwright skip, unrelated).1 parent 502bdbd commit c4519dd
2 files changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
8 | 30 | | |
9 | 31 | | |
10 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments