From d78fab4e6cbfb4d677861e543560d67ed86d8422 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 17 Jan 2026 16:08:40 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20AGENTS.md=EC=97=90=20=EA=B8=B0=EC=A1=B4?= =?UTF-8?q?=20=EA=B8=B0=EB=8A=A5=20=EB=A7=88=EC=9D=B4=EA=B7=B8=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EC=8B=9C=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=B0=8F=20=EB=A1=9C=EA=B7=B8=20=EC=B6=9C=EB=A0=A5=EC=9D=84=20?= =?UTF-8?q?=EB=8F=99=EC=9D=BC=ED=95=98=EA=B2=8C=20=EC=9C=A0=EC=A7=80?= =?UTF-8?q?=ED=95=B4=EC=95=BC=20=ED=95=9C=EB=8B=A4=EB=8A=94=20=EC=A7=80?= =?UTF-8?q?=EC=B9=A8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index ef34edb..101c410 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -76,6 +76,7 @@ These are placeholders to align teams; adjust once packages exist. - After code changes, verify TypeScript type checks (prefer `pnpm build` or `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. ## Build Profiles (Proposal)