Files
gh-emillindfors-claude-mark…/hooks/hooks.json
2025-11-29 18:25:43 +08:00

18 lines
350 B
JSON

{
"description": "Changelog validation before commits",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/check-changelog-before-commit.py",
"timeout": 5
}
]
}
]
}
}