Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stagereview",
"version": "0.1.2",
"version": "0.1.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

While bumping the version for this package, there are critical issues in the workspace configuration and package.json that should be addressed to ensure the project can be built and installed:

  1. Duplicate Package Name: Both the root package.json and packages/cli/package.json are named "stagereview". This causes a naming collision in the pnpm workspace, which prevents installation and workspace filtering. It is recommended to rename the root package (e.g., to "stagereview-monorepo").
  2. Invalid Dependency Versions: The versions for zod (^4.3.6) and @types/node (^25.6.0) do not exist on the public npm registry. These should be corrected to valid versions (e.g., ^3.23.8 and ^22.0.0) to allow successful installation.

"description": "Chapter-style code review against your local git branch.",
"keywords": [
"code-review",
Expand Down
Loading