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
@@ -4,6 +4,8 @@ meta:
version: "2026-05-15-F3_decision_flow"
language: "ko-KR"
timezone: "Asia/Seoul"
has_code_implementation: true
code_path: ["formulas/execution_decision_v1.py", "formulas/routing_decision_v1.py"]
purpose: >
LLM이 투자 판단을 임의 순서로 수행하지 않도록 상태 머신으로 절차를 고정한다.
각 상태는 통과 조건, 실패 시 행동, 참조 파일을 가진다.