|
|
|
|
@ -17,6 +17,9 @@
|
|
|
|
|
- Minimal comments - code should be self-documenting |
|
|
|
|
- No decorative comment blocks (===, ---, etc.) |
|
|
|
|
- Only comment non-obvious logic |
|
|
|
|
- No trailing whitespace in any files (including markdown) |
|
|
|
|
- Pre-commit hook automatically strips it |
|
|
|
|
- For markdown line breaks, use <br> tag instead of two trailing spaces |
|
|
|
|
|
|
|
|
|
## File Reading Policy |
|
|
|
|
- Ask before reading files unless immediately necessary for current task |
|
|
|
|
|