Statement
Broken link detection shall validate both route existence and fragment anchors against a pre-build route inventory that does not depend on astro:content availability, using slug generation compatible with Astro's github-slugger behavior.
Rationale
Pre-build inventory enables static rules execution before Astro's content layer is available. Fragment validation catches broken #anchor links. Delivered by PLN-4 (D-PLN4-01).
Topics
Owner: validation-enforcement
Applies To
- Static Rules Validation DOC-00082
Related Requirements
- REQ-00175 Broken internal links shall generate warnings by default; CI pipelines on production-targeted branches may be configured to treat them as hard failures.