1 line
655 B
JSON
1 line
655 B
JSON
{"content": "{\n \"description\": \"Enforce conventional commit message format for all git commits. Validates commit messages follow the pattern: type(scope): description. Supported types: feat, fix, docs, style, refactor, perf, test, chore, ci, build, revert. Ensures consistent commit history for changelog generation and semantic versioning.\",\n \"hooks\": {\n \"PreToolUse\": [\n {\n \"matcher\": \"Bash\",\n \"hooks\": [\n {\n \"type\": \"command\",\n \"command\": \"python3 \\\"$CLAUDE_PROJECT_DIR\\\"/.claude/hooks/conventional-commits.py\"\n }\n ]\n }\n ]\n }\n}\n"} |