mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-02 02:49:49 +00:00
16 lines
248 B
JSON
16 lines
248 B
JSON
|
|
{
|
||
|
|
"hooks": {
|
||
|
|
"SessionStart": [
|
||
|
|
{
|
||
|
|
"matcher": "*",
|
||
|
|
"hooks": [
|
||
|
|
{
|
||
|
|
"type": "command",
|
||
|
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|