fix: harden observer hooks and test discovery (#513)

This commit is contained in:
Affaan Mustafa
2026-03-15 21:47:15 -07:00
committed by GitHub
parent c53bba9e02
commit 8878c6d6b0
5 changed files with 389 additions and 157 deletions

View File

@@ -232,7 +232,9 @@
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/hooks/run-with-flags.js\" \"session:end:marker\" \"scripts/hooks/session-end-marker.js\" \"minimal,standard,strict\""
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/hooks/run-with-flags.js\" \"session:end:marker\" \"scripts/hooks/session-end-marker.js\" \"minimal,standard,strict\"",
"async": true,
"timeout": 10
}
],
"description": "Session end lifecycle marker (non-blocking)"