pub async fn run_with_dir(
suite: &str,
corpus_dir: Option<PathBuf>,
) -> Result<()>Expand description
Entry point used by the CLI dispatcher — supports the gate suite
with a corpus-dir argument. The CLI passes the path to eval/golden/
(resolved relative to the manifest via the --corpus flag, defaulting
to eval/golden from the workspace root).