GSD Version
1.27.0
Runtime
Claude Code
What happened?
PR #1223 added text_mode support for /rc remote sessions, but it only landed in discuss-phase. plan-phase still uses raw AskUserQuestion calls without checking workflow.text_mode or accepting --text.
plan-phase.md has AskUserQuestion at lines 172, 203, 336, and 639 — none check text_mode.
Setting workflow.text_mode true via config doesn't help because the workflow never reads it, even though core.cjs loads the value correctly.
What did you expect?
workflow.text_mode: true (or --text flag) should apply to all workflows that use AskUserQuestion, not just discuss-phase.
Steps to reproduce
gsd-tools config-set workflow.text_mode true
/gsd:plan-phase in a /rc session
- Hit any decision point — still gets TUI menu instead of numbered list
Related
GSD Version
1.27.0
Runtime
Claude Code
What happened?
PR #1223 added
text_modesupport for/rcremote sessions, but it only landed indiscuss-phase.plan-phasestill uses rawAskUserQuestioncalls without checkingworkflow.text_modeor accepting--text.plan-phase.mdhasAskUserQuestionat lines 172, 203, 336, and 639 — none check text_mode.Setting
workflow.text_mode truevia config doesn't help because the workflow never reads it, even thoughcore.cjsloads the value correctly.What did you expect?
workflow.text_mode: true(or--textflag) should apply to all workflows that useAskUserQuestion, not justdiscuss-phase.Steps to reproduce
gsd-tools config-set workflow.text_mode true/gsd:plan-phasein a/rcsessionRelated