Find the answer. Use it now. Run the Quick-Run or Open the Proof Run.
Goal
Ship a page without broken links in under 10 minutes.
Steps
- Build the docs
bash
pnpm docs:buildExpect "Build complete."
- Check links — already covered by the markdown lint + CTA guardrail. If you need extra assurance, run
pnpm run lint:md(same command Quick-Run already calls).
Pass/Fail
Pass if both commands exit 0 within 10 minutes. Otherwise fail, shrink scope, retry.

