chore(PLA-109): unify naming to stagereview across the repo#30
Conversation
Rename the CLI binary from stage-cli to stagereview and the internal workspace scope from @stage-cli/* to @stagereview/* so that the npm package name, binary name, and workspace scope all use one identity before the first publish.
56ddcf1 to
d6038a8
Compare
There was a problem hiding this comment.
Code Review
This pull request renames the project's CLI binary and internal workspace packages from stage-cli to stagereview. The changes include updating package names in package.json files, adjusting import paths across the CLI and web packages, updating documentation (README, AGENTS.md, and agent instructions), and modifying build configurations to reflect the new naming convention. I have no feedback to provide as there were no review comments to assess.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d6038a8. Configure here.

Summary
Unifies all naming to
stagereviewbefore the first npm publish. The binary, workspace scope, and npm package name now all share one identity.Changes
stage-clitostagereview(binfield + Commander.name())@stage-cli/*to@stagereview/*(package names, all imports, tsdown bundle config, root scripts)stagereviewTesting
pnpm typecheck— passespnpm lint— passespnpm test— 140/140 tests pass