The User-Agent and JSDoc examples use createos-sandbox-sdk, but the published package (package.json) is @nodeops-createos/sandbox.
src/config.ts:114 — default User-Agent: `createos-sandbox-sdk/${VERSION} ${runtime}`
- JSDoc imports:
src/sandbox.ts:155,182, src/client.ts:723 — from "createos-sandbox-sdk"
src/http.ts:589 — warning prefix createos-sandbox-sdk:
Pick one canonical identifier. If the package stays @nodeops-createos/sandbox, update the UA / JSDoc / warning strings to match (or intentionally keep a short UA token and document why). Note the config.ts comment already says "Keep in sync with package.json."
The User-Agent and JSDoc examples use
createos-sandbox-sdk, but the published package (package.json) is@nodeops-createos/sandbox.src/config.ts:114— default User-Agent:`createos-sandbox-sdk/${VERSION} ${runtime}`src/sandbox.ts:155,182,src/client.ts:723—from "createos-sandbox-sdk"src/http.ts:589— warning prefixcreateos-sandbox-sdk:Pick one canonical identifier. If the package stays
@nodeops-createos/sandbox, update the UA / JSDoc / warning strings to match (or intentionally keep a short UA token and document why). Note theconfig.tscomment already says "Keep in sync with package.json."