From 67705e2be9dd875bd6bf5900d8f0e33e49245810 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 03:47:42 +0000 Subject: [PATCH] fix: remove SessionStart completion check, keep idle_prompt only Completion notifications should fire while running (idle), not on restart. Co-Authored-By: Virgil --- claude/core/hooks.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/claude/core/hooks.json b/claude/core/hooks.json index 8e8ebf7..3407b9c 100644 --- a/claude/core/hooks.json +++ b/claude/core/hooks.json @@ -91,16 +91,6 @@ } ], "description": "Restore recent session context on startup" - }, - { - "matcher": "*", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-completions.sh" - } - ], - "description": "Report agent completions from previous session" } ], "Notification": [