chore: prepare v0.3.0 release - #100
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe package version is bumped to 0.3.0, the changelog and catalog documentation are updated, and release-version tests now validate the 2026-07-18 release metadata and revised release notes. ChangesRelease 0.3.0
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Merged
This was referenced Jul 18, 2026
Merged
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.
Summary
0.3.0, fromdevelopment.Release rationale
#96 intentionally changes the public fallback-confirmation behavior to fail closed and introduces the explicit
security.approvalMode: "delegated-agent"opt-in. Under the pre-1.0 release policy, this user-visible compatibility change requires a minor release rather than a patch.Security impact
This PR adds no runtime behavior. It releases the already-reviewed approval, multi-profile, and management-tool hardening from #96, #97, and #98 under accurate versioned contracts.
Test-first and validation
0.3.0; it first failed because package metadata and a dated changelog entry were still0.2.1, then passed after the minimal updates.npm test(1,023 passed, 22 expected skips),npm run test:core(392 passed, 22 expected skips),npm run test:coverage(95.47% statements, 92.00% branches),npm run lint,npm run typecheck,npm run build,npm run smoke:cli,npm run check:pack, andnpm run test:package.Summary by CodeRabbit
Release
Documentation
Tests