claude update

This commit is contained in:
dal 2025-07-08 10:14:37 -06:00
parent 583e78c5b6
commit 68607d71c4
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 8 additions and 1 deletions

View File

@ -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 ...]
## 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