//! Configuration loading.
//!
//! Layered via teravars: `~/.config/shoka/config.toml` is the base,
//! `config.*.toml` files in the same directory merge alphabetically,
//! with `config.local.toml` always winning last. See AGENTS.md for the
//! schema and merge semantics.
//!
//! Phase 1 implementation pending.