Add loop process docs and reusable run templates
This commit is contained in:
16
docs/run-template/README.md
Normal file
16
docs/run-template/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Run Template
|
||||
|
||||
이 폴더는 새 run을 만들 때 그대로 복사하는 템플릿이다.
|
||||
|
||||
## 구조
|
||||
- `01-input`
|
||||
- `02-kei-interpretation`
|
||||
- `03-structure`
|
||||
- `04-plan`
|
||||
- `05-execution`
|
||||
- `06-validation`
|
||||
|
||||
## 규칙
|
||||
- 각 단계는 결과 파일 + 판정 메모를 남긴다.
|
||||
- 성공/실패 판정은 생략하지 않는다.
|
||||
- 다음 run 반영 사항은 반드시 `06-validation`에 남긴다.
|
||||
Reference in New Issue
Block a user