Inspector review checklist used to drive todowrite and review order.
Use this checklist to create and maintain a todowrite TODO list and to execute Inspector review in a predictable, traceable order.
todowrite that mirrors the checklist items.in_progress / completed / cancelled).in_progress at a time.todowrite (mirror this checklist)AGENTS.md and to refresh requirements and constraintsREVIEW_RULEBOOK.mdbuilder_result.json (summary + complexity)inspector_diff.patch or git diff) and the updated codepnpm install (components/) if dependencies are missing
pnpm install cannot run (for example due to network restrictions), treat it as a hard failure:
inspector_result.json with run.status = "failed", run.failed_step = "pnpm install", run.error set to the exact error output, and work = nullinspector-signoff skill so Foreman can stop safely.pnpm lint (components/) and record pass/fail
pnpm format (components/) and then re-run pnpm lint.pnpm check (components/) and record pass/failpnpm test:unit (or broader pnpm test when appropriate) (components/) and record pass/failpnpm prepack (components/) when packaging changes are involved and record pass/fail
AGENTS.md and REVIEW_RULEBOOK.md:
correctness, accessibility, Svelte 5/runes rules, public API stability, tests, and docsinspector-signoff skill (writes inspector_result.json + validates + prints Public Handoff)