mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-29 20:20:46 +00:00
- Use errors.Is() instead of direct sentinel comparison (13 instances) - Convert if/else-if chains to switch/case for same-variable comparisons - Remove redundant bitwise OR with zero - Add post-implementation checklist to CLAUDE.md