eval-magic 0.5.0

One-stop CLI for running skill evals — measure whether an agent skill actually shifts behavior.
Documentation
//! End-to-end integration tests for the `run` orchestrator and `teardown`,
//! driving the built `eval-magic` binary against an isolated CWD.
//!
//! clap owns dispatch, so a flagged invocation names the `run` subcommand
//! explicitly; a bare `eval-magic` with no args still defaults to `run`.
//!
//! Split into submodules (file-length guideline); shared fixtures and helpers
//! live in [`helpers`].

mod helpers;

mod byoh;
mod claude_cli;
mod codex;
mod env_layout;
mod grouping;
mod lifecycle;
mod opencode;
mod runbook;
mod staging;