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