Rename to @drbaher/draft-cli — npm name taken#4
Merged
Conversation
The unscoped `draft-cli` name is owned by `preflower` (an unrelated
Vue/React shadcn-clone, already v0.1.6). Switching to the scoped
`@drbaher/draft-cli` (available) unblocks the v0.1.0 publish gate.
- `publishConfig.access: public` added to package.json as belt-and-braces;
publish.yml already passes `--access public`, but the config documents
intent and covers manual `npm publish` runs.
- ci.yml smoke step made tarball-name-agnostic (scoped packages produce
`drbaher-draft-cli-\${version}.tgz`, so `*.tgz` glob is safer than a
hardcoded `draft-cli-\${version}.tgz`).
- AGENTS.md programmatic-import examples updated since users will type
the scoped name in their own imports.
- draft-cli.mjs jszip-missing error message updated so the "reinstall"
hint matches the actual package name users would type.
- Prose mentions of the project name kept as `draft-cli` (project name
is not the same as the npm-package name).
No code or test changes; 141/141 tests still pass post-rename.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DrBaher
added a commit
that referenced
this pull request
May 17, 2026
v2 #4: LLM inference from deal description (v0.8.0)
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
draft-cliis taken on npm bypreflower(an unrelated Vue/React shadcn-clone, already v0.1.6). Switching to@drbaher/draft-cli(available) unblocks the v0.1.0 publish gate.publishConfig.access: publicadded as belt-and-braces;publish.ymlalready passes--access public.What changed
package.json—name→@drbaher/draft-cli, addedpublishConfig.github/workflows/ci.ymlsmoke step — made tarball-name-agnostic (scoped packages producedrbaher-draft-cli-${version}.tgz, so a*.tgzglob is safer than the hardcoded filename)npm install -g …andnpx …@latestreferences updated inREADME.md,GETTING_STARTED.md,PARAM_SCHEMA.md,CHANGELOG.md,.github/ISSUE_TEMPLATE/bug_report.md, and the jszip-missing error message indraft-cli.mjsAGENTS.md— programmatic-import examples updated (from "@drbaher/draft-cli")draft-cli(the project name) left alone — project name is not the same as the npm-package nameTest plan
npm test— 141/141 passingnpm pack --dry-run— 11 files, new filenamedrbaher-draft-cli-0.1.0.tgzpublish.yml, envnpm) + GitHubnpmenvironment, then tagv0.1.0🤖 Generated with Claude Code