From b2cf38b5ff4dd1dd1b5339ae6fff841204eec707 Mon Sep 17 00:00:00 2001 From: CD Date: Fri, 6 Mar 2026 22:40:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Coder=20=ED=94=84=EB=A1=AC=ED=94=84?= =?UTF-8?q?=ED=8A=B8=20-=20=EC=BD=94=EB=93=9C=20=EC=A3=BC=EC=84=9D/?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=ED=95=9C=EA=B5=AD=EC=96=B4=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=20=EC=A7=80=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prompts/coder.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prompts/coder.md b/prompts/coder.md index 840ccb4..2109890 100644 --- a/prompts/coder.md +++ b/prompts/coder.md @@ -17,5 +17,6 @@ Given a task description, you MUST: - Handle edge cases - Do NOT add unnecessary changes beyond what was requested - If creating a new file, include proper docstring/header -- Respond in the same language as the existing code comments +- 코드 주석(comment)과 문서(docstring, README 등)는 반드시 **한국어**로 작성하세요 +- 변수명, 함수명 등 코드 식별자는 영어 유지 - After completion, briefly list what you changed