Skip to content

chore: publish as scoped @open-gitagent/gitagent#45

Merged
shreyas-lyzr merged 1 commit into
mainfrom
chore/scope-package-name
May 24, 2026
Merged

chore: publish as scoped @open-gitagent/gitagent#45
shreyas-lyzr merged 1 commit into
mainfrom
chore/scope-package-name

Conversation

@shreyas-lyzr

Copy link
Copy Markdown
Contributor

Switch the npm package name from unscoped gitagent (which the CI NPM_TOKEN can't create — that was the 404 PUT) to the existing scoped @open-gitagent/gitagent, which the token can publish. 1.5.0 > 0.2.0, so this becomes the new latest.

  • package.json + package-lock.json: name → @open-gitagent/gitagent (bin stays gitagent, version stays 1.5.0)
  • install.sh: scoped the npm ls/view/install and global-dir refs; the gitagent command + display strings unchanged
  • README + Documentation: install command → npm install -g @open-gitagent/gitagent

npm ci + npm run build verified locally; install.sh passes bash -n.

🤖 Generated with Claude Code

Switch the npm package name from the unscoped `gitagent` (which the CI
NPM_TOKEN can't create) to the existing scoped `@open-gitagent/gitagent`,
which the token can publish. 1.5.0 > 0.2.0 so it becomes the new latest.

- package.json + package-lock.json: name -> @open-gitagent/gitagent
  (bin stays `gitagent`, version stays 1.5.0)
- install.sh: scope npm ls/view/install + global-dir refs (the
  `gitagent` command and display strings are unchanged)
- README + Documentation: install command -> npm install -g @open-gitagent/gitagent

npm ci + npm run build verified locally.
@shreyas-lyzr shreyas-lyzr merged commit a9c65d0 into main May 24, 2026
@shreyas-lyzr shreyas-lyzr deleted the chore/scope-package-name branch May 24, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant