//! Analysis command handlers using uniform contracts
//!
//! This module contains handlers that have been migrated to use the uniform contracts system
//! as part of Sprint 1 of the contract migration initiative.
// Re-export the main handlers
pub use handle_complexity;