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
SPEC.mdandPOLICY.md, lowering maintenance risk and avoiding conflicting claims.CHANGELOG.md, clarifying$idresolution, and making the index file’s intent explicit.Description
README.md,INTEGRATOR.md, andONBOARDING.mdto reference canonical rules inSPEC.mdandPOLICY.md, and removed immediatenpm install @commandlayer/commercialinstall instructions where publication could not be verified.CHANGELOG.mdat repo root and added it topackage.jsonfilesso release history is discoverable.$idresolution and source-of-truth:SPEC.mdnow statescommandlayer.orgis the canonical namespace while the repository is the source of truth and mirrors may be temporarily unavailable, andREADME.mdcontains a brief mirror/namespace summary.schemas/v1.1.0/index.jsonas an inventory (removed"$schema"JSON-Schema framing, added"document_type": "inventory"and adescription), regeneratedchecksums.txt, and updatedpackage.jsonto includeCHANGELOG.md.GOVERNANCE.mdand addedPGP: none currently providedtoSECURITY.mdwhile keeping contact email.README.md,SPEC.md,POLICY.md(referenced),SECURITY.md,ONBOARDING.md,INTEGRATOR.md,GOVERNANCE.md,CHANGELOG.md(new),package.json(files list),schemas/v1.1.0/index.json(made an inventory), andchecksums.txt(regenerated).$idvalues changed, and the repo export/package name and index entrypoint were left intact so runtime semantics remain unchanged.Testing
npm run generate:checksums, which updatedchecksums.txtfor the changed inventory and succeeded.npm run validate(which runsvalidate:schemas,validate:examples, andvalidate:integrity), and all validation steps completed successfully.sha256sum -c checksums.txtand all checksum entries reportedOK.npm view @commandlayer/commercial version --jsonto verify publication, but the registry request returned403 Forbidden, so package publication could not be confirmed from this environment and install guidance was intentionally omitted.Codex Task