fix: close Hookify runtime review gaps

This commit is contained in:
Affaan Mustafa
2026-07-26 05:38:49 -04:00
parent 396fadc784
commit ca26e35e9c
9 changed files with 289 additions and 46 deletions
+1
View File
@@ -210,6 +210,7 @@ function validateToolMatcher(value) {
function inferredField(event) {
if (event === 'bash') return 'command';
if (event === 'file') return 'file_path';
if (event === 'prompt') return 'user_prompt';
return 'content';
}