Update Bug Receipt to v1.4.1 - #2632
Open
lMysticl wants to merge 2 commits into
Open
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 5 changed file(s).
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
lMysticl
marked this pull request as ready for review
August 12, 2026 03:12
aaronpowell
previously approved these changes
Aug 12, 2026
aaronpowell
left a comment
Contributor
There was a problem hiding this comment.
it might be useful to use the metadata property to put a version for the skill so you can track your iterations easier
Contributor
Author
|
Thanks for the suggestion, @aaronpowell! I added |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates Bug Receipt from the v1.3 closeout contract merged in #2631 to the released v1.4.1 contract.
What changed
executed-now,supplied, ormixedevidence provenance;metadata.version: "1.4.1"for iteration tracking;The source package now enforces this automatically:
npm run skill:validaterequires SemVer metadata and rejects any mismatch betweenSKILL.mdandpackage.json.Measured result
The separately pre-registered four-case v1.4 robustness cohort covered security redaction, rollback recovery, diagnosis-only authority, and rolling version skew:
This is a bounded comparison against the no-skill arm, not a claim against every alternative. The SHA-verified reports, methodology, quarantine history, and limitations are published in the v1.4.1 benchmark report. Version 1.4.1 only adds version metadata and automatic drift enforcement; the instruction behavior measured by the cohort is unchanged from v1.4.0.
Release: https://github.com/lMysticl/bug-receipt/releases/tag/v1.4.1
Validation
npm ci— 0 vulnerabilitiesnpm run skill:validate— all 407 skills validnpm run buildgit diff --checkgit ls-files --eolThe v1.4.1 source release also passes 33/33 repository tests, lint, TypeScript build, distribution verification, and packed-artifact installation smoke; CI is green on Windows and Ubuntu with Node 20 and 22.