mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 03:42:24 +02:00
feat(autoplan): carve the four review phases + tasks aggregator into sections
Phase bodies (CEO/Design/Eng/DX consensus flows) and the Implementation Tasks aggregator load on demand; Design and DX stay separate sections because each is independently conditional on scope. Skeleton 83.7KB -> 58.7KB (-30% always-loaded); the 6 decision principles, classification, sequencing, and explicit skip-condition dispatch stay always-loaded. The chain E2E's phase-complete markers now live only in sections, so its assertions double as section-read proof (behavioral: external). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
2877b63afe
commit
c593c93268
@@ -18,8 +18,10 @@ import * as path from 'path';
|
||||
const ROOT = path.resolve(import.meta.dir, '..');
|
||||
|
||||
// review's specialist-dispatch guidance lives in its carved Review Army section
|
||||
// (Step 4.5 moved out of the skeleton), so the pin follows it there.
|
||||
const GENERATED_WITH_GUIDANCE = ['review/sections/review-army.md', 'autoplan/SKILL.md'];
|
||||
// (Step 4.5 moved out of the skeleton), so the pin follows it there. Same for
|
||||
// autoplan: the dual-voice dispatch (Phase 1 override rules) lives in its
|
||||
// carved CEO-phase section.
|
||||
const GENERATED_WITH_GUIDANCE = ['review/sections/review-army.md', 'autoplan/sections/ceo-phase.md'];
|
||||
|
||||
// The inverted, post-2.1.198-inert phrasings. Checked across every generated
|
||||
// SKILL.md so the regression can't migrate to another skill unnoticed.
|
||||
|
||||
Reference in New Issue
Block a user