TIL: Claude Code Hooks Can Auto-Fix RuboCop Violations
Today I learned Claude Code has hooks! These let you automatically run commands when certain events happen. I'm using this to auto-fix RuboCop violations every time Claude edits a Ruby file, and it's making my development flow so much smoother.