diff --git a/AGENTS.md b/AGENTS.md index 4fdd4c7..b4a5b5c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.