Files
aether/store/memory.go
Claude Code 84fe185285 fix: address review feedback on error handling
- Handle json.Marshal error in deepCopyEvent instead of silently discarding
- Handle json.Unmarshal error instead of silently discarding
- Add explicit error checks with panic (appropriate for internal marshaling errors)
- Document that panics signal impossible conditions for valid Event structs

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-01-13 22:24:35 +01:00

4.9 KiB