test(docs): recursive link + heading-anchor integrity check
Broaden the guard from README + top-level docs/*.md inline links to the full tracked doc set and more link forms: - scan README.md, CHANGELOG.md, FINDINGS.md, docs/**/*.md, and eval/**/README.md (eval run logs are skipped — only their READMEs are prose) - parse inline links, image links, reference-style definitions, and simple HTML href=/src= - validate the target file exists AND, when a link carries a #fragment into a markdown file, that a matching GitHub-style heading anchor exists Verified: passes on the current tree and fails on an injected broken link or broken #anchor. (A README public-API-example typecheck lands on the integration branch, where the README import fix is present.)
D
Danil Silantyev committed
ee94cb323bf9090dcff210b0074c3ec00b94fbd0
Parent: ad6c918
Committed by Steven <25894545+teamchong@users.noreply.github.com>
on 7/5/2026, 2:57:55 AM