From 9f82a0cfda0c4ac01668eb1fe4b7b116d6889b0e Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Tue, 2 Dec 2025 15:26:43 +0900 Subject: [PATCH] docs(guidelines): restate comment language in English AGENTS.md note about comment/PR summaries is now written in English while still requiring Korean content with optional English terms. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index fb2d50a..fdd33c4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -32,7 +32,7 @@ Never commit API secrets. Instead, create `lib/core/constants/api_keys.dart` loc - 기본 응답은 한국어로 작성하고, 코드/로그/명령어는 원문을 유지합니다. - Business logic, identifiers, and UI strings remain in English, but 주석과 문서 설명은 가능한 한 한국어로 작성하고 처음에는 해당 영어 용어를 괄호로 병기합니다. - Git push 보고나 작업 완료 보고 역시 한국어로 작성합니다. -- 코드 주석, 커밋/PR/작업 요약 코멘트도 한국어로 작성하고 필요한 경우 영어 용어만 병기합니다. +- Write code comments and commit/PR/work summary comments in Korean; include English terms in parentheses when helpful. ## Validation & Quality Checks - Run `dart format --set-exit-if-changed .` before finishing a task to ensure formatting stays consistent.