//! Hooks system for tool execution lifecycle
//!//! Provides PreToolUse and PostToolUse hooks that integrate with
//! permission checking and ACP client notifications.
modcallback_registry;modpost_tool_use;modpre_tool_use;pubusecallback_registry::{HookCallbackRegistry, PostToolUseCallback};pubusepost_tool_use::create_post_tool_use_hook;pubusepre_tool_use::create_pre_tool_use_hook;