Problem
pnpm docs:check-links fails on the current branch because the link checker still tries to scan the removed docs/SCF_PLAN.md. The maintained document is docs/SCF_TRANCHE_PLAN.md.
Task
Update the link checker source list to scan the maintained SCF tranche plan. Do not restore the deleted document and do not hide the failure with an allowlist entry.
Acceptance criteria
pnpm docs:check-links passes.
- The maintained SCF tranche plan is included in local-link validation.
- No unrelated documentation or formatting changes are included.
Suggested implementation prompt
Fix this issue from the current main branch. Update the documentation link checker to scan the maintained SCF tranche plan instead of the deleted legacy plan, run pnpm docs:check-links, and keep the diff strictly scoped.
Problem
pnpm docs:check-linksfails on the current branch because the link checker still tries to scan the removeddocs/SCF_PLAN.md. The maintained document isdocs/SCF_TRANCHE_PLAN.md.Task
Update the link checker source list to scan the maintained SCF tranche plan. Do not restore the deleted document and do not hide the failure with an allowlist entry.
Acceptance criteria
pnpm docs:check-linkspasses.Suggested implementation prompt