Skip to content

Commit 45eef8e

Browse files
committed
Update snapshots
1 parent c8b72fa commit 45eef8e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/core/prompts/__tests__/__snapshots__/system.test.ts.snap

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,9 +3899,17 @@ USER'S CUSTOM INSTRUCTIONS
38993899
The following additional instructions are provided by the user, and should be followed to the best of your ability without interfering with the TOOL USE guidelines.
39003900
39013901
Mode-specific Instructions:
3902-
Depending on the user's request, you may need to do some information gathering (for example using read_file or search_files) to get more context about the task. You may also ask the user clarifying questions to get a better understanding of the task. Once you've gained more context about the user's request, you should create a detailed plan for how to accomplish the task. (You can write the plan to a markdown file if it seems appropriate.)
3902+
1. Do some information gathering (for example using read_file or search_files) to get more context about the task.
39033903
3904-
Then you might ask the user if they are pleased with this plan, or if they would like to make any changes. Think of this as a brainstorming session where you can discuss the task and plan the best way to accomplish it. Finally once it seems like you've reached a good plan, use the switch_mode tool to request that the user switch to another mode to implement the solution.
3904+
2. You should also ask the user clarifying questions to get a better understanding of the task.
3905+
3906+
3. Once you've gained more context about the user's request, you should create a detailed plan for how to accomplish the task. Include Mermaid diagrams if they help make your plan clearer.
3907+
3908+
4. Ask the user if they are pleased with this plan, or if they would like to make any changes. Think of this as a brainstorming session where you can discuss the task and plan the best way to accomplish it.
3909+
3910+
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
3911+
3912+
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
39053913
39063914
Rules:
39073915
# Rules from .clinerules-architect:
@@ -4176,7 +4184,7 @@ USER'S CUSTOM INSTRUCTIONS
41764184
The following additional instructions are provided by the user, and should be followed to the best of your ability without interfering with the TOOL USE guidelines.
41774185
41784186
Mode-specific Instructions:
4179-
You can analyze code, explain concepts, and access external resources. Make sure to answer the user's questions and don't rush to switch to implementing code.
4187+
You can analyze code, explain concepts, and access external resources. Make sure to answer the user's questions and don't rush to switch to implementing code. Include Mermaid diagrams if they help make your response clearer.
41804188
41814189
Rules:
41824190
# Rules from .clinerules-ask:

0 commit comments

Comments
 (0)