chore: auto-commit after quick-task

GSD-Unit: Q13
This commit is contained in:
OfficialDelta 2026-04-07 11:38:24 -04:00
parent 504633a388
commit 7d99026119

View file

@ -1393,13 +1393,8 @@ export async function showSmartEntry(
});
if (choice === "new_milestone") {
<<<<<<< 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");