docs: cli 용 문서 업로드 (runbook: 개발, runbook_planner: 기획)

This commit is contained in:
2026-02-14 02:05:07 +09:00
parent 99c996b20e
commit 8e9ba0431b
41 changed files with 2818 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
# .cli/runbook_planner.md
## 목표
기획자(Planner)는 즉시 `@.cli/planner/compile_current.md` 절차를 수행하여
`@.cli/input.md`(자연어 초안) → `@.cli/current.md`(실행 가능한 작업 티켓)으로 컴파일한다.
## 실행 절차(필수)
1. 아래 문서를 참고(필요 시)한다:
- `@.cli/spec.md`
- `@.cli/docs/architecture.md`
- `@.cli/docs/rules.md`
2. **바로 다음 오퍼레이션을 수행한다(핵심)**
- `@.cli/input.md`를 읽고 `@.cli/planner/compile_current.md` 를 수행하여 `@.cli/current.md`를 작성/갱신한다.
## 제약
- Planner 역할: `.cli/**`만 수정 가능. 제품 코드(`src/**` 등) 수정 금지.
- 출력은 최소: 변경된 파일 경로만 출력.