운영 하네스 문서화

This commit is contained in:
2026-06-18 01:47:50 +09:00
parent 782fe74578
commit 3afca069df
15 changed files with 120 additions and 80 deletions
+15 -2
View File
@@ -5,6 +5,19 @@
---
## 0b. 완료 조건
모든 작업은 아래 4가지 증빙이 함께 있을 때만 완료로 본다.
- `YAML` 증빙
- `코드` 증빙
- `데이터 실체` 증빙
- `검증 증빙`
하나라도 빠지면 완료로 보지 않는다.
---
## 0. 프로젝트 비전 & 방향성
### 핵심 목표
@@ -23,7 +36,7 @@
| **D2 공식 결정론** | 149개 공식 ID 전부 lifecycle 등록 | 269개 등록 (100%) ✅ |
| **D3 리스크 제어** | Core/Satellite/Cash 버킷 밴드 위반 0건 | RISK_ON 밴드 내 유지 중 |
| **D4 알파 피드백** | 예측→실현 수익 루프 30건 이상 누적 | 0건 (DATA_GATED ~2026-07-15) |
| **D5 실행 자동화** | run_all 1회 실행으로 전체 파이프라인 완결 | 55단계 DAG 구축 완료 ✅ |
| **D5 실행 자동화** | run_all 1회 실행으로 전체 파이프라인 완결 | 90단계 DAG 구축 완료 ✅ |
---
@@ -573,7 +586,7 @@ CI 게이트:
honest_proof_score: 50.95 → 목표: ≥70 (T+20 30건 → 70.95 자동 달성 예상)
자동화:
run_all 성공률: 87단계 DAG PASS → 목표: ≥95% ✅ (step_count=87, wave_0~9)
run_all 성공률: 90단계 DAG PASS → 목표: ≥95% ✅ (step_count=90, wave_0~9)
CI/CD 커버리지: 100% → 목표: 100% ✅ (Synology act_runner 온라인, 4게이트 PASS)
수동 개입 횟수: 매일 → 목표: ≤1회/주 (setupDailyRunAllTrigger 설정 후)
```
+5
View File
@@ -11,3 +11,8 @@ This repository is a deterministic quant engine.
- GAS is an adapter layer, not a business-logic layer.
- Prompts are copy-only renderers and must not compute prices, quantities, or thresholds.
## Completion Harness
- A task is complete only when `YAML`, `code`, `data artifact`, and `validation evidence` all exist together.
- Missing any one of the four means the task is incomplete.
+1 -1
View File
@@ -5,4 +5,4 @@
3. Generate canonical artifacts through the builder scripts only.
4. Render reports from canonical data only.
5. Package upload artifacts only after the full gate passes or the output is explicitly audit-only.
6. Treat work as complete only when YAML, code, data artifacts, and validation evidence all exist together.