v0.10.0 — template aliases to close stemmer-induced retrieval gaps
Highlights
Adds aliases: frontmatter to 5 templates so attune-rag's KeywordRetriever can match natural-language phrasings the Snowball stemmer drops on the floor. No code changes — pure template metadata.
Why
The Snowball stemmer maps planning → plann and never strips -ness, which left attune-rag's keyword retriever unable to match queries like "plan a feature" against tool-planning.md or "staleness" against tool-doc-audit.md. The retriever already weights template aliases at 1.5×, so adding targeted aliases is the documented mechanism for closing these gaps without changing the retriever or stemmer.
Templates updated
concepts/tool-planning.mdconcepts/tool-bug-predict.mdconcepts/tool-fix-test.mdreferences/tool-deep-review.mdreferences/tool-doc-audit.md
Result
9 previously-failing golden retrieval tests in attune-rag now pass. attune-help own suite remains green at 246 tests; all 12 CI matrix combinations pass.