release: promote v0.5.6 to main - #330
Merged
Merged
Conversation
* feat(console): make setup and switching actionable * fix(console): preserve setup completion handoff * fix(console): ignore superseded setup handoffs * fix(console): defer completion until reauthentication * fix(console): restore handoff after partial refresh * fix(console): coordinate recovery handoff * fix(console): ignore stale recovery responses * fix(console): discard stale session responses * fix(console): stage setup handoff before refresh * fix(console): preserve setup refresh errors * fix(console): reset recovered action controls * test(console): bound unlock recovery waits
chore(release): reconcile main ancestry for v0.5.6
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Owner
Author
|
Final promotion gate evidence:
|
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.
Pull request\n\n## Summary\n\nPromote the reviewed 0.5.6 release from development to main.\n\nRelease contents:\n\n- #326: actionable Console setup completion, account switching, stale-response protection, and successful reauthentication recovery\n- #328: version, lockfile, changelog, README, and focused 0.5 documentation prepared for 0.5.6\n- #329: no-content main ancestry reconciliation\n\nTracks #327.\n\n## Security impact\n\nNo new change is introduced by this promotion PR. The release keeps existing credential handling, routing, policy enforcement, redaction, fail-closed audit behavior, no-shell subprocess execution, dependency resolution, POSIX containment, Windows containment, and public API boundaries unchanged. No dependency version or workflow changed.\n\n## Validation\n\n- [x] A failing 0.5.6 release contract was observed before release metadata was updated.\n- [x] npm run lint\n- [x] npm run typecheck\n- [x] npm test\n- [x] npm run test:core\n- [x] npm run test:coverage\n- [x] npm run build\n- [x] node dist/cli/main.js schema through npm run smoke:cli\n- [x] npm run check:pack\n- [x] npm run test:package\n- [x] Release/docs contracts passed 31/31.\n- [x] Release-prep CI passed on Linux, macOS, and Windows with Node 20/22/24, plus Linux quality and Verify.\n- [x] Ancestry-reconciliation CI passed on the same complete matrix.\n- [x] Independent release and ancestry reviews were clean.\n- [x] Fixtures, logs, screenshots, and examples contain no credentials or private data.\n- [x] User-facing documentation and CHANGELOG.md are updated.\n- [x] Dependency and packaged-file changes are intentional and reviewed.\n- [x] Undisclosed vulnerabilities are reported privately instead of in this pull request.\n\n## Publication boundary\n\nMerging this PR does not itself publish npm. After merge, v0.5.6 must be created as a GitHub Release whose tag points to the exact current main commit. The protected Publish workflow must then perform trusted npm publishing. Issue #327 remains open until registry version, provenance, fresh installation, and release workflow evidence are verified. External validation remains incomplete under #25, #88, #202, and #290.