Skip to content

chore: establish @minmoto/sdk package identity and docs - #3

Merged
okjodom merged 2 commits into
mainfrom
okjodom/fix-public-package-name
Aug 24, 2026
Merged

chore: establish @minmoto/sdk package identity and docs#3
okjodom merged 2 commits into
mainfrom
okjodom/fix-public-package-name

Conversation

@okjodom

@okjodom okjodom commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • rename the public npm package and release metadata to @minmoto/sdk
  • rewrite the README as the developer entrypoint for the SDK, leading with its Partner-bound model and the workflows developers can build
  • document requirements, installation, client capabilities, live events, configuration, typed errors, API-key security, and contribution paths
  • exercise the corrected scope in the packed-consumer runtime and TypeScript smoke tests

Verification

  • npm run check
  • npm run test:package
  • npm pack --dry-run
  • git diff --check
  • tracked-file audit confirms no @minmo/sdk public-package references remain

@okjodom
okjodom requested review from a team, MrNyamu and nombumurage and a lite review from Copilot August 24, 2026 10:27

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the public package identity across the repository so the published SDK is consistently named @minmoto/sdk, aligning docs, Release Please metadata, and the package-consumer smoke tests with the corrected npm scope.

Changes:

  • Renamed the published npm package (and lockfile metadata) from @minmo/sdk to @minmoto/sdk.
  • Updated documentation and release automation configuration to reference @minmoto/sdk.
  • Updated the packed-consumer runtime + TypeScript smoke test imports and installation checks to validate the new scope.

Verification noted in PR description (reported by author):

  • npm run check
  • npm run test:package
  • npm pack --dry-run
  • git diff --check

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
scripts/vendor-upstream.mjs Adjusts vendor-workflow preflight messages to avoid referencing the old public package name.
scripts/test-package.mjs Updates smoke-test consumer imports and node_modules assertions to @minmoto/sdk.
release-please-config.json Updates Release Please package-name to @minmoto/sdk.
README.md Updates install + import examples and wording to @minmoto/sdk.
package.json Renames the package to @minmoto/sdk.
package-lock.json Updates lockfile metadata to the new package name.
CHANGELOG.md Updates changelog intro text to reference @minmoto/sdk.
AGENTS.md Updates repository purpose and upstream instructions to reference @minmoto/sdk.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@okjodom
okjodom force-pushed the okjodom/fix-public-package-name branch from e975b60 to 64f61f0 Compare August 24, 2026 10:31
@okjodom okjodom changed the title chore: use @minmoto/sdk package name chore: establish @minmoto/sdk package identity and docs Aug 24, 2026
@okjodom
okjodom merged commit 9e5e864 into main Aug 24, 2026
2 checks passed
@okjodom
okjodom deleted the okjodom/fix-public-package-name branch August 24, 2026 10:52
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.

2 participants