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.