-
Notifications
You must be signed in to change notification settings - Fork 11
Cursor rules: Add Cursor Rules for Development and Git Commit Standards #488
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
why: Establish clear conventions for commit messages and AI assistance what: - Created git-commits.mdc with commit format guidelines - Added commit type definitions and examples - Included instructions for using Cursor's AI commit features - Documented best practices for commit message structure See also: https://docs.cursor.com/context/rules-for-ai
Reviewer's Guide by SourceryThis pull request introduces two new Cursor rules: No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @tony - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #488 +/- ##
=======================================
Coverage 54.09% 54.09%
=======================================
Files 40 40
Lines 3627 3627
Branches 793 793
=======================================
Hits 1962 1962
Misses 1314 1314
Partials 351 351 ☔ View full report in Codecov by Sentry. |
Cursor rules
This PR introduces two new cursor rules to improve development workflow and commit message consistency:
1. dev-loop.mdc:
2. git-commits.mdc:
Changes
.cursor/rules/dev-loop.mdc
with QA workflow.cursor/rules/git-commits.mdc
with commit standardsSee also: https://docs.cursor.com/context/rules-for-ai
Note: These rules will help maintain code quality and commit history consistency across the project.
Summary by Sourcery
Adds cursor rules to enforce a QA process for code edits and standardize git commit messages.
Documentation:
Chores: