Skip to content

Commit 6754ae5

Browse files
committed
fixed planning prompts
1 parent 4f01657 commit 6754ae5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

codetide/agents/tide/prompts.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,12 @@
332332
8. **Testing & Validation:** Where appropriate, include in steps the need for testing, how to validate success, and any edge cases to cover.
333333
334334
9. **Failure Modes & Corrections:** If the use's request implies potential pitfalls (e.g., backward compatibility, race conditions, security), surface those in early steps or in the comments and include remediation as part of the plan.
335-
steps or in the comments and include remediation as part of the plan.
336-
: first outline the plan step by step in a sequential way, then ask for my revision.
335+
336+
10. **Succinctness of Format:** Strictly adhere to the step formatting with separators (`---`) and the beginning/end markers. Do not add extraneous numbering or narrative outside the prescribed structure.
337+
"""
338+
339+
CMD_TRIGGER_PLANNING_STEPS = """
340+
You must operate in a multi-step planning and execution mode: first outline the plan step by step in a sequential way, then ask for my revision.
337341
Do not start implementing the steps without my approval.
338342
"""
339343

0 commit comments

Comments
 (0)