648ac343f6
Updated pre-commit hook to: - Only check ESLint errors (ignore warnings) - Add build verification before committing - Fail commit if build fails - Provide helpful error messages and skip instructions This ensures: ✅ No ESLint errors enter the codebase ✅ All commits can build successfully ⚡ Fast feedback loop (~20s for build) To skip: git commit --no-verify Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>