//! Unit tests for selfware modules
//!
//! These tests cover individual components without network I/O.
mod cli;
mod test_agent;
mod test_api;
mod test_cognitive;
mod test_config;
mod test_context;
mod test_error_paths;
mod test_file_extended;
mod test_git;
mod test_regex_check;
mod test_safety;
mod test_tools;