Changed from nested object format to array format to fix "PreToolUse:Bash hook error" with no message. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Implements PreToolUse/Bash hook to validate conventional commit format: - Validates type(scope): description format - Supports all 10 types: feat, fix, docs, style, refactor, perf, test, chore, build, ci - Optional scope support - Helpful error messages with examples - Non-commit commands pass through - Uses Python for reliable JSON parsing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>