//! Back-compat re-export shim for the subagent profile system.
//!
//! The canonical implementation now lives in
//! [`bamboo_engine::profiles`]. This shim keeps the existing server paths
//! (`crate::subagent_profiles::{builtin, load_registry, LoaderError}`) alive
//! without duplicating the profile definitions or loader logic.
pub use ;