Skip to content

v0.4.1 — attune-help cap bump + --all-kinds flag

Choose a tag to compare

@silversurfer562 silversurfer562 released this 19 Apr 13:51
· 68 commits to main since this release

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-help cap raised from <0.6 to <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-kinds flag on attune-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-hook feature + 11 polished templates covering src/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 now 0.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