chore(release): prepare @commandlayer/agent-sdk 1.2.0 readiness#54
Merged
Merged
Conversation
Contributor
Author
|
Local validation on Windows confirms the release-packaging gate is now clean for this PR branch:
Pack summary:
This resolves the earlier pack concern from the Codex/container environment. The PR is safe to merge from a packaging standpoint. |
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
@commandlayer/runtime-corereceipt shape (metadata.proof.*) and prepare for an npm release at1.2.0after runtime-core alignment.Description
1.1.0to1.2.0inpackage.json.exportsmap at the package root exposingtypes: ./dist/src/index.d.tsandimport: ./dist/src/index.jswhile keeping existingmain/typesfields for compatibility.filesallowlist todist/src,README.md, andLICENSEand removedist/examplesfrom the published files to avoid shipping non-essential example artifacts.1.2.0entry toCHANGELOG.mddocumenting canonical runtime-core receipts,metadata.proofusage, signing delegation to runtime-core, test verification note, and build fixes.RELEASE_CHECKLIST.mdwith the release steps to run locally (install/build/test/pack/publish/tag).Testing
npm installwhich failed with a403 Forbiddenfetching@commandlayer/runtime-core, blocking dependency installation.npm run buildwhich failed due to missing dependencies/type declarations after the install failure (TypeScript errors referencing@commandlayer/runtime-core,ajv,@types/node, etc.).npm testwhich was blocked by the build failure.npm pack --dry-runwhich succeeded and produced a tarball that includesdist/src/*.js,dist/src/*.d.ts,README.md,LICENSE, andpackage.json, but did not includedist/src/schemas.trust-*.jsonin this environment indicating the built schema JSON files were not present indist/srcat pack time.Codex Task