internal: Improve AGENTS.md with CI, changesets, and targeted test info#3777
internal: Improve AGENTS.md with CI, changesets, and targeted test info#3777
Conversation
Add non-obvious context that agents need: CI pipeline summary (CircleCI for PR validation, GitHub Actions for release/auxiliary), changeset requirements with version-linking note, targeted test syntax with Jest project names, and pre-push verification command. Condense documentation updates section (details already in packages-documentation skill) and packages/AGENTS.md (details already in changeset skill). Made-with: Cursor
|
|
Size Change: 0 B Total Size: 80.5 kB ℹ️ View Unchanged
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3777 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 151 151
Lines 2834 2834
Branches 555 555
=======================================
Hits 2779 2779
Misses 11 11
Partials 44 44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Motivation
AGENTS.md was missing non-obvious context that coding agents need to work effectively — particularly around CI, changesets, and how to run targeted tests. Meanwhile, the documentation updates section and packages/AGENTS.md duplicated details already covered by skills.
Solution
Added to root
AGENTS.md:ReactDOM,Node,ReactNative)Condensed:
packages/AGENTS.md→ one-liner pointing to "changeset" skillNet effect: -10 lines, more useful information, less duplication with skills.
Open questions
N/A
Made with Cursor
Note
Low Risk
Docs-only changes with no impact to runtime behavior, build output, or CI configuration.
Overview
Updates root
AGENTS.mdwith practical contributor guidance: how to run targeted Jest projects/tests, what CI runs in CircleCI vs GitHub Actions, and when/how to addchangesets(including version-linked core packages).Condenses duplicated guidance by replacing the detailed “Documentation Updates” section and most of
packages/AGENTS.mdwith short pointers to the relevant skills docs.Written by Cursor Bugbot for commit 1f4f6d2. This will update automatically on new commits. Configure here.