chore: establish @minmoto/sdk package identity and docs - #3
Merged
Conversation
okjodom
requested review from
a team,
MrNyamu and
nombumurage
and
a lite review from Copilot
August 24, 2026 10:27
There was a problem hiding this comment.
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/sdkto@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 checknpm run test:packagenpm pack --dry-rungit 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
force-pushed
the
okjodom/fix-public-package-name
branch
from
August 24, 2026 10:31
e975b60 to
64f61f0
Compare
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.
Summary
@minmoto/sdkVerification
npm run checknpm run test:packagenpm pack --dry-rungit diff --check@minmo/sdkpublic-package references remain