truth-mirror 0.6.1

Truthfulness gate and adversarial reviewer harness for AI coding agents.
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> anyhow::Result<ExitCode> {
    truth_mirror::run_from_env("truth")
}