singularity-forge/src/resources
Tom Boucher 2924a1d666 fix: showNextAction falls back to select() when custom() returns undefined (#447) (#615)
In RPC mode, ctx.ui.custom() returns undefined without emitting any event.
This caused showNextAction() — and all 13+ call sites in guided-flow.ts —
to silently complete without taking action. No error thrown, no event
emitted, command handler returns normally.

Fix: After custom() returns, check for undefined/null and fall back to
ctx.ui.select() which IS implemented in RPC mode. Maps the action list
to select labels and resolves the chosen action id.
2026-03-16 07:09:37 -06:00
..
agents Initial commit 2026-03-10 22:28:37 -06:00
extensions fix: showNextAction falls back to select() when custom() returns undefined (#447) (#615) 2026-03-16 07:09:37 -06:00
skills fix: add missing front matter to github-workflows skill 2026-03-14 15:24:07 -04:00
GSD-WORKFLOW.md docs: sync GSD workflow resource (#476) 2026-03-15 18:23:52 -06:00