Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to `attune-help` are documented here.

## 0.13.0 — 2026-07-11

The alias-promotion minor. The 12 template alias sets proven by
attune-rag's alias-expansion-sweep move from attune-rag's
`aliases_override.json` (always a temporary home) into template
frontmatter, their long-term home — so the aliases ship with the
templates themselves.

### Added

- **182 retrieval aliases across 12 templates** promoted into
frontmatter (#9, #24). Purely additive: existing aliases preserved
verbatim; 221 distinct aliases corpus-wide, verified globally
unique, every promoted alias clears the retriever's 2-stemmed-token
minimum. Fixture benchmark: overall P@1 73.4% (gate ≥73%), R@3
83.2%; the small P@1 shift vs 0.12.0 is the retriever's 500-char
content preview now seeing larger frontmatter — root-cause fix
tracked in attune-rag (strip frontmatter from the preview,
measured +1.4pp). attune-rag retires the override entries and bumps
its pin to `>=0.13.0,<0.14` in the companion PR that closes #9.

## 0.12.0 — 2026-07-06

The shim-sunset minor. Removes the authoring re-export shims on the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "attune-help"
version = "0.12.0"
version = "0.13.0"
description = "Lightweight help runtime with progressive depth and audience adaptation."
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading