From 51a3f749205ff5eac4b5fcf87571b2b9646dec61 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 24 Jan 2026 14:29:29 +0000 Subject: [PATCH] docs: update development checklist to include CI environment for type checking --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.