docs: add changeset requirement to agent guidelines#334
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thank you for following the naming conventions! 🙏 |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates ChangesChangeset Documentation Requirements
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
commit: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@AGENTS.md`:
- Line 56: Replace the sentence "Before opening a PR — especially for features,
but also for bug fixes and breaking changes — run `pnpm changeset` and commit
the generated `.changeset/*.md` file alongside the code." in AGENTS.md with a
simpler, clearer variant that removes "especially" and lists the change types
equally (e.g., "Before opening a PR — for features, bug fixes, and breaking
changes — run `pnpm changeset` and commit the generated `.changeset/*.md` file
alongside the code.") so it clearly states that changesets are required for all
user-facing changes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Adds a mandatory changeset rule to
AGENTS.mdso agents always include a changeset when working on user-facing changes.Changes:
pnpm changesetfor features, fixes, breaking changesSummary by CodeRabbit