fix: Coder 프롬프트 - 코드 주석/문서 한국어 작성 지시 추가

This commit is contained in:
2026-03-06 22:40:27 +09:00
parent 173e1a6a54
commit b2cf38b5ff

View File

@@ -17,5 +17,6 @@ Given a task description, you MUST:
- Handle edge cases - Handle edge cases
- Do NOT add unnecessary changes beyond what was requested - Do NOT add unnecessary changes beyond what was requested
- If creating a new file, include proper docstring/header - 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 - After completion, briefly list what you changed