Commit ea52d04
Refine AGENTS.md changelog guidance: silence Codex noise and reserve
* Tell Codex review bot not to flag missing changelog entries
The Codex code-review bot derives its rules from AGENTS.md and was
raising a finding asking for a changelog entry on essentially every
non-draft PR. Changelog files are named
`<INTEGRATION>/changelog.d/<PR_NUMBER>.<TYPE>`, so they can only be
created after the PR number is assigned -- their absence at review time
is expected, not a defect, and the requirement is already enforced by
the check_changelog job in pr-quick-check.yml.
Add a Review Guidelines section instructing the reviewer to skip this
finding, without relaxing the changelog requirement for authored code.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Reserve `.changed` changelog type for breaking changes only
Tighten the changelog guidance in AGENTS.md so agents stop tagging
non-breaking work as `.changed`. Rewords the `changed` definition to
backward-incompatible changes only, and adds a "Choosing .changed"
guardrail that instructs pausing to confirm the change is genuinely
breaking before using it.
Raised by Eric Weaver in #agent-integrations Slack.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>.changed for breaking changes (#24275)1 parent 21f121b commit ea52d04
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
210 | 214 | | |
211 | 215 | | |
212 | 216 | | |
| |||
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
219 | 229 | | |
220 | 230 | | |
221 | 231 | | |
| |||
0 commit comments