feat(dotnet): add scheduler contract harness
CI Workflow Lint / validate-ci-workflow-lint (push) Failing after 13s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 20s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 2m6s

This commit is contained in:
2026-07-13 00:27:51 +09:00
parent 14ced733f2
commit b694a101d1
7 changed files with 201 additions and 0 deletions
+16
View File
@@ -2345,6 +2345,22 @@ dag:
- Temp/wbs_10_dotnet_provenance_contract_v1.json
strict: true
timeout_sec: 60
validate_dotnet_scheduler_contract:
artifact_policy: keep
cache_key: validate_dotnet_scheduler_contract_v1
command:
- python
- tools/validate_dotnet_scheduler_contract_v1.py
depends_on: []
id: validate_dotnet_scheduler_contract
inputs:
- tools/validate_dotnet_scheduler_contract_v1.py
- docs/WBS_10_DOTNET_SCHEDULER_CONTRACT.yaml
note: WBS-10 scheduler 상태 전이, 감사, idempotency 계약을 검증한다.
outputs:
- Temp/wbs_10_dotnet_scheduler_contract_v1.json
strict: true
timeout_sec: 60
validate_specs:
artifact_policy: keep
cache_key: validate_specs_v1