Context
Walk Ex4 and Ex11 significantly expanded the documentation (docs/architecture.md, docs/onboarding-walk.md, CONTRIBUTING.md, ai-track-docs/). No CI step validates internal cross-references or external URLs — broken links accumulate silently.
Code Paths
.github/workflows/link-check.yml — new advisory workflow using lychee-action
docs/, ai-track-docs/, CONTRIBUTING.md, README.md
Acceptance Criteria
Dependencies
None.
Size
Small.
Context
Walk Ex4 and Ex11 significantly expanded the documentation (
docs/architecture.md,docs/onboarding-walk.md,CONTRIBUTING.md,ai-track-docs/). No CI step validates internal cross-references or external URLs — broken links accumulate silently.Code Paths
.github/workflows/link-check.yml— new advisory workflow usinglychee-actiondocs/,ai-track-docs/,CONTRIBUTING.md,README.mdAcceptance Criteria
.github/workflows/link-check.ymlrunslycheeon all.mdfiles on every PRcontinue-on-error: true(advisory, non-blocking).lycheeignorefile excludes known-good but rate-limited URLs (e.g., GitHub anchors, localhost)Dependencies
None.
Size
Small.