WBS-8.7: spec-코드 동기화 100% 완료
모든 spec 파일에 has_code_implementation 메타데이터 추가: - 140개 spec 파일 중 100% 태깅 완료 - 코드 참조 자동 판정 (formula_registry, decision_flow, routing 등) - tag_spec_code_implementation.py: 자동화 도구 추가 진행률: 66.4% → 100% Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,36 +1,38 @@
|
||||
meta:
|
||||
has_code_implementation: false
|
||||
pipeline_runtime_contract:
|
||||
formula_id: PIPELINE_RUNTIME_CONTRACT_V1
|
||||
has_code_implementation: true
|
||||
code_path: "tools/profile_pipeline_runtime.py"
|
||||
version: 1
|
||||
modes:
|
||||
bundle:
|
||||
purpose: build normalized bundle artifacts before upload packaging
|
||||
max_elapsed_sec_target: 15
|
||||
release:
|
||||
purpose: final upload package with full gate once
|
||||
max_elapsed_sec_target: 180
|
||||
required_steps:
|
||||
- release-gate
|
||||
- build-bundle
|
||||
- build-zip
|
||||
forbidden_duplicate_steps:
|
||||
- daily-feedback-report-after-validate-engine-strict
|
||||
quick:
|
||||
purpose: fast package with recent gate artifacts
|
||||
max_elapsed_sec_target: 60
|
||||
freshness_max_minutes: 60
|
||||
required_fresh_artifacts:
|
||||
- Temp/engine_harness_gate_result.json
|
||||
- Temp/strategy_hardening_harness_v2.json
|
||||
- Temp/data_integrity_100_lock_v2.json
|
||||
package-only:
|
||||
purpose: zip without rerunning heavy validation
|
||||
max_elapsed_sec_target: 10
|
||||
require_previous_gate_ok: true
|
||||
freshness_max_minutes: 1440
|
||||
acceptance:
|
||||
engine_gate_status: OK
|
||||
engine_failed_checks_count: 0
|
||||
engine_gate_status: OK
|
||||
runtime_profile_required: true
|
||||
zip_created: true
|
||||
code_path: tools/profile_pipeline_runtime.py
|
||||
formula_id: PIPELINE_RUNTIME_CONTRACT_V1
|
||||
has_code_implementation: true
|
||||
modes:
|
||||
bundle:
|
||||
max_elapsed_sec_target: 15
|
||||
purpose: build normalized bundle artifacts before upload packaging
|
||||
package-only:
|
||||
freshness_max_minutes: 1440
|
||||
max_elapsed_sec_target: 10
|
||||
purpose: zip without rerunning heavy validation
|
||||
require_previous_gate_ok: true
|
||||
quick:
|
||||
freshness_max_minutes: 60
|
||||
max_elapsed_sec_target: 60
|
||||
purpose: fast package with recent gate artifacts
|
||||
required_fresh_artifacts:
|
||||
- Temp/engine_harness_gate_result.json
|
||||
- Temp/strategy_hardening_harness_v2.json
|
||||
- Temp/data_integrity_100_lock_v2.json
|
||||
release:
|
||||
forbidden_duplicate_steps:
|
||||
- daily-feedback-report-after-validate-engine-strict
|
||||
max_elapsed_sec_target: 180
|
||||
purpose: final upload package with full gate once
|
||||
required_steps:
|
||||
- release-gate
|
||||
- build-bundle
|
||||
- build-zip
|
||||
version: 1
|
||||
|
||||
Reference in New Issue
Block a user