|
|
|
|
@ -14,6 +14,9 @@
|
|
|
|
|
- Use .cpp extensions (for future C++ features if needed) |
|
|
|
|
- Small, focused functions |
|
|
|
|
- Follow existing patterns in src/ |
|
|
|
|
- Minimal comments - code should be self-documenting |
|
|
|
|
- No decorative comment blocks (===, ---, etc.) |
|
|
|
|
- Only comment non-obvious logic |
|
|
|
|
|
|
|
|
|
## File Reading Policy |
|
|
|
|
- Ask before reading files unless immediately necessary for current task |
|
|
|
|
@ -22,11 +25,6 @@
|
|
|
|
|
- File explicitly mentioned by user |
|
|
|
|
- When reading multiple files or large files (>200 lines), always verify first |
|
|
|
|
|
|
|
|
|
## Code Style |
|
|
|
|
- Minimal comments - code should be self-documenting |
|
|
|
|
- No decorative comment blocks (===, ---, etc.) |
|
|
|
|
- Only comment non-obvious logic |
|
|
|
|
|
|
|
|
|
## Git Workflow |
|
|
|
|
- Small commits with logical separation |
|
|
|
|
- Concise commit messages |
|
|
|
|
|