Skip to content

Commit d3b93a6

Browse files
committed
Add common rules
1 parent 159f80e commit d3b93a6

7 files changed

+42
-0
lines changed

no-apologies-rule.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Prohibits the use of apologies in communication"
3+
globs: ["**/*"]
4+
---
5+
6+
- Never use apologies

no-summaries-rule.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Prohibits summarizing changes made in communication"
3+
globs: ["**/*"]
4+
---
5+
6+
- Don't summarize changes made
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Prohibits asking for confirmation of information already provided in context"
3+
globs: ["**/*"]
4+
---
5+
6+
- Don't ask for confirmation of information already provided in the context

no-unnecessary-updates-rule.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Prohibits suggesting updates or changes when no modifications are needed"
3+
globs: ["**/*"]
4+
---
5+
6+
- Don't suggest updates or changes to files when there are no actual modifications needed

preserve-existing-code-rule.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Ensures preservation of existing code and functionality during modifications"
3+
globs: ["**/*"]
4+
---
5+
6+
- Don't remove unrelated code or functionalities. Pay attention to preserving existing structures.

single-chunk-edits-rule.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Requires providing all edits in a single chunk instead of multiple steps"
3+
globs: ["**/*"]
4+
---
5+
6+
- Provide all edits in a single chunk instead of multiple-step instructions or explanations for the same file

verify-information-rule.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: "Requires verification of information before presentation"
3+
globs: ["**/*"]
4+
---
5+
6+
- Always verify information before presenting it. Do not make assumptions or speculate without clear evidence.

0 commit comments

Comments
 (0)