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