- Workshop content (lesson Markdown, images)
- Site shell (
website/Astro + Starlight wrapper) - Copilot configuration (
.github/copilot-instructions.md, instructions, agents, skills) - Repo housekeeping (CI, dependabot, README, license)
- Other:
-
cd website && rm -rf dist && npm run buildsucceeds (target: 36 routes × 6 locales + 1 redirect = 217 built pages excluding 404; build reports 218 HTML files including 404, or note any intentional change) - Lychee link check passes:
mkdir -p /tmp/lychee-root && ln -sfn $PWD/website/dist /tmp/lychee-root/copilot-workshops && lychee --offline --no-progress --root-dir /tmp/lychee-root 'website/dist/**/*.html' - External GitHub URLs that I changed have been clicked manually (lychee runs offline)