From 833b6d371cbbcba8b9f0dce50fc25c8a89f75f9f Mon Sep 17 00:00:00 2001 From: Ariane Emory Date: Wed, 21 Jan 2026 16:48:39 -0500 Subject: [PATCH] Update question tool description with RFC2119 language Change 'Use this tool' to 'You MUST always use this tool' to emphasize mandatory usage as requested. --- packages/opencode/src/tool/question.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/tool/question.txt b/packages/opencode/src/tool/question.txt index 03cd496d60a..b6ddf3c07b1 100644 --- a/packages/opencode/src/tool/question.txt +++ b/packages/opencode/src/tool/question.txt @@ -1,4 +1,4 @@ -Use this tool when you need to ask the user questions during execution. This allows you to: +You MUST always use this tool when you need to ask the user questions during execution. This allows you to: 1. Gather user preferences or requirements 2. Clarify ambiguous instructions 3. Get decisions on implementation choices as you work