Skip to content

Fix: Codex PRD prompt parsing in interactive mode#10

Open
CrusheRDevourer wants to merge 1 commit intoiannuttall:mainfrom
CrusheRDevourer:fix/codex-cli-prompt-parsing
Open

Fix: Codex PRD prompt parsing in interactive mode#10
CrusheRDevourer wants to merge 1 commit intoiannuttall:mainfrom
CrusheRDevourer:fix/codex-cli-prompt-parsing

Conversation

@CrusheRDevourer
Copy link
Copy Markdown

This tweaks the PRD runner so Codex doesn’t misread the prompt as subcommands. It keeps the PRD flow interactive, but shell‑escapes the prompt so it’s passed as a single argument instead of being split into CLI tokens.

Fixes #7
error: unrecognized subcommand 'are'

Cause:
Codex CLI was splitting the PRD prompt (e.g. “You are…”) into separate args, interpreting words as subcommands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error: unrecognized subcommand 'are'

1 participant