Fix: Replace old verbose matcher syntax with tool group in example hook

This commit is contained in:
Toray Altas 2026-01-17 18:11:15 -05:00
parent 0f00dc7a46
commit ad3cd20fb5

View file

@ -3577,7 +3577,7 @@ export const webviewMessageHandler = async (
hooks:
PreToolUse:
- id: example-hook
matcher: "write_to_file|edit_file|apply_diff|apply_patch"
matcher: "edit"
enabled: true
command: 'echo "Verification hook triggered"'
timeout: 5