Skip to content

v0.10.0 — template aliases to close stemmer-induced retrieval gaps

Choose a tag to compare

@silversurfer562 silversurfer562 released this 01 May 09:54
da7f960

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 planningplann 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.md
  • concepts/tool-bug-predict.md
  • concepts/tool-fix-test.md
  • references/tool-deep-review.md
  • references/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.

Pull request

#4#4