Snippet Fidelity v0.3.0
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, anderrorsfrom 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
v0release line. - Security support guidance now tracks the latest published
0.xrelease.
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.tgzarchive. - 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 chromiumGitHub Action users can continue using WLDKK/snippet-fidelity@v0 for compatible pre-1.0 updates.
Full changelog: v0.2.0...v0.3.0