chore: add conventional commits guidance#1179
Closed
John-David Dalton (jdalton) wants to merge 2 commits intomainfrom
Closed
chore: add conventional commits guidance#1179John-David Dalton (jdalton) wants to merge 2 commits intomainfrom
John-David Dalton (jdalton) wants to merge 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Node engine version contradicts PR description intent
- Changed the node engine constraint from >=25.9.0 to >=18.20.8 to match the PR description intent and support all current LTS versions.
You can send follow-ups to the cloud agent here.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit f428ab0. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Note
Medium Risk
Mostly documentation and metadata changes, but tightening
engines.node/engines.pnpmcan break local dev/CI environments that don’t meet the new minimums.Overview
Adds explicit Conventional Commits guidance to
CLAUDE.md, including the expected<type>(<scope>): <description>format and a note that AI attribution is stripped by the commit hook.Aligns runtime tooling requirements by updating the root
package.jsonenginesto requirenode >=25.9.0andpnpm >=10.33.0, and removes the per-packageenginesblock frompackages/cli/package.jsonso the repo-level constraints apply.Reviewed by Cursor Bugbot for commit f428ab0. Configure here.