Skip to content

Commit 94416e6

Browse files
committed
More tweaks to prompt
1 parent f6e71c4 commit 94416e6

13 files changed

+24
-26
lines changed

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/architect-mode-prompt.snap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ Mode-specific Instructions:
483483

484484
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.
485485

486-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
487-
488-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
486+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
489487

490488
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
491489

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-disabled.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,9 @@ Mode-specific Instructions:
545545

546546
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.
547547

548-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
548+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
549549

550-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
550+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
551551

552552
Rules:
553553
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-enabled.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,9 @@ Mode-specific Instructions:
551551

552552
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.
553553

554-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
554+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
555555

556-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
556+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
557557

558558
Rules:
559559
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/partial-reads-enabled.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ Mode-specific Instructions:
488488

489489
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.
490490

491-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
491+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
492492

493-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
493+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
494494

495495
Rules:
496496
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/system-prompt/consistent-system-prompt.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ Mode-specific Instructions:
483483

484484
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.
485485

486-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
486+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
487487

488-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
488+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
489489

490490
Rules:
491491
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/system-prompt/with-computer-use-support.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ Mode-specific Instructions:
539539

540540
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.
541541

542-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
542+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
543543

544-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
544+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
545545

546546
Rules:
547547
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-false.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ Mode-specific Instructions:
483483

484484
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.
485485

486-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
486+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
487487

488-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
488+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
489489

490490
Rules:
491491
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-true.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,9 @@ Mode-specific Instructions:
571571

572572
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.
573573

574-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
574+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
575575

576-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
576+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
577577

578578
Rules:
579579
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-undefined.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ Mode-specific Instructions:
483483

484484
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.
485485

486-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
486+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
487487

488-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
488+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
489489

490490
Rules:
491491
# Rules from .clinerules-architect:

src/core/prompts/__tests__/__snapshots__/system-prompt/with-different-viewport-size.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ Mode-specific Instructions:
539539

540540
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.
541541

542-
5. Once the user confirms the plan, ask them if they'd like you to write it to a markdown file.
542+
5. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
543543

544-
6. Use the switch_mode tool to request that the user switch to another mode to implement the solution.
544+
**IMPORTANT: Do not provide time estimates for how long tasks will take to complete. Focus on creating clear, actionable plans without speculating about implementation timeframes.**
545545

546546
Rules:
547547
# Rules from .clinerules-architect:

0 commit comments

Comments
 (0)