Why
specgit issue is blocked on fresh feature worktrees because the checked-in generated harness conflicts with installed specgit 1.10.1. This prevents starting independent deliveries for #433 and #435.
Scope
Refresh only the generated SpecGit harness and preserve the repository-specific acceptance workflow specializations.
Approach
Run specgit init --force, then re-apply the documented specgit-accept.yml deviations: no workflow_dispatch trigger, global npm install -g specgit@^0.5.0, canonical policy check IDs, and retained head-ref checkout behavior.
Acceptance
specgit issue <existing issue> works on a clean feature branch.
specgit doctor --json succeeds.
- The acceptance workflow retains repository-specific security and checkout behavior.
- No product code or issue-specific files change.
Why
specgit issueis blocked on fresh feature worktrees because the checked-in generated harness conflicts with installed specgit 1.10.1. This prevents starting independent deliveries for #433 and #435.Scope
Refresh only the generated SpecGit harness and preserve the repository-specific acceptance workflow specializations.
Approach
Run
specgit init --force, then re-apply the documentedspecgit-accept.ymldeviations: no workflow_dispatch trigger, globalnpm install -g specgit@^0.5.0, canonical policy check IDs, and retained head-ref checkout behavior.Acceptance
specgit issue <existing issue>works on a clean feature branch.specgit doctor --jsonsucceeds.