[AAASM-3834] 🔖 (release): node-sdk v0.0.1-rc.2#205
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
✅ Review — node-sdk v0.0.1-rc.2 release-intent prep (Claude Code)1. CI — green. 18/18 pass · 0 fail (test Node 18/20/22/24, build, napi-build, module-smoke, quality, audit, coverage, CodeQL, SonarCloud). 2. Scope vs AAASM-3834 — complete. Release-intent (prep-only) bump 3. Side effects — none. Diff is exclusively version strings, docs, and the sonar project version. Verdict: approve & merge. After merge + your go, publish via 🤖 Generated with Claude Code |



Target
Task summary:
Release-intent (prep-only) version bump of the node-sdk from
0.0.1-rc.1to0.0.1-rc.2, coordinated with the just-released corev0.0.1-rc.2. This PR only prepares the version metadata and docs; it does not publish, tag, or trigger a release.Task tickets:
v0.0.1-rc.2, already merged).Key point change (optional):
package.jsonversion:0.0.1-rc.1→0.0.1-rc.2(onlypackage.jsondeclaring the SDK version; the@agent-assembly/runtime-*sub-packages useworkspace:*and are version-decoupled, so they are untouched).0.0.1-rc.2indocs/02-quick-start/index.mdanddocs/09-examples/*.md— mirrors exactly what PR [AAASM-3707] 🔖 (release): node-sdk v0.0.1-beta.5 #191 touched.pnpm-lock.yamlnot regenerated: the lockfile does not pin the project's own version (verified no0.0.1-rc.1reference, andpnpm install --frozen-lockfilesucceeds with no drift).Effecting Scope
Prep-only. No source/runtime behavior changes.
Description
0.0.1-rc.1→0.0.1-rc.2in rootpackage.json, plus the matching SDK version pins in quick-start and example docs (9 files total).v0.0.1-rc.2; the FFI-pin PR 🤖 (aa-ffi-node): Bump agent-assembly git pins to v0.0.1-rc.2 #204 (corev0.0.1-rc.2) is already merged, so the SDK metadata now needs to advance to rc.2.pnpm install --frozen-lockfile— succeeds with no lockfile drift.pnpm typecheck— passes.grep -rn '0\.0\.1-rc\.1' docs/02-quick-start docs/09-examples package.json— returns nothing.node -p "require('./package.json').version"— prints0.0.1-rc.2.workflow_dispatch.Closes AAASM-3834
🤖 Generated with Claude Code