Release 3.6.0 — version sweep and changelog (tag not cut) - #219
Closed
TinDang97 wants to merge 1 commit into
Closed
Conversation
…ng on refusals Eight version declarations moved in lockstep: pyproject.toml, __init__.py, package.json, package-lock.json (2 sites), .claude-plugin/plugin.json, the ENGINE stamp in all four engine twins, and the metadata version in all three skill trees. The dogfood bundle's index.md engine stamp follows, and ENGINE_MD5 plus the SKILL.md sha256 prose pin are re-aimed. CHANGELOG records what the two milestones actually found, including the two items carried into 3.7 knowingly rather than quietly: eleven verbs still answering a refusal with `False`, and the SKILL.md prose pin still held in two files. Suite: 1439 passed, 7 skipped, 0 failed. The tag and the npm/PyPI publish are human-owned and NOT done here.
This was referenced Sep 10, 2026
Collaborator
Author
|
Superseded by #222 — same linear stack; every commit here is contained in that branch. Closing in favour of it. |
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.
Cuts 3.6.0. No tag, no publish — both are yours.
What moved
Eight version declarations, in lockstep:
add-method/pyproject.tomladd-method/src/add_method/__init__.py__version__add-method/package.jsonadd-method/package-lock.jsonpackages.""add-method/.claude-plugin/plugin.jsontooling/add.pyENGINESKILL.mdmetadata.version.add/index.mdengine:/tooling_engine:ENGINE_MD5and theSKILL.mdsha256 prose pin re-aimed to match.CHANGELOG
Records what the two milestones found rather than what they touched — including the headline numbers that were measured, not asserted: a one-line SKILL.md overrun went from 14 failures to 1, and normalising
freeze's refusal shape turned two vacuously-green checks red.It also names the two items carried into 3.7 knowingly: eleven verbs still answering a refusal with
False, and the SKILL.md prose pin still held in two files. Both are bound as decisions in the specs, so neither is a surprise later.Verification
1439 passed, 7 skipped, 0 failedon both test roots, includingtest_version_parityandtest_front_door_claim_truth, which enumerate every declaration above.What is left for you
git tag v3.6.0 && git push origin v3.6.0—publish.ymltakes it to npm and PyPICheck the tag targets the merge commit before pushing it.