Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"yaml": "^2.8.2"
},
"devDependencies": {
"@gorules/zen-engine": "^0.54.0",
"@types/node": "^25.2.2",
Comment on lines 47 to 51
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Adding @gorules/zen-engine modifies packages/engine but the PR lacks a .changeset/*.md entry — should we add one?

Finding type: AI Coding Guidelines | Severity: 🟠 Medium


Want Baz to fix this for you? Activate Fixer

Other fix methods

Fix in Cursor

Prompt for AI Agents:

In packages/engine/package.json around lines 47-51, the new devDependency
@gorules/zen-engine was added but there is no accompanying .changeset entry. Create a
new .changeset/<short-descriptive-id>.md file that lists the package (packages/engine)
and a release type (use patch unless you intend a minor/major bump) and includes a
one-line summary that this adds a devDependency. Example structure: YAML frontmatter
mapping the package to the chosen release type, followed by a short human-friendly
description. Commit the new .changeset file so the release tooling will detect the
package change.

Heads up!

Your free trial ends tomorrow.
To keep getting your PRs reviewed by Baz, update your team's subscription

"tsup": "^8.3.6",
"typescript": "^5.7.3",
Expand Down
Loading