Files
2025-11-29 17:57:37 +08:00

17 lines
335 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Bash.*git commit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/auto-changelog-updater.py",
"description": "Update changelog automatically"
}
]
}
]
}
}