Skip to content

chore: rename npm scope from @altimate to @altimateai - #22

Merged
anandgupta42 merged 1 commit into
mainfrom
chore/rename-npm-scope-to-altimateai
Mar 3, 2026
Merged

chore: rename npm scope from @altimate to @altimateai#22
anandgupta42 merged 1 commit into
mainfrom
chore/rename-npm-scope-to-altimateai

Conversation

@anandgupta42

Copy link
Copy Markdown
Contributor

Summary

  • Rename all package names from @altimate/cli-* to @altimateai/altimate-code-* to match the actual npm org (@altimateai)
  • Update all workspace dependency references, TypeScript imports (~60 source files + ~5 test files), and documentation
  • Update publish.ts to emit the wrapper package as @altimateai/altimate-code (no -ai suffix) with hardcoded bin entry
  • Update build.ts regex for archive naming to use new scope

Test plan

  • bun install resolves all workspace dependencies
  • bun run typecheck — 3/4 packages pass; the 1 failure has 2 pre-existing errors unrelated to rename
  • grep -r "@altimate/" packages/ docs/ *.md — zero old references remain

🤖 Generated with Claude Code

The npm org is @AltimateAI, not @Altimate. Update all package names,
workspace dependencies, imports, and documentation to use the correct
scope so npm publish succeeds.

Name mapping:
- @altimate/cli → @altimateai/altimate-code
- @altimate/cli-sdk → @altimateai/altimate-code-sdk
- @altimate/cli-plugin → @altimateai/altimate-code-plugin
- @altimate/cli-util → @altimateai/altimate-code-util
- @altimate/cli-script → @altimateai/altimate-code-script

Also updates publish.ts to emit the wrapper package as @altimateai/altimate-code
(no -ai suffix) and hardcodes the bin entry to altimate-code.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@anandgupta42
anandgupta42 merged commit 8d4e45b into main Mar 3, 2026
0 of 4 checks passed
@kulvirgit
kulvirgit deleted the chore/rename-npm-scope-to-altimateai branch March 10, 2026 21:07
anandgupta42 added a commit that referenced this pull request Mar 17, 2026
The npm org is @AltimateAI, not @Altimate. Update all package names,
workspace dependencies, imports, and documentation to use the correct
scope so npm publish succeeds.

Name mapping:
- @altimate/cli → @altimateai/altimate-code
- @altimate/cli-sdk → @altimateai/altimate-code-sdk
- @altimate/cli-plugin → @altimateai/altimate-code-plugin
- @altimate/cli-util → @altimateai/altimate-code-util
- @altimate/cli-script → @altimateai/altimate-code-script

Also updates publish.ts to emit the wrapper package as @altimateai/altimate-code
(no -ai suffix) and hardcodes the bin entry to altimate-code.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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