//! Built-in hook implementations for common agent lifecycle patterns.
//!//! These hooks can be registered with a [`HookRegistry`](crate::hook::HookRegistry)
//! to add logging, tool approval, working directory injection, and more.
pubmodapproval;pubmodlogging;pubmodworking_directory;