Add loop process docs and reusable run templates

This commit is contained in:
2026-04-01 16:25:51 +09:00
parent 1481a36fda
commit 5ee2dcfc23
10 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Run Template
이 폴더는 새 run을 만들 때 그대로 복사하는 템플릿이다.
## 구조
- `01-input`
- `02-kei-interpretation`
- `03-structure`
- `04-plan`
- `05-execution`
- `06-validation`
## 규칙
- 각 단계는 결과 파일 + 판정 메모를 남긴다.
- 성공/실패 판정은 생략하지 않는다.
- 다음 run 반영 사항은 반드시 `06-validation`에 남긴다.