v0.1.18
Two parallel tracks ship together:
Phase 1 of v1.0 roadmap — release-quality baseline + CI gate. Every PR is now gated against locked retrieval + faithfulness thresholds (precision_at_1 ≥ 0.95, recall_at_3 ≥ 1.00, mean_faithfulness ≥ 0.9686), measured empirically at mean − 2σ from N=20 back-to-back runs.
API-surface groundwork toward 0.2.0 freeze — public surface documented and snapshot-tested (tests/unit/test_api_surface.py). Formal SemVer commitments still begin at 0.2.0; the 0.1.x framing is honor-system. See docs/POLICY.md.
Highlights:
AttuneHelpCorpusre-exported at the package root- Five
attune_rag.editor._*submodules renamed to drop the misleading underscore prefix; underscored paths remain asDeprecationWarningshims until 0.3.0 - New
authoroptional extra pinningattune-author>=0.13.0for.help/templates/maintenance - New
Makefilewith feature-probed help-template regen targets (sidesteps the stale-__version__packaging bug in attune-author's 0.13.0 wheel) attune-helpfloor bumped past yanked 0.10.0 → 0.10.1
Full changelog: https://github.com/Smart-AI-Memory/attune-rag/blob/v0.1.18/CHANGELOG.md#0118---2026-05-16
Roadmap: docs/specs/ROADMAP-v1.md
API spec: docs/specs/api-v0.2-public-surface/