chore: establish SpecGit delivery harness - #21
Merged
Conversation
LeXwDeX
marked this pull request as ready for review
September 1, 2026 15:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #17
Why
The repository had no SpecGit policy, so deliveries could not produce an auditable
specgit finishverdict even though CI already exposes a stable validation check (Validate DAG templates, canonical job idvalidate).What changed
specgit init --required-check validate --no-protectgenerated the harness:spec_git/policy.yamlrequires the canonical check idvalidate(theValidate DAG templatesjob), not its display name..github/workflows/specgit-accept.yml— SpecGit Acceptance verdict workflow (new file; the existingvalidate.ymlis untouched).AGENTS.mdharness block,.opencode/hooks.json+ merge-guard hook,.gitignoreblock for local delivery assets, and the delivery binding.specgit.yaml.chore/17-specgit-harnessbranch viaspecgit bind; draft PR Delivery specgit-harness #20 (feat-prefixed head) was closed unused.script/validate-route-catalog.ts: the catalog inventory now scans visible files only — hidden delivery dotfiles (.specgit.yaml) are tooling, not routes. Two tests added: dotfile tolerance, and continued rejection of visible out-of-catalog YAML. No route template,runtime-compat.json, or workflow file changed.Evidence
specgit doctor --jsonexits 0 with a healthy policy requiringvalidate.aa825cc:validatepass,SpecGit Acceptancepass (in-CI verdict exit 0).specgit finish --jsonexit 0 — stateaccepted, 11/11 gates pass, no warnings.git diff main --name-onlylists only harness files, policy/record, and the two validator/test files.Checklist
specgit finishexits 0.