Uh oh!
There was an error while loading. Please reload this page.
fix: correct corrupted path in mermaid accessibility validation - #2173
Conversation
Important Review skippedToo many files! This PR contains 287 files, which is 187 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (287)
You can disable this status message by setting the 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. |
- Add accTitle and accDescr attributes to 286 Mermaid diagrams for WCAG compliance - Fix dry-run mode bug in validate-inject-dor-dod.js where stats.issuesInjected was incremented for simulated operations; now only counts actual issue updates - Move stats.issuesInjected++ to updateIssue() success path to ensure accuracy - Remove duplicate counter logic in processIssues() Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JGMpWCXxqathN3NXPbUsuJ
3860c58 to
56b3db2CompareUh oh!
There was an error while loading. Please reload this page.
🔗 Project Linking ValidationProjects Checked: 67 ✅ All projects have Related Issues sectionsDetailed issue link validation is deferred to Phase 4. Validation Date: 2026-08-20T11:36:45.074Z |
🎨 Mermaid Diagram Validation❌ One or more Mermaid diagram checks failed.
|
🔍 Reviewer Summary for PR #2173CI Status: ❌ Recommendations
|
Milestone Allocation |
✅ Meta Agent Validation Passed
Ready to merge! |
…-08-21) Issue status review documenting: - Closed#1930: PR template validator false negative (via #2007, #2010) - Closed#2051: Frontmatter freshness CI issues (via #2180) - Enhanced #2186: Template validation script false positives with DoR/DoD - Enhanced #2147: Phase 1 validation tests with progress tracking - Verified #2049: OpenSpec Labels Phase 2-3 epic (complete) All high-priority issues now have complete Definition of Ready and Definition of Done sections reflecting merged work into develop branch. References: #2186, #1930, #2051, #2147, #2049 Related PRs: #2193, #2180, #2183, #2173, #2153, #2210, #2221
Linked issues
Relates to #2087
Summary
Corrects corrupted file path in mermaid accessibility validation script. The script was attempting to write reports to
.githu./.github/reports/instead of.github/reports/, causing ENOENT errors and preventing validation completion.Changes
scripts/validation/validate-mermaid-accessibility.js.githu./.github/reports/→.github/reports/.github/reports/directoryImpact / Compatibility
Verification
.github/reports/directoryRisk & Rollback
Changelog
Checklist (Global DoD / PR)