From 504633a38870dbab7b2f36bad794f3d1f6dbd963 Mon Sep 17 00:00:00 2001 From: OfficialDelta <51007646+OfficialDelta@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:38:09 -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 c6e6c0d6d..de2bfcaa8 100644 --- a/src/resources/extensions/gsd/guided-flow.ts +++ b/src/resources/extensions/gsd/guided-flow.ts @@ -1372,13 +1372,8 @@ export async function showSmartEntry( if (isFirst) { // First ever — skip wizard, just ask directly -<<<<<<< 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 project, milestone ${nextId}. Do NOT read or explore .gsd/ — it's empty scaffolding.`, basePath ), "gsd-run", ctx, "discuss-milestone");