feat: postgres history-first 계약과 적재 경로 추가
- PostgreSQL history contract와 schema/validator를 추가했습니다. - .NET history store, snapshot reader, repository, migration을 연결했습니다. - history-first 운영 모델 문서와 daily signal tracking 문구를 정리했습니다.
This commit is contained in:
@@ -12,6 +12,12 @@ purpose: |
|
||||
UNVALIDATED → PROVISIONAL → CALIBRATED 상태 전환
|
||||
honest_proof_score: 56.57 → 95.0 달성
|
||||
|
||||
implementation_note: |
|
||||
live_outcome_ledger.gs는 Google Sheets 원장 적재/갱신용 GAS thin adapter다.
|
||||
운영 리포트와 검증용 JSON 산출물은 Python 하네스가 Temp/ 경로에 생성한다.
|
||||
GAS는 JSON 리포트를 직접 출력하지 않는다.
|
||||
이후 운영 표준은 PostgreSQL history store이며, 시트/GAS는 운영 경로에서 제외한다.
|
||||
|
||||
current_state:
|
||||
honest_proof_score: 56.57
|
||||
target_score: 95.0
|
||||
@@ -132,7 +138,8 @@ honest_proof_improvement_path:
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
tracking_system:
|
||||
spreadsheet: "live_outcome_ledger (GAS 연동 스프레드시트)"
|
||||
datastore: "PostgreSQL history store"
|
||||
deprecated_surface: "live_outcome_ledger (GAS 연동 스프레드시트)"
|
||||
|
||||
daily_tasks:
|
||||
- "신규 신호 entry 작성 (시작할 때)"
|
||||
@@ -151,11 +158,12 @@ tracking_system:
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
checklist:
|
||||
- [ ] "live_outcome_ledger 스프레드시트 생성 (GAS 연동)"
|
||||
- [ ] "신호 기록 템플릿 작성"
|
||||
- [ ] "T+20 가격 수집 자동화 (GAS)"
|
||||
- [ ] "daily commit: 신호 추가 시마다"
|
||||
- [ ] "30개 신호 누적 (약 6주)"
|
||||
- [ ] "win_rate >= 60% 달성"
|
||||
- [ ] "CALIBRATED 전환"
|
||||
- [ ] "honest_proof_score 95 달성"
|
||||
- "[ ] live_outcome_ledger 스프레드시트 생성 (GAS 연동)"
|
||||
- "[ ] 신호 기록 템플릿 작성"
|
||||
- "[ ] T+20 가격 수집 자동화 (GAS)"
|
||||
- "[ ] Temp/operational_t20_outcome_ledger_v1.json 생성 체인 유지 (Python)"
|
||||
- "[ ] daily commit: 신호 추가 시마다"
|
||||
- "[ ] 30개 신호 누적 (약 6주)"
|
||||
- "[ ] win_rate >= 60% 달성"
|
||||
- "[ ] CALIBRATED 전환"
|
||||
- "[ ] honest_proof_score 95 달성"
|
||||
|
||||
Reference in New Issue
Block a user