| 9 | } |
| 10 | |
| 11 | export interface HookMatcher { |
| 12 | matcher?: string; // Pattern to match tool names (regex supported) |
| 13 | hooks: HookCommand[]; |
| 14 | } |
| 15 | |
| 16 | export interface HooksConfiguration { |
| 17 | PreToolUse?: HookMatcher[]; |
nothing calls this directly
no outgoing calls
no test coverage detected