@@ -1,13 +1,15 @@
{
- "SessionStart": [
- {
- "matcher": "startup|resume",
- "hooks": [
- "type": "command",
- "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
- }
- ]
+ "hooks": {
+ "SessionStart": [
+ {
+ "matcher": "startup|resume",
+ "hooks": [
+ "type": "command",
+ "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
+ }
+ ]
}