From 728ca1a2d29fa7f6257e0da598bd490b8382221f Mon Sep 17 00:00:00 2001 From: Brummel Date: Wed, 10 Jun 2026 19:45:23 +0200 Subject: [PATCH] chore(boss): enable spec auto-sign for this project The orchestrator may now sign a spec in the user's place under /boss, but only through specify's Step-6 auto-sign gate: all objective gates green (precondition, parse, grounding-check PASS) AND a unanimous five-lens spec-skeptic panel. The human signature stays mandatory on any non-PASS path. --- .claude/dev-cycle-profile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/dev-cycle-profile.yml b/.claude/dev-cycle-profile.yml index 2a3f5d5..f55b457 100644 --- a/.claude/dev-cycle-profile.yml +++ b/.claude/dev-cycle-profile.yml @@ -51,3 +51,4 @@ pipeline: implement: {} audit: { mandatory_at: cycle_close } debug: { trigger: bug, red_first: true } + boss: { spec_auto_sign: true }