qa: pass split evidence through release gate - #525
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe release-gate script now accepts optional ChangesRRI Evidence Flow
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly Related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
--handoff-jsonand--support-preflight-jsonflags toqa/release_gate.sh.qa/release_readiness.pyvia an argv array so split Mac/remote evidence cannot bypass the support-preflight requirement added by the RRI contract.Public-Safety Check
Tests
bash -n qa/release_gate.shpython3 -m pytest qa/test_release_gate_static.py -qpython3 -m pytest qa/test_release_readiness.py -qgit diff --checkNot a release verdict; this only tightens the release-gate evidence path.
Summary by CodeRabbit
New Features
--handoff-jsonand--support-preflight-jsonCLI options to the release gate for passing Mac handoff and support VM preflight evidence.Bug Fixes
Documentation
Tests