Skip to content

Snippet Fidelity v0.3.0

Choose a tag to compare

@WLDKK WLDKK released this 30 Aug 16:09
631c69c

Highlights

  • See clipboard fidelity results directly in the GitHub workflow summary.
  • Get one escaped GitHub error annotation for every non-passing check.
  • Consume outcome, total, passed, failed, and errors from later workflow steps.
  • Try any public documentation URL in one Action step before committing a source-aware gate.
  • Keep the original audit result authoritative if optional GitHub summary publishing is unavailable.

Reliability and maintenance

  • Internal Actions are pinned to immutable commits and run natively on Node 24.
  • The repository Action smoke test now verifies the complete output contract in CI.
  • Weekly Dependabot updates cover npm and grouped GitHub Action dependencies.
  • The configuration JSON Schema is available from the moving v0 release line.
  • Security support guidance now tracks the latest published 0.x release.

Verification

  • 6 test files and 23 tests passed locally and on GitHub-hosted Ubuntu runners.
  • The committed distribution was rebuilt and verified unchanged.
  • A clean consumer install passed from the packed snippet-fidelity-0.3.0.tgz archive.
  • Positive and adversarial Chromium fixtures verified summaries, outputs, opt-out behavior, and exit codes.

Install

npm install --save-dev snippet-fidelity@0.3.0
npx playwright install chromium

GitHub Action users can continue using WLDKK/snippet-fidelity@v0 for compatible pre-1.0 updates.

Full changelog: v0.2.0...v0.3.0