Skip to content

Releases: 030611/dsh-verification-receipt

dsh-verification-receipt v0.1.0

Choose a tag to compare

@030611 030611 released this 14 Aug 05:21

First public release of DSH Verification Receipt.

Highlights

  • Passively observes DSH turn completion and summarizes execution-trace evidence.
  • Produces privacy-minimal heuristic receipts without retaining raw command or output bodies.
  • Exposes Verified, Partial, and No evidence-style signals for downstream UI integrations.

Install

dsh plugin --profile web add dsh-verification-receipt

Verification

  • TypeScript typecheck and production build passed.
  • 21 tests across 3 test files passed.
  • publint and package release smoke passed.
  • Published tarball contains 10 files; a clean registry install and package-name import passed on Node.js 24.
  • Published registry shasum: 8698d66aac5cfd5ac6b4cdb883b4581497bf98d8.

Boundaries

This plugin reports heuristic evidence from observable execution traces. It does not prove that tests ran, that they passed, or that the resulting code is semantically correct. Supported Node.js versions are ^22.19.0 || >=24.0.0.

Implementation and release preparation used AI assistance; the published files, claims, and release gates were reviewed before publication.