From 92162483ab5573144afdf192f366202534b79b54 Mon Sep 17 00:00:00 2001 From: toki Date: Sat, 18 Jul 2026 23:01:30 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20agent-ops/common=20=EC=98=81=EC=97=AD?= =?UTF-8?q?=20=EC=A7=81=EC=A0=91=20=EC=88=98=EC=A0=95=20=EA=B8=88=EC=A7=80?= =?UTF-8?q?=20=EA=B7=9C=EC=B9=99=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent-ops/rules/common/rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/agent-ops/rules/common/rules.md b/agent-ops/rules/common/rules.md index 045f54f..f9b998f 100644 --- a/agent-ops/rules/common/rules.md +++ b/agent-ops/rules/common/rules.md @@ -3,6 +3,7 @@ **현재 문서를 반드시 끝까지 정독하고 작업한다. 다 읽지 않고 즉각 작업은 금지한다.** - 기존 구조를 우선한다. 새 파일 생성보다 기존 파일 수정을 우선한다. +- `agent-ops/rules/common/**`와 `agent-ops/skills/common/**`은 중앙 관리되는 공통 영역이므로 어떤 프로젝트 작업에서도 절대 직접 수정하지 않는다. 프로젝트별 규칙과 스킬은 반드시 대응하는 `project/**` 영역에만 반영한다. - 사용자에게 보이는 최종 답변과 설명은 기본적으로 한국어로 작성한다. - 코드 변경 전 관련 domain rule을 먼저 확인한다. - 요청 범위를 넘는 변경을 하지 않는다.