//! config-core: Core configuration file read/write/validate/merge for OpenCode.
//!
//! This crate handles:
//! - Parsing and serializing `opencode.json` / `opencode.jsonc` files
//! - Deep merging global and project-level configs
//! - Validating config against the OpenCode JSON schema
//! - JSONC comment preservation
//! - Platform-aware config path resolution
//! - Environment variable substitution `{env:VAR}` and file substitution `{file:path}`
pub use ;
pub use JsoncHandler;
pub use ;
pub use ;
pub use *;
pub use validate_config;