release: prepare runtime-core for npm publication#25
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
@commandlayer/runtime-corefor npm publication so downstream repos can depend on the registry instead of GitHub tarball/git installs.1.2.0(minor) because the changes are packaging, docs, and release-readiness only and introduce no new breaking runtime API beyond the already-landed1.1.0changes.Description
package.jsonversion to1.2.0and verifiedname,main,types,exports, andfilespoint todist/and included docs.RELEASE_CHECKLIST.mdto standardize pre-publish validation and package-content review.README.mdto instruct downstream consumers to install from npm (npm install @commandlayer/runtime-core@1.2.0).1.2.0entry toCHANGELOG.mddocumenting the canonical CLAS proof envelope expectations and the Ed25519 casing guidance.Testing
npm installwhich completed successfully.npm run build(TypeScripttsc) which completed successfully and produceddist/artifacts.npm testwhich executed the test suite (72 tests across 15 suites) and all tests passed.npm run typecheck(tsc --noEmit) which succeeded.npm pack --dry-runwhich producedcommandlayer-runtime-core-1.2.0.tgzwith 28 files (package size 21.8 kB, unpacked size 81.4 kB) and included only the expecteddist/*, docs, and package metadata.All automated checks completed successfully and no blockers were identified for publishing from this local release-readiness run.
Codex Task