Prepare v0.5.0 reliability release - #231
Merged
Wibias merged 6 commits intoAug 12, 2026
Merged
Conversation
Wibias
marked this pull request as ready for review
August 12, 2026 03:51
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Wibias
merged commit Aug 12, 2026
e7087ad
into
reliability-regression-performance-gate
11 checks passed
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.
Stack
Release/documentation follow-up to #228. This PR targets
reliability-regression-performance-gateso the v0.5.0 release metadata and documentation are verified against the complete reliability/convergence rewrite before that leaf lands onmain.What changed
package.jsonfrom0.4.0to0.5.00.5.0changelog section for the actualv0.4.0...#228source delta while leaving pre-existingUnreleasedentries untouchedreferences/agent-progress-watchdog.mdwith the final v0.5 runtime, evidence, controller, replay, active-turn, and finalization contractsPostToolUsecompaction replaces successful tool outputstreamsupersedes stale hook-era degradation metadatav0.5.0 reliability contract documented here
<atool>protocol-stall detectionnpm / npx
No additional bootstrap implementation is required for this version bump. The existing public npm package remains a thin
npx github-deliverybootstrap whose installed skill payload comes from the separately verified stable GitHub Release. The protected tag release workflow already validates the npm package and runsnpm publish --access public;package.jsonis the version source and there is no repositorypackage-lock.jsonto update.If the npm package has not yet had its one-time registry bootstrap / Trusted Publisher setup performed, that remains an operational first-publication prerequisite rather than source code for this PR.
Release boundary
This PR prepares source metadata and documentation only. It does not create
v0.5.0, publish npm, or publish a GitHub Release. The existing protected release workflow remains the publication boundary after the release-prep source is merged and explicitly tagged/dispatched.Validation
The PR should pass the full required CI matrix, Architecture Contracts, Dependency Review, CodeQL, npm package validation, release-contract checks, and the v0.5.0 reliability gate on the exact head before it is considered ready.