Migrated from BACKLOG.md (now deleted). Verified 2026-07-30: .github/workflows/ contains only pages.yml.
What is wrong
This repo runs no link checking. The corpus repos all run check-links.yml from the toolkit; this one does not.
Why it matters here specifically
Both problems found at launch were bad links — a card pointing at a repo that did not exist, and Pages defaulting to the legacy Jekyll builder.
And the page's design makes it recurrence-prone: it live-probes sibling corpora at build time and renders links from what it finds, so a renamed or retired repo produces a broken card automatically, with no code change here to review.
Fix
Add the toolkit's reusable check-links.yml, pinned like the corpora pin it. Cheap, and it guards exactly the class of regression the live-probing design introduces.
Migrated from
BACKLOG.md(now deleted). Verified 2026-07-30:.github/workflows/contains onlypages.yml.What is wrong
This repo runs no link checking. The corpus repos all run
check-links.ymlfrom the toolkit; this one does not.Why it matters here specifically
Both problems found at launch were bad links — a card pointing at a repo that did not exist, and Pages defaulting to the legacy Jekyll builder.
And the page's design makes it recurrence-prone: it live-probes sibling corpora at build time and renders links from what it finds, so a renamed or retired repo produces a broken card automatically, with no code change here to review.
Fix
Add the toolkit's reusable
check-links.yml, pinned like the corpora pin it. Cheap, and it guards exactly the class of regression the live-probing design introduces.