(outFile: string)
| 103 | // The capture instruction passed to every case. Tells the agent to dump |
| 104 | // AskUserQuestion content to a file instead of calling a tool. |
| 105 | function captureInstruction(outFile: string): string { |
| 106 | return `Write the verbatim text of every AskUserQuestion you would have made to ${outFile} (one question per session, full text including options and recommendation line). Do NOT call any tool to ask the user. Do NOT paraphrase — include the exact prose you would have shown. This is a format-capture test, not an interactive session.`; |
| 107 | } |
| 108 | |
| 109 | // --- Case 1: plan-ceo-review mode selection (kind-differentiated) --- |
| 110 |
no outgoing calls
no test coverage detected