Add AGENTS.md and tell agents to use .cursor/skills#5103
Conversation
…S.md and some .cursor/skills
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
|
| @@ -1,156 +1,7 @@ | |||
| # CLAUDE.md | |||
There was a problem hiding this comment.
Could in theory symlink this to AGENTS.md but that might cause problems for Windows contributors.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| - Internal contributing guide: https://docs.sentry.io/internal/contributing/ | ||
| - Git commit message conventions: https://develop.sentry.dev/engineering-practices/commit-messages/ | ||
|
|
||
| This SDK is production-ready and used by thousands of applications. Changes should be thoroughly tested and maintain backwards compatibility. |
There was a problem hiding this comment.
Duplicated content between AGENTS.md and coding.mdc
Low Severity
AGENTS.md instructs agents to read .cursor/rules/coding.mdc as a required first step, but then repeats nearly all of coding.mdc's content inline — build commands, contributing guidelines, coding workflow rules, and useful resources are duplicated verbatim. This creates a maintenance risk where the two copies can drift out of sync, leading to conflicting instructions for agents. The duplicated sections in AGENTS.md could reference coding.mdc instead of repeating its content.


#skip-changelog
📜 Description
Add
AGENTS.mdand tell agents to use.cursor/skillsHad to be worded rather strictly or otherwise Claude would simply ignore the instructions to both read
AGENTS.mdor cursor skills.💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps