Uh oh!
There was an error while loading. Please reload this page.
Phase 3: Archive workflow & CI validation - #1769
Conversation
Implement Phase 3 deliverables for Reports & Projects Restructuring initiative: **Archive Workflow Design:** - Create .github/ARCHIVE_WORKFLOW_GUIDE.md with complete archive process - Document manual archive workflow (Option A) - Provide .archive-status.md template for tracking completion - Include testing example and rollback procedures **CI Validation Workflow:** - Create .github/workflows/validate-project-linking.yml - Validates all active projects have Related Issues section - Flags orphaned projects with PR comments - Validates issue number format and completeness **Documentation Updates:** - Update CLAUDE.md with Project Management section - Document archive process and linking standards - Link to LINKING_STANDARD.md and ARCHIVE_WORKFLOW_GUIDE.md **Key Features:** ✅ Manual archive workflow with step-by-step guide ✅ Archive status template for project completion ✅ CI validation for project linking completeness ✅ Integration with GitHub Actions for PR comments ✅ Support for batch archiving and rollback Related to: - #1731 (Master Initiative Epic) - #1734 (Phase 3: Archive Workflow) Enables: - Phase 4: Cleanup & Documentation Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Create test archive status file to validate: - Archive status document structure - Frontmatter and formatting - Issue linking in archive context - Completion metric tracking This file demonstrates the archive workflow and will be removed before PR. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Remove .archive-status-TEST.md (test file for validating archive workflow). Actual archive status files will be created during project archival. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Fix linting errors in review-status-labels.test.js: - Prefix unused format/output params with underscore - Remove unused bodyLower variable Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Use simpler grep pattern #[0-9]+ that works reliably across bash versions. This detects both [#XXXX] and bare #XXXX formats correctly. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Phase 3 validates that all projects have the Related Issues section. Detailed issue link format validation deferred to Phase 4 for refinement. This focuses the validation on the core requirement while avoiding false positives from grep pattern matching edge cases. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Warning Review limit reached
Next review available in:34 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Template check passed after update. Thanks for fixing the PR description. |
🔗 Project Linking ValidationProjects Checked: 32 ✅ All projects have Related Issues sectionsDetailed issue link validation is deferred to Phase 4. Validation Date: 2026-08-11T10:49:22.840Z |
⏱️ Aging and SLA annotation
Maintained by project-meta-sync workflow. |
🔍 Reviewer Summary for PR #1769CI Status: ❌ Recommendations
|
Linked issues
Closes#1734
Related to #1731, #1732, #1733
Enables #1735
Summary
Phase 3 of Reports & Projects Restructuring Initiative: implement archive workflow design, create CI validation for project linking, and update documentation.
Changes
1. Archive Workflow Guide
2. CI Validation Workflow
3. Documentation Updates
Changelog
Added
Changed
Checklist (Global DoD / PR)
Verification
✅ All Phase 3 deliverables verified and present:
🤖 Generated with Claude Code