From af75c0eccf0d75903a693e3fe54df6b16d9f3e1e Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 15 Mar 2026 14:59:42 +0000 Subject: [PATCH] fix: even stronger output-only instruction for Sonnet Sonnet keeps narrating. Made the constraint explicitly say 'starts with - on the very first character' and 'will be rejected'. --- planner/planner-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planner/planner-agent.sh b/planner/planner-agent.sh index 78f8f2a..37f5113 100755 --- a/planner/planner-agent.sh +++ b/planner/planner-agent.sh @@ -110,7 +110,7 @@ Update STATE.md to describe what the project IS right now — its architecture, - No more than 25 bullet points — be concise and architectural - First bullet should be a one-line project description -IMPORTANT: Output ONLY the bullet list. No summary of changes, no meta-commentary, no preamble, no markdown fences. Just bullets starting with '- '." +Your response must start with '- ' on the very first character. No summary, no meta-commentary, no preamble, no markdown fences, no 'Here is...' or 'I have...'. ONLY the bullet list. Any response not starting with '- ' will be rejected." PHASE1_OUTPUT=$(timeout "$CLAUDE_TIMEOUT" claude -p "$PHASE1_PROMPT" \ --model sonnet \