//! Worker-local tool registry construction.
//!
//! This module keeps worker approval policy and workspace-aware tool wiring
//! out of the main worker loop.
pub use create_filtered_registry;
pub use register_mutating_tools;
pub use is_tool_allowed;
pub use register_safe_tools;