Last active
April 9, 2025 19:39
-
-
Save crstamps2/5ad72a0f1d362a0bf1e0d84c0f404a30 to your computer and use it in GitHub Desktop.
.cursor-rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# Your rule content | |
- Always begin responses with "[<LLM Name/Version>]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# Your rule content | |
- Only modify code directly relevant to the specific request. Avoid changing unrelated functionality. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# Your rule content | |
- Never replace code with placeholders like `// ... rest of the processing ...`. Always include complete code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# Your rule content | |
- Explain your OBSERVATIONS clearly, then provide REASONING to identify the exact issue. | |
- Add console logs when needed to gather more information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# Your rule content | |
- Always provide a complete PLAN with REASONING based on evidence from code and logs before making changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: | |
globs: | |
alwaysApply: true | |
--- | |
# Your rule content | |
- Break problems into smaller steps. Think through each step separately before implementing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment