-
Notifications
You must be signed in to change notification settings - Fork 84
Feat: Add AI rules and commands #6944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
c0c8dc3 to
dc8a5e9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 files reviewed, 2 comments
ec0447e to
1ecb06a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 files reviewed, 1 comment
erosselli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with a minor suggestion -- though the FE team might have other thoughts! 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is specifically for frontend, I think we should re-name it to frontend-pr-review.md :) that way we can also add a backend one in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great suggestion. Updated.
|
|
||
| .cursor/rules | ||
| .cursor/implementation-plans | ||
| .cursor/commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
lucanovera
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice DX improvement 💯. All the rules and FE best practices look good to me ✅
29d1594 to
320fd21
Compare
Description Of Changes
This PR introduces a set of rules and command definitions for the AI assistant. By committing these to the repository, we can ensure that AI-generated code and contributions align with our project's standards, conventions, and best practices. This includes frontend-specific guidelines, general rules, and a command for generating PR summaries.
Code Changes
.cursor/rules/general.mdcwith general AI rules.clients/.cursor/rules/frontend.mdcwith frontend-specific AI rules..cursor/commands/pr-summary.mdto define the PR summary command..gitignoreto track.cursor/rulesand.cursor/commandsdirectories.Steps to Confirm
.cursordirectory.Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works