Hooks System: Pre/Post Sampling Architecture
Overview
The Hooks System is Claude Code's extension mechanism for modifying behavior without changing core code. It provides interception points before and after key operations, enabling git tracking, metrics, safety checks, and custom extensions.
Plain text