Skip to content

chore(PLA-109): unify naming to stagereview across the repo#30

Merged
dastratakos merged 2 commits into
mainfrom
dean/pla-109-issue-16-publish-to-npm-end-to-end-smoke-test-tag-v010
May 4, 2026
Merged

chore(PLA-109): unify naming to stagereview across the repo#30
dastratakos merged 2 commits into
mainfrom
dean/pla-109-issue-16-publish-to-npm-end-to-end-smoke-test-tag-v010

Conversation

@dastratakos
Copy link
Copy Markdown
Contributor

@dastratakos dastratakos commented May 4, 2026

Summary

Unifies all naming to stagereview before the first npm publish. The binary, workspace scope, and npm package name now all share one identity.

Changes

  • Rename CLI binary from stage-cli to stagereview (bin field + Commander .name())
  • Rename workspace scope from @stage-cli/* to @stagereview/* (package names, all imports, tsdown bundle config, root scripts)
  • Update docs (AGENTS.md, README.md, SKILL.md) and agent configs to use stagereview
  • Regenerate pnpm-lock.yaml

Testing

  • pnpm typecheck — passes
  • pnpm lint — passes
  • pnpm test — 140/140 tests pass

Open in Stage

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.
@dastratakos dastratakos force-pushed the dean/pla-109-issue-16-publish-to-npm-end-to-end-smoke-test-tag-v010 branch from 56ddcf1 to d6038a8 Compare May 4, 2026 20:28
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread packages/cli/package.json
@dastratakos dastratakos marked this pull request as ready for review May 4, 2026 21:28
@dastratakos dastratakos merged commit 1b7fd20 into main May 4, 2026
5 checks passed
@dastratakos dastratakos deleted the dean/pla-109-issue-16-publish-to-npm-end-to-end-smoke-test-tag-v010 branch May 4, 2026 21:31
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