Bug
/codex:rescue is internally inconsistent: its frontmatter only allows Bash(node:*), but the command body explicitly instructs Claude Code to use AskUserQuestion when a resumable rescue thread exists.
Evidence
plugins/codex/commands/rescue.md:5
allowed-tools: Bash(node:*)
plugins/codex/commands/rescue.md:29
- instructs the command to use
AskUserQuestion exactly once when task-resume-candidate --json reports available: true
Impact
The documented resume/new-thread flow for /codex:rescue may be blocked by the command’s own tool restrictions.
Suggested Fix
Add AskUserQuestion to the frontmatter allowed tools in plugins/codex/commands/rescue.md and keep regression coverage in tests/commands.test.mjs.
Bug
/codex:rescueis internally inconsistent: its frontmatter only allowsBash(node:*), but the command body explicitly instructs Claude Code to useAskUserQuestionwhen a resumable rescue thread exists.Evidence
plugins/codex/commands/rescue.md:5allowed-tools: Bash(node:*)plugins/codex/commands/rescue.md:29AskUserQuestionexactly once whentask-resume-candidate --jsonreportsavailable: trueImpact
The documented resume/new-thread flow for
/codex:rescuemay be blocked by the command’s own tool restrictions.Suggested Fix
Add
AskUserQuestionto the frontmatter allowed tools inplugins/codex/commands/rescue.mdand keep regression coverage intests/commands.test.mjs.