chore: consolidate cursor rules to AGENTS.md - #1152
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
Consolidates scattered .cursor/rules/*.mdc files into a single AGENTS.md file at the repository root to improve maintainability and enable compatibility with both Cursor and GitHub Copilot.
- Removes 8 separate
.mdcrule files from.cursor/rules/directory - Creates unified
AGENTS.mdwith consolidated coding standards and conventions - Reduces overall documentation size from 148 to 68 lines
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | New consolidated file containing all coding standards, conventions, and project guidelines |
| .cursor/rules/testingMocks.mdc | Removed - content moved to AGENTS.md testing section |
| .cursor/rules/projectStructure.mdc | Removed - content moved to AGENTS.md project structure section |
| .cursor/rules/namingConventions.mdc | Removed - content moved to AGENTS.md naming conventions section |
| .cursor/rules/internalLibraryImports.mdc | Removed - content moved to AGENTS.md imports section |
| .cursor/rules/gitCommitConventions.mdc | Removed - content moved to AGENTS.md commit conventions section |
| .cursor/rules/formatting.mdc | Removed - content moved to AGENTS.md formatting section |
| .cursor/rules/configTooling.mdc | Removed - content moved to AGENTS.md configuration section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| ## Testing and Mocks | ||
|
|
||
| - Source files in `lib/`, `sdk/`, should have corresponding test files. |
There was a problem hiding this comment.
Missing word 'and' between lib/ and sdk/ for proper grammar: 'Source files in lib/ and sdk/ should have corresponding test files.'
Suggested change
| - Source files in `lib/`, `sdk/`, should have corresponding test files. | |
| - Source files in `lib/` and `sdk/` should have corresponding test files. |
JamieSinn
approved these changes
Oct 17, 2025
jonathannorris
added a commit
that referenced
this pull request
Jul 2, 2026
- js-yaml 3.14.1 -> 3.15.0 (medium, alerts #1175, #1176) - js-yaml 4.1.0 -> 4.3.0 (medium, alerts #1171, #1172, #1173, #1174) - webpack-dev-server -> 5.2.5 (medium, alerts #1167, #1168, #1169) - http-proxy-middleware 2.0.9 -> 2.0.10 (medium, alerts #1164, #1165, #1166) - @babel/core -> 7.29.7 (low, alerts #1139, #1140, #1163) - undici -> 6.27.0 (low/medium/high, alerts #1154-#1161) - tar -> 7.5.16 (medium, alerts #1149-#1152) - ws 6.x -> 6.2.4, ws 7.x -> 7.5.11, ws 8.x -> 8.21.0 (high, alerts #1141, #1142, #1145) - form-data 4.0.5 -> 4.0.6 (high, alerts #1143, #1144) - protobufjs -> 7.6.4 (high/medium, alerts #1135, #1136) - protobufjs-cli 1.2.2 -> 1.3.3 (high, alert #1132) - launch-editor -> 2.14.1 (medium, alerts #1134, #1137, #1138) - markdown-it 12.3.2 -> 14.3.0 (medium, alert #1133) - joi 17.6.0 -> 17.13.4 (medium, alert #1125)
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
Consolidates
.cursor/rules/*.mdcfiles into a singleAGENTS.mdat repository root.Why
AGENTS.mdsupported by both Cursor and GitHub Copilot