Files

15 lines
224 B
JSON
Raw Permalink Normal View History

2026-02-15 14:28:07 -08:00
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}
2026-02-15 14:28:07 -08:00
}