//! Core trait definitions for `TraitClaw`.
//!
//! All framework extension points are defined as traits in this module.
pub mod context_manager;
pub mod execution_strategy;
pub mod guard;
pub mod hint;
pub mod hook;
pub mod memory;
pub mod output_transformer;
pub mod provider;
pub mod strategy;
pub mod tool;
pub mod tool_registry;
pub mod tracker;