1//! Re-export the shared configuration loader implementation from the
2//! `vtcode-config` crate so downstream consumers can continue importing it
3//! through `vtcode_core::config::loader` while the logic lives in the
4//! dedicated configuration crate.
5pub use vtcode_config::loader::*;