From f2f8c173bd5aa139289f247ab586b372c5f5f25e Mon Sep 17 00:00:00 2001 From: OfficialDelta <51007646+OfficialDelta@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:38:30 -0400 Subject: [PATCH] chore: auto-commit after quick-task GSD-Unit: Q13 --- src/resources/extensions/gsd/guided-flow.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/resources/extensions/gsd/guided-flow.ts b/src/resources/extensions/gsd/guided-flow.ts index fb7456894..c1a008f29 100644 --- a/src/resources/extensions/gsd/guided-flow.ts +++ b/src/resources/extensions/gsd/guided-flow.ts @@ -1432,13 +1432,8 @@ export async function showSmartEntry( const uniqueMilestoneIds = !!loadEffectiveGSDPreferences()?.preferences?.unique_milestone_ids; const nextId = nextMilestoneIdReserved(milestoneIds, uniqueMilestoneIds); -<<<<<<< HEAD pendingAutoStartMap.set(basePath, { ctx, pi, basePath, milestoneId: nextId, step: stepMode, createdAt: Date.now() }); - await dispatchWorkflow(pi, buildDiscussPrompt(nextId, -======= - pendingAutoStartMap.set(basePath, { ctx, pi, basePath, milestoneId: nextId, step: stepMode }); await dispatchWorkflow(pi, await prepareAndBuildDiscussPrompt(ctx, nextId, ->>>>>>> 179320ad (feat(gsd): add deep evidence-backed discussion system with preparation engine) `New milestone ${nextId}.`, basePath ), "gsd-run", ctx, "discuss-milestone");