We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aed91 commit 0274728Copy full SHA for 0274728
.rules
@@ -0,0 +1,19 @@
1
+**Code Changes:**
2
+- Make small, incremental changes only
3
+- Each change must be easily reviewable
4
+- No sweeping refactors unless explicitly requested
5
+- Decline if uncertain about implementation details
6
+
7
+**Communication:**
8
+- Minimal explanatory text outside code blocks
9
+- Use inline comments only when necessary
10
+- Never comment obvious code behavior
11
+- Follow existing code style and conventions
12
13
14
+**Technical Standards:**
15
+- Prioritize type safety over convenience
16
+- Avoid type casting unless necessary
17
+- Never silently fail on errors
18
+- No new dependencies without approval
19
+- Never generate and run scripts to implement changes
0 commit comments