| 12345678910111213141516171819 |
- {
- "hooks": {
- "UserPromptSubmit": [
- {
- "hooks": [
- { "type": "command", "command": "echo 'must not run' >&2; exit 2" }
- ]
- }
- ],
- "PreToolUse": [
- {
- "matcher": "[",
- "hooks": [
- { "type": "command", "command": "exit 2" }
- ]
- }
- ]
- }
- }
|