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:
+3
-4
@@ -96,9 +96,9 @@ configuration. In particular: `brainstorm`, `specify`, `planner`,
|
||||
`implement`, `audit`, `debug`, `tdd`, `fieldtest`, and `docwriter` are
|
||||
always available. `tdd` is a standard entry path for test-specifiable
|
||||
work — not an opt-in. `audit` is mandatory at cycle close.
|
||||
`fieldtest` / `docwriter` are orchestrator-dispatched. The single
|
||||
behavioural toggle is spec auto-sign under `/boss`, declared (when a
|
||||
project wants it) in that project's CLAUDE.md project facts.
|
||||
`fieldtest` / `docwriter` are orchestrator-dispatched. There is no
|
||||
per-project behavioural toggle: spec auto-sign is always on under
|
||||
`/boss`.
|
||||
|
||||
## Per-project facts (in each project's CLAUDE.md)
|
||||
|
||||
@@ -120,7 +120,6 @@ Under `## Skills plugin: project facts`, where applicable:
|
||||
| **fieldtest examples** | fieldtester | Optional path where fixtures are written. |
|
||||
| **by-role standing reading** | named agent | Optional; extra files/commands a specific role reads. |
|
||||
| **issue tracker** | boss, spec-skeptic | Repo slug + list command + show command (the latter MUST render an issue WITH its comments). |
|
||||
| **spec auto-sign** | boss, specify | Optional; `enabled` lets `/boss` sign a spec in the user's place through the auto-sign gate (default: human signature). |
|
||||
|
||||
### Aspirational-source marker (recommendation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user