release: 0.7.0 — library review + architecture review (23 fixes, single-sourcing, drift guards) - #58
Merged
Merged
Conversation
Bumps version 0.6.0 → 0.7.0 across pyproject, plugin.json, and the marketplace manifest (version-sync guard green). Consolidates the 31 [Unreleased] entries under a dated [0.7.0] heading in Keep-a-Changelog order, dedupes the doubled unknown-definition-keys entry (a both-keep merge artifact), merges three accumulated ### Changed sections into one, and adds a BREAKING banner for the three stricter-validation tightenings (unknown definition keys, unknown answer keys, canonical- vs-dotted contradiction) that now reject input 0.6.0 accepted. Records the attune-ai MCP-schema mirror re-sync (additionalProperties) as a tracked fast-follow. Does NOT tag or publish — that awaits go. 789 tests green, ruff clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Prepares the 0.7.0 cut. Not tagged or published — this PR is the prep; the tag + PyPI publish wait for explicit go.
What's in 0.7.0
The output of a four-stage library review (checkpoint-1 sweep → bridge.py pilot → two adversarial confirmation passes) plus a dynamic-forms architecture review — landed across PRs #37–#57 and #56. 23 confirmed correctness fixes, cross-surface policy single-sourcing, and drift catchers so the grammar can't silently rot again.
Three stricter-validation tightenings now raise
FormValidationErrorwhere 0.6.0 returned clean:inputSchemagainsadditionalProperties: false.Migration is mechanical (every rejection names the offending key). Called out prominently in the changelog.
This PR contains
0.6.0 → 0.7.0inpyproject.toml,plugin/.claude-plugin/plugin.json, and.claude-plugin/marketplace.json(version-sync guard green).## [0.7.0]heading in Keep-a-Changelog order, with a### Changedsections into one.Downstream mirror (tracked fast-follow — NOT in this release)
attune-ai hand-maintains its own copy of these MCP tool schemas in
tool_schemas.py::get_elicitation_tools()(it imports the library surface but re-declares the toolinputSchema). It must re-syncadditionalProperties+ the typed extras after 0.7.0 is on PyPI. Sequenced as a follow-up because the two packages release independently (attune-ai depends onattune-forms, so forms must publish first).Verification
🤖 Generated with Claude Code