Conversation
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.
Motivation
package.jsonadvertised ascripts/ajv-run.mjsentry that did not exist and make the public script surface coherent for integrators.v1.1.0line.Description
validate:schemaentry frompackage.jsonso the publishedscriptsmap matches the actualscripts/directory and left the canonical validation scripts:validate:schemas,validate:examples,validate:integrity,validate:all,validate, andgenerate:checksums.INTEGRATOR.md, a GitHub-release-readyreleases/v1.1.0.md, and expandedREADME.mdandONBOARDING.mdwith an Integrator quickstart, explicit checksum/provenance guidance, and publication steps.examples/v1.1.0/commercial/*/valid/002-*(authorize, checkout, purchase, ship, verify) and normalized example governance (removed/declaredts/as non-authoritative).checksums.txtto include the expanded artifact set and ensuredmanifest.json,schemas/v1.1.0/index.json, and the examples tree remain consistent with the current canonical line.Testing
npm run validate(which executesvalidate:schemas,validate:examples, andvalidate:integrity) and all validation checks passed for schema and example consistency.npm run generate:checksumswhich wrote the updated checksum ledger for the checksum-covered payload and then rannpm run validate:integritywhich validated checksum scope and hashes successfully.sha256sum -c checksums.txtand verified all listed files matched their recorded hashes.npm installfailed in this environment due to a registry403 Forbidden, but an existingnode_modulesallowed the validation and integrity checks to run and succeed.Codex Task