{ "hooks": { "SessionStart": [ { "matcher": "startup|resume|clear|compact", "hooks": [ { "type": "command", "command": "python3", "args": [ "${CLAUDE_PLUGIN_ROOT}/scripts/claude-obsidian.py", "hook", "session-start" ], "timeout": 5 } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "python3", "args": [ "${CLAUDE_PLUGIN_ROOT}/scripts/claude-obsidian.py", "hook", "stop" ], "timeout": 5 } ] } ] } }