Add production release evidence templates#201
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (25)
📝 WalkthroughWalkthroughThis PR adds nine production-release evidence templates covering live ceremony, deployment manifests, explorer verification, randomizer operations, post-audit remediation, address books, broadcast retention, signatures, and signed Git tags. It extends the non-local release evidence checker to validate both public-beta and production-release template sets, adds test fixtures and coverage, updates documentation and operational state, and regenerates release artifacts with checksums. ChangesProduction-Release Evidence Templates
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
Closes #199.
Adds a public-safe production-release evidence template set for every production-release requirement row while keeping all readiness states blocked/missing until real reviewed evidence exists.
Changes
release-artifacts/evidence/production-release-templates/with one checked JSON template per production-release requirement and a shared retained-artifact placeholder.scripts/check_non_local_release_evidence.pyso the default check validates both public-beta and production-release template sets for completeness, uniqueness, and phase-correct requirement IDs.release-artifacts/latest/release-manifest.json,release-artifacts/latest/SHA256SUMS, andrelease-artifacts/latest/release-checksums.json.Validation
python -m py_compile scripts\check_non_local_release_evidence.py scripts\test_non_local_release_evidence.py scripts\generate_release_manifest.py scripts\test_release_manifest.py scripts\generate_release_checksums.pypython scripts\test_non_local_release_evidence.pypython scripts\check_non_local_release_evidence.pypython scripts\test_release_manifest.pypython scripts\generate_release_manifest.pypython scripts\generate_release_checksums.pyafter manifest refreshpython scripts\generate_release_manifest.py --checkpython scripts\test_release_checksums.pypython scripts\generate_release_checksums.py --checkpython scripts\test_public_beta_evidence.pypython scripts\check_public_beta_evidence.pypython scripts\test_public_beta_blocker_report.pypython scripts\generate_public_beta_blocker_report.py --checkpython scripts\test_release_readiness.pypython scripts\check_release_readiness.pypython scripts\test_changelog_check.pypython scripts\check_changelog.pyrg -n "^#|^##|^###" docs\public-beta-evidence.md docs\non-local-release-evidence.md docs\release-readiness.md docs\tooling.md release-artifacts\README.md release-artifacts\evidence\production-release-templates\README.md ops\ROADMAP.md ops\AUTONOMOUS_RUN.mdgit diff --checkmake checkpowershell -ExecutionPolicy Bypass -File scripts\check.ps1Summary by CodeRabbit
Release Notes
New Features
Documentation
Tests