Skip to content

FaultPack v0.1.0

Choose a tag to compare

@ateeqdesktop-dot ateeqdesktop-dot released this 24 Aug 15:26
· 14 commits to main since this release

FaultPack v0.1.0

FaultPack's first public release introduces a local-first workflow for turning software failures into portable, privacy-first, verifiable reproduction packs.

Highlights

  • Versioned faultpack.json manifest with stable SHA-256 fingerprints.
  • Capture, inspect, verify, and replay CLI commands.
  • Redaction for secret-like values, emails, IPv4 addresses, and custom patterns.
  • Safe path and symlink checks.
  • Markdown, SARIF, and JUnit reports for local workflows and CI.
  • GitHub Actions quality matrix across Python 3.10–3.13.
  • 90%+ automated test coverage with ruff and mypy gates.

This release is intentionally focused on a transparent core. Replay is not a sandbox; use isolated runners or containers for untrusted packs.