Releases: ShreeDharshan/difftrial
Releases · ShreeDharshan/difftrial
Release list
DiffTrial 0.1.0
DiffTrial 0.1.0 is the initial public alpha release of a bounded red-to-green regression-transition verifier for Git repositories.
What it verifies
- Identical selected evidence runs against the base and candidate revisions.
- The base fails for the expected deterministic reason.
- The candidate passes the selected evidence.
- No shared test in the defined regression selection changes from pass to fail.
Install
python -m pip install difftrialDiffTrial supports Python 3.11–3.13 on POSIX systems. Execution is trusted-local-only and is not a sandbox. A verified transition is bounded evidence, not proof of complete correctness.