Update AGENTS.md with agent operations configuration

This commit is contained in:
toki 2026-03-22 12:52:44 +09:00
parent 9a39917a2c
commit af6b2962a2

9
AGENTS.md Normal file
View file

@ -0,0 +1,9 @@
## 응답 언어
한국어로 응답한다.
## 기본 원칙
- 기존 구조를 우선한다.
- 새 파일 생성보다 기존 파일 수정을 우선한다.
- 작업 전 `agent-ops/skills/router.md`를 참조하여 필요한 skill 또는 domain rule만 로드한다.
- 관련 rule / skill만 최소로 로드한다.
- 세부 규칙은 `agent-ops/` 아래 파일을 따른다.