playbook/brooks-lint/hooks/hooks.json

17 lines
292 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|clear|compact",
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/session-start\"",
"async": false
}
]
}
]
}
}