From 4cfff7252ebe17c3f4d268058f704c90ebc18c92 Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Wed, 3 Dec 2025 14:51:55 +0900 Subject: [PATCH] =?UTF-8?q?docs(agents):=20git=20=EC=BD=94=EB=A9=98?= =?UTF-8?q?=ED=8A=B8=20=ED=95=9C=EA=B8=80=20=EA=B7=9C=EC=B9=99=20=EC=B6=94?= =?UTF-8?q?=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 d91e000..f12320c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,6 +34,7 @@ Never commit API secrets. Create `lib/core/constants/api_keys.dart` locally with - Business logic, identifiers, and UI strings remain in English; comments/docs in Korean with the first English term in parentheses. - Git push reports and work completion reports are in Korean. - Write code comments and commit/PR/work summary comments in Korean; include English terms in parentheses when helpful. +- All git comments (commit messages, PR descriptions, push notes) must be written in Korean. ## Validation & Quality Checks - Run `dart format --set-exit-if-changed .` before finishing.