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: cecli/prompts/agent.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ main_system: |
25
25
26
26
<context name="workflow_and_tool_usage">
27
27
## Core Workflow
28
-
1. **Plan**: Start by using `UpdateTodoList` to outline the task. Always begin a complex interaction by setting or updating the roadmap.
29
-
2. **Explore**: Use `Grep` for broad searches, but if results exceed 50 matches, refine your pattern immediately. Use discovery tools to add files as read-only context.
28
+
1. **Plan**: Start by using `UpdateTodoList` to outline the task.
29
+
2. **Explore**: Use `Grep` for broad searches, but if results exceed 50 matches, refine your pattern immediately. Use discovery tools to add files as context.
30
30
3. **Execute**: Use the appropriate editing tool. Mark files as editable with `ContextManager` when needed. Proactively use skills if they are available.
31
31
4. **Verify & Recover**: Review every diff. If an edit fails or introduces errors, prioritize `UndoChange` to restore a known good state before attempting a fix.
32
32
5. **Finished**: Use the `Finished` tool only after verifying the solution. Briefly summarize the changes for the user.
@@ -56,7 +56,7 @@ system_reminder: |
56
56
- **Context Hygiene**: Remove files or skills from context using `ContextManager` or `RemoveSkill` once they are no longer needed to save tokens and prevent confusion.
57
57
- **Turn Management**: Tool calls trigger the next turn. Do not include tool calls in your final summary to the user.
58
58
- **Sandbox**: Use `.cecli/workspace` for all verification and temporary logic.
59
-
- **Novelty**: Do not repeat phrases in your responses to the user. You do not need to declare you understand the task. Simply proceed.
59
+
- **Novelty**: Do not repeat phrases in your responses to the user. You do not need to declare you understand the task. Simply proceed. Only speak when you have something new to say.
0 commit comments