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: "derived_adapter"
has_code_implementation: true
code_path: ["formulas/score_thresholds_v1.py", "src/quant_engine/qualitative_sell_strategy_v1.py"]
purpose: >
흩어진 점수화 규칙을 LLM이 일관되게 적용하도록 rule_id 기반으로 재정리한 명세.
기존 strategy/risk/data 규칙을 대체하지 않고, 판단 근거를 구조화해 연결한다.