# Package Naming Decision

Open Orchestra keeps two public names with different meanings:

- npm package: `@jterrats/open-orchestra`
- installed CLI binary: `orchestra`

The canonical install command is:

```bash
npm install -g @jterrats/open-orchestra
```

Do not document `@jterrats/orchestra` as an install target yet. That package is
not the canonical published package for this project. If the shorter package
name is reserved or published later, it should be introduced as an explicit
alias with a documented ownership, forwarding, and deprecation strategy.

Update warnings and release notes must use the package name from `package.json`
and may continue to refer to the CLI command as `orchestra`.
