WBS-7.11 2차 확장: spec-코드 동기화 태깅 12→20개 (7.5%→12.5%)

이미 harness_file:/python_tool:/validator: 필드로 1:1 코드 매핑을
스스로 명시하고 있던 H001~H008 결정론적 하네스 계약 7개(spec/52~58)와
spec/32(canonical_artifact_resolver), spec/37(evaluation_dashboard_contract)에
has_code_implementation/code_path를 추가했다. 모든 대상 파일의 code_path
실존을 사전 확인했다.

governance/rules/00~05, spec/40·45·46·gas_adapter_contract 등 다중 구현체에
걸친 계약은 단일 code_path로 환원하면 거짓 1:1 매핑이 되므로 의도적으로
제외했다(WBS-7.11 핵심 원칙 유지).
This commit is contained in:
2026-06-22 01:36:55 +09:00
parent 6ed2da7a9d
commit 4b1a33ba48
9 changed files with 28 additions and 4 deletions
+4
View File
@@ -1,6 +1,10 @@
schema_version: 2026-06-03-canonical-artifact-resolver-v2
formula_id: CANONICAL_ARTIFACT_RESOLVER_V2
supersedes: CANONICAL_ARTIFACT_RESOLVER_V1
has_code_implementation: true
code_path:
- "tools/build_canonical_artifact_resolver_v1.py"
- "tools/validate_canonical_artifact_resolver_v1.py"
purpose: >
산출물 단일 진실원장과 stale reference 차단.
RC5 수정: 동일 개념의 다중 버전이 상호충돌·기술부채를 만든다.