Refactor: Update stderr-test-hook to user-message-hook and improve path handling

This commit is contained in:
Alex Newman
2025-10-27 00:04:26 -04:00
parent 15c55a57a3
commit ea54a03fae
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
},
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/stderr-test-hook.js",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/user-message-hook.js",
"timeout": 10
}
]