Hook Management Overview Session-scoped hook lifecycle management for ClaudeKit's event-driven hook system. Provides enable/disable/status controls with execution profiling and performance alerts. Hook Types PreToolUse Hooks - file-guard : Blocks sensitive file access (195+ patterns) PostToolUse Hooks - typecheck-changed : Type checking on modified files - lint-changed : Linting on modified files - test-changed : Testing related to modified files - check-comment-replacement : Detects code replaced with comments - check-unused-parameters : Detects unused function parameters UserPromptSubmit Ho…