Rule Error Handling

Log Errors Once

Log errors at the point of handling, not at every level

errorsloggingnoise
CLAUDE.md

Log errors at the point of handling, not at every level of the call stack. Logging the same error at every catch/rethrow creates duplicate noise that makes debugging harder.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl