Expand description
Type definitions for Claude Code Hook integration.
This module defines the input/output types for Claude Code Hooks, following the official Claude Code Hooks specification.
Structs§
- Bash
Input - Bash tool input structure.
- Edit
Input - Edit tool input structure.
- Hook
Event - Hook event received from Claude Code via stdin.
- Hook
Finding - Security finding detected by the hook analyzer.
- Hook
Response - Response to send back to Claude Code via stdout.
- Hook
Specific Output - Hook-specific output structure.
- Write
Input - Write tool input structure.
Enums§
- Hook
Event Name - Types of hook events.
- Permission
Decision - Permission decision for PreToolUse hooks.