Browse Source

Add file reading policy to project guidelines

🤖 Generated with Claude Code
main
cinnaboot 6 months ago
parent
commit
28e1042ffa
  1. 7
      CLAUDE.md

7
CLAUDE.md

@ -10,6 +10,13 @@
- Small, focused functions
- Follow existing patterns in src/
## File Reading Policy
- Ask before reading files unless immediately necessary for current task
- Exception: Can read without asking if:
- Single small file (<100 lines) clearly needed
- 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.)

Loading…
Cancel
Save