feat(wbs): add execution plan validator and wiring
CI Workflow Lint / validate-ci-workflow-lint (push) Failing after 14s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 24s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-13 00:01:07 +09:00
parent 445715ded3
commit ebbd42e4e0
6 changed files with 156 additions and 0 deletions
+16
View File
@@ -2297,6 +2297,22 @@ dag:
- Temp/wbs_10_dotnet_migration_roadmap_v1.json
strict: true
timeout_sec: 60
validate_dotnet_migration_execution_plan:
artifact_policy: keep
cache_key: validate_dotnet_migration_execution_plan_v1
command:
- python
- tools/validate_dotnet_migration_execution_plan_v1.py
depends_on: []
id: validate_dotnet_migration_execution_plan
inputs:
- tools/validate_dotnet_migration_execution_plan_v1.py
- docs/WBS_10_DOTNET_MIGRATION_EXECUTION_PLAN.yaml
note: WBS-10 실행 분해 계획의 work package 구조와 실행 순서를 검증한다.
outputs:
- Temp/wbs_10_dotnet_migration_execution_plan_v1.json
strict: true
timeout_sec: 60
validate_specs:
artifact_policy: keep
cache_key: validate_specs_v1