singularity-forge/src/resources/extensions
Tom Boucher a1ef04a5f3 fix: route needs-discussion phase to interactive flow instead of stopping (#1175)
When a milestone has CONTEXT-DRAFT.md (phase: needs-discussion), the
dispatch table returned 'stop' — which made auto-mode exit. Running
/gsd again would re-enter auto → dispatch → stop → loop indefinitely.

The guided-flow already has a complete interactive handler for
needs-discussion (discuss from draft / start fresh / skip), but it was
never reached from the auto-mode entry path.

Added an early check in dispatchNextUnit: if phase is needs-discussion,
stop auto-mode gracefully and route to showSmartEntry() which handles
the discussion flow correctly.

Fixes #1170
2026-03-18 10:06:48 -06:00
..
async-jobs fix: don't trigger LLM turns on async_bash job completion (#875) (#880) 2026-03-17 08:30:13 -06:00
bg-shell fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
browser-tools feat(browser-tools): configurable screenshot resolution, format, and quality (#1152) 2026-03-18 08:33:40 -06:00
context7 fix: resolve TypeScript type errors in misc extension files (#204) (#213) 2026-03-13 11:36:17 -06:00
google-search fix(google-search): add 30s timeout to Gemini API call (#1139) 2026-03-18 08:25:24 -06:00
gsd fix: route needs-discussion phase to interactive flow instead of stopping (#1175) 2026-03-18 10:06:48 -06:00
mac-tools fix: resolve TypeScript type errors in misc extension files (#204) (#213) 2026-03-13 11:36:17 -06:00
mcporter feat(mcporter): add .gsd/mcp.json per-project MCP config support (#1141) 2026-03-18 08:26:02 -06:00
remote-questions fix: pause auto-mode when env variables needed instead of blocking (#1147) 2026-03-18 08:32:46 -06:00
search-the-web fix(search): consolidate duplicate Brave API helpers (#1010) 2026-03-17 18:06:23 -06:00
shared feat: add OSC 8 clickable hyperlinks for file paths in export notifications (#1114) 2026-03-18 08:21:56 -06:00
slash-commands fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
subagent fix: inline bundled extension path parsing in subagent 2026-03-17 17:45:48 -05:00
ttsr fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
universal-config perf: add concurrency limits to unbounded Promise.all operations (#1029) 2026-03-17 18:29:28 -06:00
voice fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
ask-user-questions.ts fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
get-secrets-from-user.ts fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00