Files
gh-arittr-spectacular/hooks/hooks.json
2025-11-29 17:58:10 +08:00

16 lines
270 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear|compact",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}
}