1 line
547 B
JSON
1 line
547 B
JSON
{"content": "{\n \"description\": \"Validate Git Flow branch naming conventions before checkout. Ensures branches follow the pattern: feature/*, release/v*.*.*, hotfix/*. Prevents creation of branches that don't follow Git Flow standards.\",\n \"hooks\": {\n \"PreToolUse\": [\n {\n \"matcher\": \"Bash\",\n \"hooks\": [\n {\n \"type\": \"command\",\n \"command\": \"python3 \\\"$CLAUDE_PROJECT_DIR\\\"/.claude/hooks/validate-branch-name.py\"\n }\n ]\n }\n ]\n }\n}"} |