//! Unified SDK facade for Actrix.
//!
//! This crate organizes exports into explicit layers:
//! - `control`: stable control-plane API facade.
//! - `testing`: internal integration-test oriented facade (feature-gated).
// Keep a simple default surface for runtime consumers.
pub use *;