Skip to content

Releases: ShreeDharshan/difftrial

Release list

DiffTrial 0.1.0

DiffTrial 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@ShreeDharshan ShreeDharshan released this 04 Aug 22:02

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 difftrial

DiffTrial 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.