Merged
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
Description
schemas/v1.1.0/commonsfolder containing 20 standalone schema files (request + receipt) for the verbs:analyze,classify,fetch,format,parse,summarize,clean,convert,describe, andexplain, with requests following the specifiedverb/version/input/modeshape and receipts containing the tightened trust spine and conditionalallOfrules.index.jsso consumers canimport { analyzeRequestV110 } from "@commandlayer/commons".version: 1.1.0, addedindex.jsto package files, addedexports/mainfields, updatedmanifest.jsonto point atschemas/v1.1.0, and left the newschemas_cidasPENDINGfor pinning during release.CHANGELOG.mdentry for1.1.0, and extendedREADME.mdwith aCommons v1.1.0section and concrete example paths; also regeneratedchecksums.txtfor theschemas/tree.schemas/and relaxed AJVstrictRequiredfor compilation of conditional receipt rules while keepingstrictvalidation otherwise.Testing
npm run validate(which runsnode scripts/validate-all.mjsandnode scripts/validate-examples.mjs), and all schemas and examples compiled/validated successfully.npm run checksums:genand verifiedchecksums.txtwas written successfully.node -e "import('./index.js').then(m => console.log(Object.keys(m).sort().join('\n')))"and confirmed expected exports are present.npm pack --dry-runto confirm package contents; no publish was performed and the pinned CID remainsPENDINGto be updated during the release/pin step.Codex Task