718 B
718 B
Task Completion Checklist
Given current project setup:
- Run relevant build verification:
pnpm run build
- If runtime behavior changed, also sanity check with:
pnpm run dev(manual smoke test)- optionally
pnpm run previewfor production-like validation
- Since lint/format/test scripts are not configured, mention this explicitly in handoff.
- Ensure code follows
AGENTS.mdconventions:- semicolons, single quotes, import order, Svelte 5 rune patterns, naming.
- For API/auth/localStorage changes:
- verify browser-only access guards (
browser) and auth redirect behavior are preserved.
- verify browser-only access guards (
- In final handoff, include changed file paths and any manual verification steps performed.