This commit is contained in:
Ian Gulliver
2025-11-28 15:18:41 -08:00
parent 1739b7fb87
commit 095a70b311
2 changed files with 6 additions and 0 deletions

5
CLAUDE.md Normal file
View File

@@ -0,0 +1,5 @@
- DO NOT add comments to code unless something is *incredibly* subtle
- Use e.g. map[string]bool{} instead of make() wherever possible
- Use all-lowercase log messages
- Prepend log messages with [ERROR] if applicable
- Don't mention claude in commit messages. Keep them to a single, short, descriptive sentence