chore(release): 0.14.2#49
Merged
Merged
Conversation
Patch release fixing the source_hash LLM-laundering bug (PR #48). After successful regen, features stayed permanently "stale" because the polish LLM transcribed the source_hash field with single-character errors. Field-level frontmatter merge restores the canonical deterministic fields after polish while preserving non-deterministic markers like `polish: skipped`. Unblocks attune-gui Phase 2 (living-docs-regen-automation) once attune-gui pins this version. attune-ai's dashboard stale-count also stops mis-flagging just-regenerated features. Also includes the `publish.yml` trigger swap that was queued in Unreleased since 0.14.1. Local: 983/983 unit tests pass. Dist builds clean. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release. Two changes ship:
Fix: source_hash LLM laundering (#48) — the load-bearing fix. Features stayed stale forever after regen because the LLM polish step transcribed deterministic frontmatter fields with single-character errors. Field-level merge restores canonical values for
source_hash,generated_at,feature,depth,name,type,statuswhile preservingpolish: skippedand any other non-deterministic polish-layer markers.CI:
publish.ymltrigger swap topush: tags: 'v*.*.*'. Already in[Unreleased]since 0.14.1; ships with this version.Why 0.14.2 (patch) not 0.15.0
The user-visible behavior change is "regenerated features now report
currentinstead of permanentlystale". That's restoring intended behavior, not breaking new ground — patch semantics.Downstream impact
Unblocks attune-gui Phase 2 (
living-docs-regen-automation). Once attune-gui pins this version, its CIfail-if-stalegate becomes useful (previously could never pass because regen never reached a fixed point). attune-ai's dashboard stale-count also stops mis-flagging just-regenerated features.Version-bump files
pyproject.toml: 0.14.1 → 0.14.2src/attune_author/__init__.py:__version__: 0.14.1 → 0.14.2CHANGELOG entry under
[0.14.2] - 2026-05-27covers both shipping items.Test plan
uv run --with build python -m buildproduces clean wheel + sdistsource_hashmatchescompute_source_hashpost-regenv0.14.2→ publish workflow auto-fires on push:tags → approvepypienv → verify on PyPI🤖 Generated with Claude Code