Skip to content

chore: update install commands to use unscoped altimate-code#234

Merged
anandgupta42 merged 1 commit intomainfrom
chore/unscoped-install-commands
Mar 18, 2026
Merged

chore: update install commands to use unscoped altimate-code#234
anandgupta42 merged 1 commit intomainfrom
chore/unscoped-install-commands

Conversation

@anandgupta42
Copy link
Copy Markdown
Contributor

What does this PR do?

Updates all user-facing install commands from npm install -g @altimateai/altimate-code to the simpler npm install -g altimate-code, now that the unscoped package is published (#229).

Also updates the upstream merge branding rules so future merges produce the correct unscoped install commands.

Type of change

  • Chore (docs, config, non-code change)

Issue for this PR

Closes #233

How did you verify your code works?

  • Verified all 10 changed files have correct replacement
  • CI release notes kept scoped (version-pinned installs work better with scoped names)
  • Typecheck passes

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

🤖 Generated with Claude Code

@claude
Copy link
Copy Markdown

claude bot commented Mar 18, 2026

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review.

@github-actions
Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

…e name

- Replace `npm install -g @altimateai/altimate-code` with `npm install -g altimate-code` in all user-facing docs
- Update upstream merge branding rules (`npmInstallRules`) to use unscoped name
- Update upstream README to reflect new install command mapping
- Update RELEASING.md: add `altimate-code` to package table, fix publish description, add verify command
- CI release notes kept scoped (version-pinned installs)

Closes #233

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@anandgupta42 anandgupta42 force-pushed the chore/unscoped-install-commands branch from 7d44a38 to c0e8259 Compare March 18, 2026 02:29
@anandgupta42 anandgupta42 merged commit 891662a into main Mar 18, 2026
7 checks passed
@anandgupta42 anandgupta42 deleted the chore/unscoped-install-commands branch March 25, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update install commands to use unscoped altimate-code package name

1 participant