fix: sweep every remaining synchronous Agent-dispatch site with run_in_background: false

The #2440 failure shape was a silently-missing review voice — a
specialist launched in the background and merged before it completed.
Every remaining synchronous dispatch site now carries the explicit flag:
the Red Team dispatch, the spec review loop, the Codex
second-opinion/plan-review/doc-review Claude fallbacks, the adversarial
subagent, design sketch and outside voices, autoplan's design/eng/dx
phase dispatches, CSO parallel finding verification, and design-shotgun's
variant launch. Parallel fan-outs stay parallel — multiple foreground
Agent calls in one message run concurrently (the shipped v1.64.0.0
review-army pattern).

GENERATED_WITH_GUIDANCE now pins all 24 generated carriers, so a new
dispatch site that drops the flag fails the free suite. Six carved-skill
skeleton ceilings re-measured and ratcheted (~80-130 B growth each);
factory ship golden re-rendered.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-09-01 17:31:06 +00:00
co-authored by Claude Fable 5
parent 1b4e1f14b0
commit da8733fe0c
28 changed files with 69 additions and 39 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ Override: every AskUserQuestion → auto-decide using the 6 principles.
```
Timeout: 10 minutes (shell-wrapper) + 12 minutes (Bash outer gate). On hang, auto-degrades this phase's Codex voice.
**Claude design subagent** (via Agent tool):
**Claude design subagent** (via Agent tool, `run_in_background: false` — same foreground contract as Phase 1):
"Read the plan file at <plan_path>. You are an independent senior product designer
reviewing this plan. You have NOT seen any prior review. Evaluate:
1. Information hierarchy: what does the user see first, second, third? Is it right?
+1 -1
View File
@@ -35,7 +35,7 @@ Override: every AskUserQuestion → auto-decide using the 6 principles.
```
Timeout: 10 minutes (shell-wrapper) + 12 minutes (Bash outer gate). On hang, auto-degrades this phase's Codex voice.
**Claude design subagent** (via Agent tool):
**Claude design subagent** (via Agent tool, `run_in_background: false` — same foreground contract as Phase 1):
"Read the plan file at <plan_path>. You are an independent senior product designer
reviewing this plan. You have NOT seen any prior review. Evaluate:
1. Information hierarchy: what does the user see first, second, third? Is it right?
+1 -1
View File
@@ -41,7 +41,7 @@ Override: every AskUserQuestion → auto-decide using the 6 principles.
```
Timeout: 10 minutes (shell-wrapper) + 12 minutes (Bash outer gate). On hang, auto-degrades this phase's Codex voice.
**Claude DX subagent** (via Agent tool):
**Claude DX subagent** (via Agent tool, `run_in_background: false` — same foreground contract as Phase 1):
"Read the plan file at <plan_path>. You are an independent DX engineer
reviewing this plan. You have NOT seen any prior review. Evaluate:
1. Getting started: how many steps from zero to hello world? What's the TTHW?
+1 -1
View File
@@ -39,7 +39,7 @@ Override: every AskUserQuestion → auto-decide using the 6 principles.
```
Timeout: 10 minutes (shell-wrapper) + 12 minutes (Bash outer gate). On hang, auto-degrades this phase's Codex voice.
**Claude DX subagent** (via Agent tool):
**Claude DX subagent** (via Agent tool, `run_in_background: false` — same foreground contract as Phase 1):
"Read the plan file at <plan_path>. You are an independent DX engineer
reviewing this plan. You have NOT seen any prior review. Evaluate:
1. Getting started: how many steps from zero to hello world? What's the TTHW?
+1 -1
View File
@@ -30,7 +30,7 @@ Override: every AskUserQuestion → auto-decide using the 6 principles.
```
Timeout: 10 minutes (shell-wrapper) + 12 minutes (Bash outer gate). On hang, auto-degrades this phase's Codex voice.
**Claude eng subagent** (via Agent tool):
**Claude eng subagent** (via Agent tool, `run_in_background: false` — same foreground contract as Phase 1):
"Read the plan file at <plan_path>. You are an independent senior engineer
reviewing this plan. You have NOT seen any prior review. Evaluate:
1. Architecture: Is the component structure sound? Coupling concerns?
+1 -1
View File
@@ -28,7 +28,7 @@ Override: every AskUserQuestion → auto-decide using the 6 principles.
```
Timeout: 10 minutes (shell-wrapper) + 12 minutes (Bash outer gate). On hang, auto-degrades this phase's Codex voice.
**Claude eng subagent** (via Agent tool):
**Claude eng subagent** (via Agent tool, `run_in_background: false` — same foreground contract as Phase 1):
"Read the plan file at <plan_path>. You are an independent senior engineer
reviewing this plan. You have NOT seen any prior review. Evaluate:
1. Architecture: Is the component structure sound? Coupling concerns?