User Input
$ARGUMENTS
Outline
- Read
docs/skills/catalog.md#verify-codebase. - Run in order, reporting each result honestly:
pnpm typecheckpnpm lintpnpm build(catches the module drift check and route/SSR errors)
- For module work, do a runtime sanity check with
pnpm dev: the new sidebar entry appears and the Settings → Modules toggle hides/redirects the route. - Report a short status line per step; paste the failing output if any step fails. Never claim green when a step failed.