refactor: make spec auto-sign always-on under /boss, drop the per-project toggle

The auto-sign panel earned its keep: in aura it signed ~20 specs autonomously and discriminates (several recent specs escalated to the human path). The needless complexity was the configuration freedom around it — spec_auto_sign was a per-project toggle that was only ever meant to be on.

Remove the toggle. Auto-sign is now fixed /boss behaviour, with the human sign-off pause as the escalation target (objective gate red / design BLOCK / INFRA_ERROR / budget spent). The panel itself, the Step-1.5 seeding machinery, grounding-check, and the spec-skeptic agent are unchanged; conventions.md can now state there is no per-project behavioural toggle at all.
This commit is contained in:
2026-06-17 13:53:00 +02:00
parent 7a58a530b1
commit c5da79f8fc
8 changed files with 63 additions and 86 deletions
-5
View File
@@ -150,8 +150,3 @@ that does not apply.
include comments — otherwise a `specify` reconciliation comment is
invisible to the `scope-fork` juror and auto-sign falls back to the
human sign-off.
- **Spec auto-sign** — optional; default off (human signature required).
Set to **enabled** to let a `/boss` run sign a spec in the user's place
through `specify`'s auto-sign gate (every objective gate green AND a
unanimous five-lens `spec-skeptic` panel; the orchestrator's own
confidence never signs). See `boss/SKILL.md` § "Spec auto-sign".