From 68607d71c46a5def290f4c49e1fb7dec25473ccc Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 8 Jul 2025 10:14:37 -0600 Subject: [PATCH] claude update --- CLAUDE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1c73fc1f5..4eef30b17 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -108,4 +108,11 @@ pnpm run test:watch - `console.warn` for warning messages - `console.error` for error messages -[... rest of the existing content remains the same ...] \ No newline at end of file +## Error Handling and Logging Philosophy +- We care deeply about error handling and logging +- Key principles for error management: + - Catch errors effectively and thoughtfully + - Consider the state errors put the system into + - Implement comprehensive unit tests for error scenarios + - Log errors strategically for effective debugging + - Avoid over-logging while ensuring sufficient context for troubleshooting \ No newline at end of file