Apply release evidence tracker phase labels#260
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.
📝 WalkthroughWalkthroughThis PR applies a release evidence tracker label taxonomy to issues ChangesRelease evidence phase label application
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 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 unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Around line 15-16: Update the CHANGELOG entry so it consistently documents the
full label taxonomy: replace the current line with wording that lists the four
label components "release, roadmap, evidence" applied to all issues plus the
phase label (e.g., "public-beta" or "production-release"), or alternatively
clarify that the entry only documents the newly applied phase/evidence labels
and add a cross-reference to the canonical docs (docs/public-beta-evidence.md
and release-artifacts/README.md); ensure the text explicitly mentions the terms
release, roadmap, evidence, and the phase labels
(public-beta/production-release) so it matches the other docs.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: b280c9a9-b8c9-44e9-a060-bfdd9527f136
📒 Files selected for processing (11)
CHANGELOG.mddocs/public-beta-evidence.mdops/AUTONOMOUS_RUN.mdops/ROADMAP.mdrelease-artifacts/README.mdrelease-artifacts/latest/SHA256SUMSrelease-artifacts/latest/release-checksums.jsonrelease-artifacts/latest/release-evidence-issue-body-sync.jsonrelease-artifacts/latest/release-evidence-issue-body-sync.mdrelease-artifacts/latest/release-evidence-issue-links.jsonrelease-artifacts/latest/release-manifest.json
👮 Files not reviewed due to content moderation or server errors (1)
- ops/AUTONOMOUS_RUN.md
| - Added the applied release evidence tracker label taxonomy for live tracker | ||
| issues: `evidence` plus `public-beta` or `production-release` phase labels. |
There was a problem hiding this comment.
Clarify the complete label taxonomy in the CHANGELOG entry.
The CHANGELOG entry documents only "evidence plus phase labels," but docs/public-beta-evidence.md and release-artifacts/README.md both specify that the taxonomy includes release, roadmap, and evidence (on all issues) plus the phase label. This creates inconsistency across documentation layers.
Update the CHANGELOG entry to either name all four label components (to match the other docs) or explicitly note that it documents only the newly applied labels while cross-referencing the complete taxonomy.
📝 Suggested fix: expand the CHANGELOG entry for clarity
- Added the applied release evidence tracker label taxonomy for live tracker
- issues: `evidence` plus `public-beta` or `production-release` phase labels.
+ Added the applied release evidence tracker label taxonomy for live tracker
+ issues: `release`, `roadmap`, and `evidence` on all issues, plus `public-beta`
+ or `production-release` phase labels on corresponding tracker issues.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - Added the applied release evidence tracker label taxonomy for live tracker | |
| issues: `evidence` plus `public-beta` or `production-release` phase labels. | |
| - Added the applied release evidence tracker label taxonomy for live tracker | |
| issues: `release`, `roadmap`, and `evidence` on all issues, plus `public-beta` | |
| or `production-release` phase labels on corresponding tracker issues. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` around lines 15 - 16, Update the CHANGELOG entry so it
consistently documents the full label taxonomy: replace the current line with
wording that lists the four label components "release, roadmap, evidence"
applied to all issues plus the phase label (e.g., "public-beta" or
"production-release"), or alternatively clarify that the entry only documents
the newly applied phase/evidence labels and add a cross-reference to the
canonical docs (docs/public-beta-evidence.md and release-artifacts/README.md);
ensure the text explicitly mentions the terms release, roadmap, evidence, and
the phase labels (public-beta/production-release) so it matches the other docs.
Summary
evidenceon all tracker issues,public-betaon Retain public beta evidence: external_audit_report #215-Retain public beta evidence: explorer_verification_status #222, andproduction-releaseon Retain production release evidence: production_signatures #223-Retain production release evidence: post_audit_remediation #231.applied_labelsin the issue-link artifact and regenerate dependent issue body-sync, release manifest, and checksum artifacts.Live GitHub actions
public-betaandproduction-releaselabels.evidenceandpublic-betato issues Retain public beta evidence: external_audit_report #215 through Retain public beta evidence: explorer_verification_status #222.evidenceandproduction-releaseto issues Retain production release evidence: production_signatures #223 through Retain production release evidence: post_audit_remediation #231.Validation
python scripts/test_release_evidence_issue_links.pypython scripts/check_release_evidence_issue_links.pypython scripts/test_release_evidence_issue_labels.pypython scripts/check_release_evidence_issue_labels.pypython scripts/check_release_evidence_issue_labels.py --live-json tmp\release-evidence-issue-labels.jsonpython scripts/test_release_evidence_issue_body_sync.pypython scripts/generate_release_evidence_issue_body_sync.py --checkpython scripts/test_release_evidence_issue_bodies.pypython scripts/check_release_evidence_issue_bodies.pypython scripts/check_release_readiness.pypython scripts/test_release_readiness.pypython scripts/generate_release_manifest.py --checkpython scripts/test_release_manifest.pypython scripts/generate_release_checksums.py --checkpython scripts/test_release_checksums.pypython scripts/check_changelog.pyrg -n "^#|^##|^###" ops\ROADMAP.md ops\AUTONOMOUS_RUN.md docs\public-beta-evidence.md release-artifacts\README.md CHANGELOG.mdgit diff --checkCloses #259.
Summary by CodeRabbit
release,roadmap,evidence) and phase-specific labels (public-beta,production-release).