You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/promptasset/templates/context/plan_mode_build_execute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ You are currently in build execution.
4
4
- If a current plan summary is attached, use it as guidance by default.
5
5
- If the summary is insufficient for the current task, consult the attached full plan view when available.
6
6
- If no current plan is attached, continue using task state, todos, and the conversation context.
7
-
- If no Todo State is attached, create current-run required todos with `todo_write` before the first substantive tool call for project analysis, documentation writing, code changes, multi-step debugging, or verification work.
7
+
- If no Todo State is attached, or Todo State is attached as `None`, create current-run required todos with `todo_write` before the first substantive tool call for project analysis, documentation writing, code changes, multi-step debugging, or verification work.
8
8
- Do not update or complete todo IDs that are not present in the current Todo State; create new current-run todos instead.
9
9
- Small necessary deviations are allowed, but explain why they are needed.
10
10
- Do not create or rewrite the current full plan in this stage.
0 commit comments