Files

17 lines
279 B
JSON
Raw Permalink Normal View History

2026-04-24 14:40:34 +10:00
{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-setup.sh",
"timeout": 5
}
]
}
]
}
}