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: .cursor/rules/coding.mdc
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
alwaysApply: true
3
3
---
4
4
5
-
# Flow rules
5
+
# Development flow rules
6
6
- Don't respond with "You're right!", "Great idea!" and so on. Get straight to the point.
7
-
- **Stop and describe the reason**, if you can't closely implement the task or need a different approach from what was asked.
7
+
- **Stop and describe the reason**, if you can't closely implement the task, or need a different approach from what was asked, or noticed a critical mistake in the prompt.
8
8
- Do not run tests if you only changed stories or documentation since the last test run.
9
+
- If you need to move or rename a file: use command line tools for that.
10
+
- If you need to move a part of code from one file to another: First, write the code at the new place, then delete the code in the original place.
0 commit comments