//! `eval-magic` — a CLI for running skill evals: it measures whether an agent
//! skill actually shifts behavior.
//!
//! The crate is organized into seven submodules, ordered roughly by dependency:
//! `core` (domain types) underpins everything; `validation`, `adapters`,
//! `sandbox`, `pipeline`, and `workspace` each own one concern; `cli` dispatches
//! the subcommands and orchestrates `run`.