chore(specgit): refresh delivery harness - #489
Merged
Merged
Conversation
Re-run specgit init --force with the installed 1.10.1 CLI so fresh feature worktrees stop conflicting with the checked-in harness. - policy.yaml, AGENTS.md/CLAUDE.md managed blocks, hooks.json: 1.10.1 output is byte-identical; the curated required_checks (Typecheck, Unit Tests (linux)) are preserved by design (#310) — the canonical ids are not observable check-run names on the main-line matrix (b6473cc) and stay out of the policy. - specgit-accept.yml: keep the repository-specialized workflow (main- only trigger, no workflow_dispatch, head-ref checkout with persist-credentials: false, global npm install -g specgit@^0.5.0, yaml-free wait step with the proven 40min deadline). The 1.10.1 template variant imports 'yaml' with no dependency installed and waits only 13min — shorter than the ~28min Unit Tests sibling. - specgit-merge-guard.sh: take the 1.10.1 improvement — the guard now also blocks glab mr merge, not only gh pr merge. - .husky/_/pre-push: untracked local pre-push guard (untracked model). Closes #488
This was referenced Sep 1, 2026
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 #488
Why
The checked-in generated SpecGit harness conflicts with the installed
specgit1.10.1, sospecgit issueis blocked on fresh feature worktrees — preventing independent deliveries for #433 and #435. This refreshes the harness against 1.10.1 while preserving every repository-specific acceptance-workflow specialization documented in AGENTS.md.What changed
specgit init --forcere-run with 1.10.1 in a clean worktree on this branch.spec_git/policy.yaml, the AGENTS.md/CLAUDE.md managed blocks, and.opencode/hooks.json: 1.10.1 output is byte-identical — no commit needed. The curatedrequired_checks(Typecheck,Unit Tests (linux)) are preserved by design (feat(core): release v1.0.23 — built-in /dag-init and /dag-auto ultra-flow commands #310: a no-argumentinit --forcenever replaces a working policy). The canonical ids (unit-tests/e2e-tests) stay out of the policy: they are not observable check-run names on the main-line CI matrix, so the acceptance waiter could never see them (b6473cc, re-affirmed by 29e876a)..github/workflows/specgit-accept.yml: kept the repository-specialized workflow verbatim —workflow_dispatchtrigger (main-onlypull_request),persist-credentials: false,npm install -g specgit@^0.5.0(the template'snpm install --no-save specgit@1.10.1reads this bun workspace'spackage.jsonand dies on thecatalog:protocol — fix(ci): dev-lineage specgit-accept installs CLI locally and chokes on bun catalog #434/fix(session): cap summary.diffs at 256KB to stop event-loop starvation #459),importsyamlwith no dependency installed in CI and waits only 13min — shorter than the ~28min Unit Tests sibling (6a3f3b2, 8d5bb3d, 43d6915)..opencode/hooks/specgit-merge-guard.sh: the only committed change — takes the 1.10.1 improvement, the merge guard now also blocksglab mr merge, not onlygh pr merge..husky/_/pre-push: untracked local pre-push guard (untracked model, ignored by husky on next install) — not committed.Evidence
specgit doctor --json→status: ok,exit: 0(git / repo / origin / gh_authenticated / policy "2 required check(s)" all green).specgit init --forceoutput confirms: "Preserved the required checks from the existing policy … this run is a version upgrade of the generated assets, not a policy re-birth."git diffreduced to the single merge-guard line; the acceptance workflow was restored byte-for-byte to the pre-init baseline carrying all four documented deviations.sh -n.Checklist
specgit doctor --jsonexits 0.