From 4f69d31fb1b17fda1080ea61ed1fb902f12f0fa9 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 28 Dec 2025 12:40:01 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B0=9C=EB=B0=9C=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20?= =?UTF-8?q?TypeScript=20=ED=83=80=EC=9E=85=20=EA=B2=80=EC=82=AC=20?= =?UTF-8?q?=EB=B0=A9=EB=B2=95=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 3688b54..94b9a67 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -61,6 +61,10 @@ These are placeholders to align teams; adjust once packages exist. - `pnpm --filter ./app/game-api dev`: run a single service by filter. - `pnpm --filter ./app/game-engine dev`: run a single service by filter. +## Development Checklist (AI) +- After code changes, verify TypeScript type checks (prefer `pnpm -r build` or the package `tsc`). +- When changes require unit tests, run the relevant tests. + ## Build Profiles (Proposal) - A build profile is a server+scenario pair; scenario selection is required even if a default exists. - Server builds should accept a profile (server variant) plus an explicit scenario file input.