chore: release v0.25.0 - #242
Merged
Merged
Conversation
Promote [Unreleased] → [0.25.0] - 2026-08-04: the #192 trust-gated workflow templates, #117 demand-driven bibliography backfill, #210 deletion partitioning in review mode, the #202 one-version E2E harness, #237 ml packet rulings, and #241 fr editor rules + glossary v1.1. Version refs bumped (package.json, README, docs/index, architecture, AGENTS.md release-gate example); glossary counts in docs/index corrected against the shipped files (fr 364 → 367, ml 52 → 57); STATE.md release entry added. Bundle verified byte-current before the bump — engineVersion is read from package.json at runtime, so no rebuild rides this commit.
Contributor
There was a problem hiding this comment.
Pull request overview
Release prep for v0.25.0, updating the repository’s published version markers and release documentation to reflect the new release date/version.
Changes:
- Bump version to 0.25.0 across
package.json,package-lock.json, and the primary version callouts in docs/README. - Promote the changelog entry from [Unreleased] to [0.25.0] - 2026-08-04.
- Update release/checklist documentation (
AGENTS.md,.dev/STATE.md) and glossary counts indocs/index.md.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Update displayed version badge/text to v0.25.0. |
| package.json | Bump package version to 0.25.0. |
| package-lock.json | Keep lockfile metadata version in sync with 0.25.0. |
| docs/index.md | Update docs landing page version and glossary term counts. |
| docs/developer/architecture.md | Refresh “Last Updated” to v0.25.0 release date. |
| CHANGELOG.md | Promote release notes to [0.25.0] - 2026-08-04. |
| AGENTS.md | Update release-gate example command to v0.25.0. |
| .dev/STATE.md | Mark #210 as released in v0.25.0 and add a v0.25.0 “Recently landed” entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Three of Copilot's four comments on #242 held up; this addresses them. .dev/STATE.md said "the release decision is taken — v0.24.0 is cut" in the same file that now carries a v0.25.0 entry, and it claimed #210 was "released in v0.25.0" when the tags are uncut and @v0 still resolves to v0.24.0. Both now state the actual position: v0.25.0 is prepared, PR #242 is open, nothing is tagged. The verified: header goes to 2026-08-04, since the file's own preamble tells readers to trust it less as that date ages and this PR edits it. The --action-ref gate examples in AGENTS.md and tool-test-action-on-github/ README.md had drifted apart (v0.25.0 and v0.24.0 respectively). Rather than bump both again, they now use the vX.Y.Z placeholder that AGENTS.md:236 and README.md:55 already use — the drift was structural, not a missed edit, so this removes the per-release churn instead of resetting it. Copilot's fourth comment, asking for an empty [Unreleased] header above the release section, is declined: the v0.24.0 release commit (86e154c) also went straight to its version header, so the convention here is that the release commit consumes [Unreleased] and the next feature PR reintroduces it. Tests: 1478 passed, 64 suites.
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.
Release PR for v0.25.0. Promotes
[Unreleased]→[0.25.0] - 2026-08-04and bumps version references.What ships (full detail in the CHANGELOG):
\translate-resynctrust gate in every workflow template + scaffolderPre-flight done on this branch: 1478/1478 tests green;
npm run buildleavesdist-action/index.jsbyte-identical (bundle already current —engineVersionreadspackage.jsonat runtime, so the version bump needs no rebuild). Glossary counts indocs/index.mdcorrected against the shipped files (fr 367, ml 57).After merge (per the AGENTS.md release checklist): tag
v0.25.0, E2E-gate the tag (§4a), then movev0.25/v0, smoke@v0, and create the GitHub release. Merging this PR alone ships nothing.🤖 Generated with Claude Code