v0.4.1 — attune-help cap bump + --all-kinds flag
Compatibility patch that unblocks attune-ai consumers using both attune-author and attune-rag 0.1.4+. Also lands the --all-kinds CLI flag and an internal rag-hook feature dogfooding it.
Changed
attune-helpcap raised from<0.6to<0.8. attune-help 0.7.0 is additive per its CHANGELOG (path-keyed summary sidecar, per-feature query fixtures, CLI, Beta classifier) — no API breaks. Consumers can now install both attune-author and attune-rag 0.1.4+ in the same environment without forcing attune-help back down to 0.5.x.
Added
--all-kindsflag onattune-author generate. Default: 3 core depths (concept, task, reference). With--all-kinds: the full 11-kind surface (adds comparison, error, faq, note, quickstart, tip, troubleshooting, warning). Required for uniform staleness tracking when backfilling a new feature into another project's.help/directory.- Dogfood:
rag-hookfeature + 11 polished templates coveringsrc/attune_author/rag_hook.py(the optional RAG-grounded polish path introduced in v0.4.0).
Fixed
- Version string drift between
pyproject.toml(was 0.4.0) and__init__.py(was 0.3.9). Both now0.4.1.
Verified
- 497 tests pass, 31 skipped with attune-help upgraded from 0.5.1 to 0.7.0. No regressions.
Install
pip install attune-author==0.4.1