//! Self-Admitted Technical Debt (SATD) Detection System
//!
//! This module provides high-performance, multi-language detection and classification
//! of technical debt annotations embedded in source code comments.
// Re-export all public items that were previously accessible from satd_detector.rs
pub use ;
// Tests extracted to satd_detector_tests.rs for file health compliance (CB-040)
// TEMPORARILY DISABLED: File splitting broke syntax