//! Integration tests for Aphoria scan functionality. //! //! Tests are organized into modules by category: //! - `scan_basic`: Basic scan/init tests //! - `conflict_detection`: Conflict detection tests (Phase 2A) //! - `scan_modes`: Ephemeral vs Persistent mode tests //! - `golden_path`: Golden Path Loop tests (Bless → Export → Import → Scan) //! - `policy_source`: Policy source tracking tests mod conflict_detection; mod golden_path; mod policy_source; mod scan_basic; mod scan_modes;