Skip to content

v0.1.2

Choose a tag to compare

@xodnr927-byte xodnr927-byte released this 02 Jun 22:43
· 38 commits to main since this release
1974777

v0.1.2

This release hardens the v0.1.x maintainer workflow with CI-oriented documentation and validation features.

Added

  • Optional JSON Schema validation for evidence bundles.
  • Include/exclude filters for manifest creation.
  • Markdown output for manifest diff reports.
  • Expanded GitHub Actions cookbook coverage for schema-backed filtered manifest workflows.
  • Stable CLI exit-code documentation and regression coverage.

Notes

  • Examples remain synthetic and target-neutral.
  • Install from source with:
pip install "git+https://github.com/xodnr927-byte/repro-evidence-kit.git@v0.1.2"

Validation

  • CI passed on PR #15 and PR #16.
  • Local final validation on main: uv run --extra schema pytest -q -> 22 passed.