From f499810c7a7d7716113c6284fec1a1f318635a3a Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sat, 25 Oct 2025 23:48:07 -0400 Subject: [PATCH] Fix: Remove startup matcher from SessionStart hook to inject context on all session starts (resume, clear, compact) --- plugin/hooks/hooks.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index dde39fe8..9cf7fae8 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -3,7 +3,6 @@ "hooks": { "SessionStart": [ { - "matcher": "startup", "hooks": [ { "type": "command",