diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index 6f044d9b..271dc275 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -70,7 +70,13 @@ "type": "command", "command": "_R=\"${CLAUDE_PLUGIN_ROOT}\"; [ -z \"$_R\" ] && _R=\"$HOME/.claude/plugins/marketplaces/thedotmack/plugin\"; node \"$_R/scripts/bun-runner.js\" \"$_R/scripts/worker-service.cjs\" hook claude-code summarize", "timeout": 120 - }, + } + ] + } + ], + "SessionEnd": [ + { + "hooks": [ { "type": "command", "command": "_R=\"${CLAUDE_PLUGIN_ROOT}\"; [ -z \"$_R\" ] && _R=\"$HOME/.claude/plugins/marketplaces/thedotmack/plugin\"; node \"$_R/scripts/bun-runner.js\" \"$_R/scripts/worker-service.cjs\" hook claude-code session-complete",