Files
claude-plugins-official/external_plugins/autofix-bot/hooks/hooks.json
2026-03-16 12:51:33 -07:00

15 lines
221 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-autofix.sh"
}
]
}
]
}
}