jev-harness 0.1.3

Zero-overhead System One decision harness and token optimizer for AI coding agents.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    jev_harness::cli::run_cli().await;
}