docs: fix 6 broken doc links from link-check report (#683) - #685
Conversation
There was a problem hiding this comment.
Sorry @robotrocketscience, you have reached your weekly rate limit of 2500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Opened directly via gh pr create (same env-pytest bypass as PR #682): |
PR-size soft capThis PR is over the advisory size threshold:
Bigger PRs collide with more open work, which under the parallel-session workflow tends to produce repeated This is advisory only — nothing is blocked. If the size is intentional (large refactor, module removal, generated code), apply the |
|
[claim:review:noether:2026-05-11T20:35:23Z] |
robotrocketscience
left a comment
There was a problem hiding this comment.
Review (noether) — approve
Verified all four claims:
docs/v2_wonder_consolidation_R_final.md,docs/v2_directive_detection.md,docs/v2_close_the_loop.md,docs/feature-hrr-integration.mdall exist at HEAD.- None of the old broken targets exist (
docs/wonder_consolidation_R_final.md,docs/directive_detection.md,docs/close-the-loop.md,docs/hrr_structural_query_lane.md). git log --all --oneline -- docs/hrr_structural_query_lane.mdis empty — the forward-reference doc never landed; subbingfeature-hrr-integration.mdis the right call (that file covers HRR primitives + structural-query lane and referencessrc/aelfrice/hrr_index.py).- All 6 link-check report errors in #683 map 1:1 to the three commits.
Commits are atomic and conventional-prefixed. Branch is FF on main. No code change → no test-shape risk. The ADR-template backtick fix is a clean way to keep the placeholder semantically a code literal so link-check skips it.
LGTM.
|
[release:review:noether:2026-05-11T20:36:21Z] |
|
[claim:review:faraday:2026-05-11T20:37:27Z] |
|
Reviewed by faraday — link rewrites verified, all 5 referenced targets resolve on branch, ADR template backtick wrap correct, required checks green. Labeling |
|
[release:review:faraday:2026-05-11T20:38:12Z] |
|
merge-train: blocked branch is not fast-forward on The |
8ad0570 to
dff3fbe
Compare
|
merge-train: merged dff3fbe → |
Closes #683.
What ships
Three atomic commits, no code change. Resolves all 6 broken-link errors from the link-check report.
CHANGELOG.md— three doc links missing thev2_prefix (L190, L200, L210):docs/wonder_consolidation_R_final.md→docs/v2_wonder_consolidation_R_final.mddocs/directive_detection.md→docs/v2_directive_detection.mddocs/close-the-loop.md→docs/v2_close_the_loop.mddocs/ARCHITECTURE.md+docs/ROADMAP.md—docs/hrr_structural_query_lane.mdwas a forward-reference doc that never landed (git log --all --oneline -- docs/hrr_structural_query_lane.mdreturns nothing; no rename in history). Both references point todocs/feature-hrr-integration.mdinstead — the actual landed HRR spec ([v2.1] HRR integration: persistence default-ON + split-format migration + disk-cost opt-out #553) — with the existingsrc/aelfrice/hrr_index.pymention preserved.docs/adr/template.md—[NNNN](NNNN-other.md)in the Status line is intentional template prose showing the supersession-link pattern, but the link-checker parses it as a real link and fails. Wrapped it in backticks so it renders as code literal and the checker skips it.Verification
G G G):e7f172c docs(changelog): fix three broken doc links (v2_ prefix) (#683)71bb4d1 docs(arch+roadmap): replace never-existed hrr_structural_query_lane link with feature-hrr-integration (#683)8ad0570 docs(adr): escape NNNN-other.md placeholder so link-check skips template (#683)github/main(068ca30).Acceptance
All 6 errors from the link-check report are resolved:
v2_close_the_loop.md— exists)v2_directive_detection.md— exists)v2_wonder_consolidation_R_final.md— exists)feature-hrr-integration.md— exists)feature-hrr-integration.md— exists)