chore: rename to @planningo/duul (scoped package)#10
Merged
Conversation
npm rejected the unscoped `duul` name via similarity check against dumi/zuul/del/vaul/bull/url at publish time. Switching to the @Planningo org scope. Also adds explicit publishConfig.access: public so the first scoped publish doesn't default to restricted. Install command changes from `npx -y duul` to `npx -y @planningo/duul`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
npm rejected the unscoped
duulname via similarity check at publish time (collision withdumi,zuul,del,vaul,bull,url). Switching to the@planningoorg scope fixes this.Changes
package.json:name: duul→@planningo/duul; addpublishConfig.access: public(safety for scoped first publish)README.md/README.ko.md: install commandnpx -y duul→npx -y @planningo/duul"duul"in.mcp.json/claude_desktop_config.json) stays the same — that's just a local alias, not the package name.Prerequisites (already done)
planningoorg created on npmAfter merge
NPM_TOKENsecret's owner (currently Suprhimp) is an owner/developer of theplanningoorg on npm. If not: add Suprhimp to the org, or re-issue the token from an account that is.@planningo/duul@1.0.0successfully.npx -y @planningo/duulshould print MCP stdio startup logs.Test plan
npm run buildsucceedsnpm pack --dry-runshowsname: @planningo/duul,filename: planningo-duul-1.0.0.tgz, 48 files🤖 Generated with Claude Code