From 28e1042ffaf169ae06b2c54e26fe245e45a20212 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 3 Jan 2026 11:25:09 -0500 Subject: [PATCH] Add file reading policy to project guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with Claude Code --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6c4fab3..05e413b 100644 --- a/CLAUDE.md +++ b/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.)