docs: update development checklist to include CI environment for type checking

This commit is contained in:
2026-01-24 14:29:29 +00:00
parent b5046ea556
commit 51a3f74920
+1 -1
View File
@@ -75,7 +75,7 @@ These are placeholders to align teams; adjust once packages exist.
## Development Checklist (AI)
- After code changes, the AI MUST run `pnpm typecheck`.
- After code changes, the AI MUST run `CI=1 pnpm typecheck`.
- When changes require unit tests, run the relevant tests.
- When migrating existing functionality, keep text and log output identical to the legacy behavior unless there is a technical blocker.