Skip to content

fix: remove SDK from changesets — not a workspace package#93

Merged
Jing-yilin merged 1 commit intomainfrom
fix/changeset-sdk-workspace
Mar 19, 2026
Merged

fix: remove SDK from changesets — not a workspace package#93
Jing-yilin merged 1 commit intomainfrom
fix/changeset-sdk-workspace

Conversation

@Jing-yilin
Copy link
Contributor

The Release workflow fails because changesets references @resciencelab/agent-world-sdk which is not registered as an npm workspace.

Root cause: The SDK lives under packages/agent-world-sdk/ but the root package.json has no workspaces field. Changesets can only version packages it knows about.

Fix: Remove @resciencelab/agent-world-sdk from all changeset files. The SDK version is already synced via scripts/sync-version.mjs (copies root version to SDK package.json) and published in the release script (cd packages/agent-world-sdk && npm publish).

148/148 tests pass.

SDK version is synced via scripts/sync-version.mjs and published
in the release script. Changesets only manages the root @resciencelab/dap
package.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@Jing-yilin Jing-yilin merged commit 3d5db41 into main Mar 19, 2026
3 checks passed
@Jing-yilin Jing-yilin deleted the fix/changeset-sdk-workspace branch March 19, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant