v0.7.0 — relocated authoring modules + dep cleanup
Highlights
attune_author.manifest/staleness/freshnessare now the source of truth. Inverted from the pre-2026-05-08 layout where these modules were re-exported fromattune-help. PR #14 shipped the modules natively; this release packages them for PyPI.- Dropped runtime dep on
attune-help>=0.10.0(nofrom attune_helpimports remain insrc/). Avoids a circular package-metadata edge onceattune-help0.11.0 declaresattune-author>=0.7.0for its deprecation shims. - Pre-existing ruff E501/I001 in the relocated tests fixed in the same PR.
Coordination
This release unblocks attune-help 0.11.0 (attune-help#6), which will publish the deprecation shims for attune_help.manifest / staleness / freshness. Shim removal is targeted for 2026-07-07.
Architecture-realignment progress
Phase B1 (PR #14) done · this release packages it · Phase B2 (attune-help) ready to merge once attune-author 0.7.0 is on PyPI.