//! Backwards-compatible composition facade for Supercode.
//!
//! New integrations should select the narrow package they need:
//! `supercode-interchange` for session glue, `supercode-reduce` for reversible
//! token reduction, `supercode-runtime` for provider/runtime primitives, or
//! `supercode-harness` for the complete native Supercode agent and tool loop.
//! This crate preserves the historical `supercode` import by re-exporting the
//! complete harness surface.
pub use *;