feat: Respect Cursor rules if present#19
Merged
Merged
Conversation
Contributor
PR Reviewer Guide 🔍(Review updated until commit fb0783f)Here are some key observations to aid the review process:
🔍 Manual review required Reason: Manual review required: Complex Feature Addition |
0d1359a to
8c9166b
Compare
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.
PR Type
Enhancement, Bug fix, Tests
Description
• Add Cursor rules support to respect repository coding standards
• Integrate rules into all AI-powered PR tools automatically
• Support modern
.cursor/rules/*.mdcand legacy.cursorrulesformats• Fix GitHub Action output handling when environment unavailable
Changes walkthrough 📝
9 files
Add CursorRulesHandler for loading repository rulesAdd repository rules integration utilitiesIntegrate repository rules into documentation promptsAdd repository rules to code suggestionsInclude repository rules in description generationApply repository rules to line questionsAdd repository rules to general questionsIntegrate rules and refine auto-approval logicAdd development testing workflow with Cursor rules1 files
Fix GitHub Action output environment check1 files
Add comprehensive test suite for Cursor rules3 files
Add example Python coding rules fileAdd legacy format rules file exampleDocument Cursor rules support and usage1 files
Remove old test action workflow2 files
Add Cursor rules configuration input parameterEnable Cursor rules by default in settings1 files
Update aiohttp version requirement