Skip to content

Commit 52dbe56

Browse files
committed
chore(dist): rebuild dist after council wiring source changes
1 parent 8de856d commit 52dbe56

5 files changed

Lines changed: 784 additions & 593 deletions

File tree

dist/agents/architect.d.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,15 @@ export interface CouncilWorkflowConfig {
2525
* council feature is off or the config key is absent.
2626
*/
2727
export declare function buildCouncilWorkflow(council?: CouncilWorkflowConfig): string;
28+
/**
29+
* Build the user-facing QA gate selection dialogue, used by MODE: SPECIFY
30+
* (step 5b), MODE: BRAINSTORM (Phase 6), and MODE: PLAN (post-`save_plan`
31+
* inline path). The dialogue is dialogue-only — persistence happens during
32+
* MODE: PLAN after `save_plan` creates `plan.json`.
33+
*
34+
* The lead-in sentence varies per mode, but the body (seven gates with
35+
* defaults, one-shot accept-or-customize prompt) is shared so SPECIFY,
36+
* BRAINSTORM, and PLAN inline paths stay in lockstep.
37+
*/
38+
export declare function buildQaGateSelectionDialogue(modeLabel: 'BRAINSTORM' | 'SPECIFY' | 'PLAN'): string;
2839
export declare function createArchitectAgent(model: string, customPrompt?: string, customAppendPrompt?: string, adversarialTesting?: AdversarialTestingConfig, council?: CouncilWorkflowConfig): AgentDefinition;

0 commit comments

Comments
 (0)