Skip to content

Releases: JohnODowdAI/approvalpack

ApprovalPack v0.1.0-beta.1

24 Mar 19:05

Choose a tag to compare

Pre-release

ApprovalPack turns scattered agent run artifacts into compact, decision-ready approval packets.

Core loop:

  • Write an approval spec (YAML)
  • Point it at a run bundle (directory)
  • Build a packet (approvalpack build)
  • Record a human decision (approvalpack decide)

What's in this beta:

  • YAML approval specs with required evidence, gates, claims, questions, risks
  • CLI: init, lint, build, decide, render
  • Deterministic gate engine (7 types)
  • Claims mapped to evidence refs + gate results
  • Example bundles: auth-good (review_ready) and auth-blocked (blocked)
  • 52 tests passing

Best first use case:

  • One approval checkpoint
  • One real run bundle
  • One reviewer

Intentionally not built yet:

  • Vendor-specific importers
  • LLM summarization / semantic grading
  • HTML rendering
  • GitHub App / PR comments
  • Signed approvals / workflow callbacks
  • Hosted service / dashboard