Skip to content

v0.2.0

Choose a tag to compare

@xodnr927-byte xodnr927-byte released this 02 Jun 22:50
· 35 commits to main since this release
50c2ea4

v0.2.0

This release adds the first CI report-output format and documents the signed-bundle support boundary.

Added

  • repro-evidence verify sandbox-run --format junit for JUnit XML report consumers.
  • Tests and CLI coverage for JUnit sandbox verification output.
  • CI cookbook documentation for uploading sandbox verification as JUnit XML.
  • Signed evidence bundles design note with a sidecar-first proposal.

Boundaries

  • Existing JSON output behavior is unchanged.
  • Unsigned evidence bundles remain fully supported.
  • Signed bundle implementation is not included yet; the release documents what signing should and should not prove.

Validation

  • CI passed on PR #17, PR #18, and PR #19.
  • Local final validation on main: uv run --extra schema pytest -q -> 25 passed.