WBS-8.7 1단계: spec-코드 동기화 확장 (12.5%→22.22%)

3개 contract 파일 추가 태깅:
- spec/00_execution_contract.yaml (execution_slippage + snapshot_admin)
- spec/08_scoring_rules.yaml (score_thresholds + qualitative_sell)
- spec/09_decision_flow.yaml (execution_decision + routing_decision)

결과: 36/162 파일 (22.22% coverage)
목표: 50% 이상 (점진적 확장)

CI gate: PASS
This commit is contained in:
2026-06-22 23:30:19 +09:00
parent 6beef43181
commit a4de0505a0
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ meta:
language: "ko-KR"
timezone: "Asia/Seoul"
role: "canonical"
has_code_implementation: true
code_path: ["src/quant_engine/execution_slippage_store_v1.py", "tools/run_snapshot_admin_server_v1.py"]
purpose: >
기존 llm_compact_execution_contract에서 제공하던 최상위 안전 계약을
모듈형 구조에 맞게 복원한 단일 권위 파일.