fix(question-tool): stop silent skips when tool looks unavailable (#620)
This commit is contained in:
@@ -113,7 +113,7 @@ Once the root cause is confirmed, present:
|
||||
- Which tests to add or modify to prevent recurrence (specific test file, test case description, what the assertion should verify)
|
||||
- Whether existing tests should have caught this and why they did not
|
||||
|
||||
Then offer next steps (use the platform's question tool — `AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini — or present numbered options and wait):
|
||||
Then offer next steps using the platform's blocking question tool: `AskUserQuestion` in Claude Code (call `ToolSearch` with `select:AskUserQuestion` first if its schema isn't loaded), `request_user_input` in Codex, `ask_user` in Gemini. Fall back to numbered options in chat only when no blocking tool exists in the harness or the call errors (e.g., Codex edit modes) — not because a schema load is required. Never silently skip the question:
|
||||
|
||||
1. **Fix it now** — proceed to Phase 3
|
||||
2. **View in Proof** (`/ce-proof`) — for easy review and sharing with others
|
||||
|
||||
Reference in New Issue
Block a user