Files
2025-11-30 08:46:35 +08:00

15 lines
269 B
JSON

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