Why
The authoritative DAG template repository has no SpecGit policy, so delivery cannot produce an auditable specgit finish verdict even though its CI has a stable validation check.
Scope
Add the minimal SpecGit harness configured to require the existing Validate DAG templates check. Do not change workflow templates or runtime compatibility in this issue.
Approach
Initialize SpecGit from the repository root, preserve the existing GitHub Actions validation workflow, and verify specgit doctor --json succeeds.
Acceptance
specgit doctor --json reports a healthy policy.
- The policy requires
Validate DAG templates.
- Existing template validation CI remains unchanged and passes on the PR.
Why
The authoritative DAG template repository has no SpecGit policy, so delivery cannot produce an auditable
specgit finishverdict even though its CI has a stable validation check.Scope
Add the minimal SpecGit harness configured to require the existing
Validate DAG templatescheck. Do not change workflow templates or runtime compatibility in this issue.Approach
Initialize SpecGit from the repository root, preserve the existing GitHub Actions validation workflow, and verify
specgit doctor --jsonsucceeds.Acceptance
specgit doctor --jsonreports a healthy policy.Validate DAG templates.