From 4673aed281abdf7cdc5b4bf2f81195bb1821f37a Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Mon, 8 Sep 2025 14:21:59 +0900 Subject: [PATCH] chore(agents): add Korean response rule to AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 56ba8ea..2be2010 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,6 +13,7 @@ Guardrails - Safety: avoid destructive actions (file deletions, rewrites, config changes) unless explicitly requested. - Responses: be concise; code first, short rationale after. If uncertain, prefix with "Uncertain:". If multiple viable solutions, show the top 2 briefly. - Planning: for multi‑step tasks, maintain an update_plan with exactly one in_progress step. +- Language: 기본적으로 한국어로 응답합니다. (필요 시 코드/로그/명령어는 원문 유지) Coding Standards - Language: Dart/Flutter (SDK >= 3.0). Respect `analysis_options.yaml` (flutter_lints baseline). @@ -66,4 +67,3 @@ References & External Facts Notes from ~/.claude (adapted) - Few‑shot examples improve accuracy; include small before/after or sample input→output when helpful. - Use structured thinking internally; present only concise, actionable outputs here. -