From 1f5fb89f7f1adfd815b0fd602c48e224d63b5131 Mon Sep 17 00:00:00 2001 From: jq Date: Sat, 27 Jun 2026 19:44:29 +0800 Subject: [PATCH] Restore s06 todo planning guidance --- s06_subagent/code.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/s06_subagent/code.py b/s06_subagent/code.py index 2732246bf..63e85237f 100644 --- a/s06_subagent/code.py +++ b/s06_subagent/code.py @@ -51,6 +51,8 @@ SYSTEM = ( f"You are a coding agent at {WORKDIR}. " + "Before starting any multi-step task, use todo_write to plan your steps. " + "Update status as you go. " "For complex sub-problems, use the task tool to spawn a subagent." )