eval-magic 0.3.4

One-stop CLI for running skill evals — measure whether an agent skill actually shifts behavior.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! 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 codex;
mod lifecycle;
mod opencode;
mod staging;