mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-19 19:32:18 +02:00
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:
co-authored by
Claude Fable 5
parent
1b4e1f14b0
commit
da8733fe0c
@@ -35,6 +35,24 @@ const GENERATED_WITH_GUIDANCE = [
|
||||
'ship/sections/test-coverage.md',
|
||||
'ship/sections/plan-completion.md',
|
||||
'ship/sections/greptile.md',
|
||||
// Sweep carriers (v1.78): every remaining synchronous Agent-dispatch site.
|
||||
'autoplan/sections/design-phase.md',
|
||||
'autoplan/sections/eng-phase.md',
|
||||
'autoplan/sections/dx-phase.md',
|
||||
'cso/SKILL.md',
|
||||
'design-consultation/SKILL.md',
|
||||
'design-review/SKILL.md',
|
||||
'design-shotgun/SKILL.md',
|
||||
'document-release/sections/release-body.md',
|
||||
'office-hours/SKILL.md',
|
||||
'office-hours/sections/design-and-handoff.md',
|
||||
'plan-ceo-review/SKILL.md',
|
||||
'plan-ceo-review/sections/review-sections.md',
|
||||
'plan-design-review/SKILL.md',
|
||||
'plan-devex-review/sections/review-sections.md',
|
||||
'plan-eng-review/sections/review-sections.md',
|
||||
'review/sections/adversarial.md',
|
||||
'ship/sections/adversarial.md',
|
||||
];
|
||||
|
||||
// The inverted, post-2.1.198-inert phrasings. Checked across every generated
|
||||
|
||||
Reference in New Issue
Block a user