fix: remove SessionStart completion check, keep idle_prompt only

Completion notifications should fire while running (idle), not on restart.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-17 03:47:42 +00:00
parent cb56cfb270
commit 67705e2be9

View file

@ -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": [