[AAASM-3762] 🔖 (release): node-sdk v0.0.1-rc.1#198
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
🔍 Code Review — Claude CodeRelease-intent (prep-only) bump → v0.0.1-rc.1 · ticket AAASM-3762
|
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.



Target
Task summary:
Release-intent PR for node-sdk
@agent-assembly/sdk@0.0.1-rc.1. Bumps the local-devpackage.jsonversion0.0.1-beta.5→0.0.1-rc.1, moving from the beta line onto the first release-candidate. This is PREP ONLY — it does not tag, publish, or trigger any release. After this merges and the owner gives the go, the operator dispatchesrelease-node.yml(see publish note below).The npm publish version is supplied at release time via
release-node.yml'snpm_versiondispatch input (npm_version=0.0.1-rc.1); thepackage.jsonversionfield is local-dev metadata only (matching the established convention from the beta.4 / beta.5 bump commits).Task tickets:
Key point change (optional):
Root
package.json"version"0.0.1-beta.5→0.0.1-rc.1, plus the user-facing SDK version references in the docs/examples (install commands + "version…" prose). The 4@agent-assembly/runtime-*sub-packages and the rootoptionalDependencies(workspace:*) are intentionally not touched —release-node.yml's "Bump versions across the 5 packages" step rewrites all of them to the dispatchnpm_versionat publish time. Nopnpm-lock.yamlchange is needed — the lockfile does not pin the root package's own version. The Docusaurus frozen snapshot underwebsite/versioned_docs/version-0.0.1-beta.5/and the channel/version registries (website/versions.json,website/versionChannels.json) are left untouched — they are the historical beta.5 release record, managed by the release-cut workflow.Effecting Scope
Action Types:
Scopes:
Additional description:
Release-candidate bump from the beta line.
masteralready carries the mergedaa-ffipin forv0.0.1-rc.1(🤖 (aa-ffi-node): Bump agent-assembly git pins to v0.0.1-rc.1 #196), so the native binding source is aligned with this target.Description
package.jsonversion0.0.1-beta.5→0.0.1-rc.1.0.0.1-beta.5→0.0.1-rc.1in the quick-start install command and the eight example pages (docs/02-quick-start/,docs/09-examples/*).Release-intent — publish after merge + owner go. Do not merge this PR before the owner approves the release. After merge, the operator publishes via
release-node.ymlworkflow_dispatchwithnpm_version=0.0.1-rc.1. This PR itself does not tag, publish, or trigger any workflow. Sub-packages and the lockfile are intentionally untouched — the release workflow rewrites them at publish time.Closes AAASM-3762
🤖 Generated with Claude Code