chore: auto-commit after quick-task
GSD-Unit: Q13
This commit is contained in:
parent
990f45e952
commit
504633a388
1 changed files with 0 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue