Skip to content

text_mode missing from plan-phase workflow #1313

@bhaskoro-muthohar

Description

@bhaskoro-muthohar

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

  1. gsd-tools config-set workflow.text_mode true
  2. /gsd:plan-phase in a /rc session
  3. Hit any decision point — still gets TUI menu instead of numbered list

Related

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfix-pendingFix submitted, awaiting merge

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions