Skip to content

chore: rename to @planningo/duul (scoped package)#10

Merged
devplanningo merged 1 commit into
masterfrom
devplanningo/scoped-package
Apr 20, 2026
Merged

chore: rename to @planningo/duul (scoped package)#10
devplanningo merged 1 commit into
masterfrom
devplanningo/scoped-package

Conversation

@devplanningo
Copy link
Copy Markdown
Contributor

Summary

npm rejected the unscoped duul name via similarity check at publish time (collision with dumi, zuul, del, vaul, bull, url). Switching to the @planningo org scope fixes this.

Changes

  • package.json: name: duul@planningo/duul; add publishConfig.access: public (safety for scoped first publish)
  • README.md / README.ko.md: install command npx -y duulnpx -y @planningo/duul
  • The MCP server config key ("duul" in .mcp.json / claude_desktop_config.json) stays the same — that's just a local alias, not the package name.

Prerequisites (already done)

  • planningo org created on npm

After merge

  • Ensure the NPM_TOKEN secret's owner (currently Suprhimp) is an owner/developer of the planningo org on npm. If not: add Suprhimp to the org, or re-issue the token from an account that is.
  • Release workflow should publish @planningo/duul@1.0.0 successfully.
  • Verify install: npx -y @planningo/duul should print MCP stdio startup logs.

Test plan

  • npm run build succeeds
  • npm pack --dry-run shows name: @planningo/duul, filename: planningo-duul-1.0.0.tgz, 48 files
  • Release run after merge completes green

🤖 Generated with Claude Code

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>
@devplanningo devplanningo merged commit 35be2f3 into master Apr 20, 2026
1 check passed
@devplanningo devplanningo deleted the devplanningo/scoped-package branch April 21, 2026 08:47
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