docs(scripts): document sanctioned in-place CHANGELOG body corrections - #2445
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 20s —— View job Security Review
No security issues found. This PR changes exactly one file — |
|
Claude finished @kyle-sexton's task in 1m 50s —— View job Review complete ✅
Scope: Summary This adds a documentation-only comment block after the I verified this claim against the actual implementation:
No correctness, design, or convention issues found. Nothing to flag as blocking or as a suggestion. Note: I could not verify the referenced #2388 decision brief or the #2312 precedent it cites against their source issues/PRs directly (gh CLI calls required approval not available in this session) — I'm relying on the PR body's description and validating internal consistency with the code, which checks out. |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Summary
Documents the #2388 decision in
scripts/check-changelog-parity.sh: declared in-place corrections inside an already-released## [<v>]section are sanctioned when the correcting PR names each edit in its body and in the new release entry.--check-preservedcontinues to enforce heading survival; body fidelity is review discipline, not an automated gate.Decision brief (#2388)
RECOMMENDED: Option 2 — declared in-place correction is sanctioned with explicit naming in the correcting PR (the de facto behavior #2312 followed). Option 1 (append-only errata only) is not adopted.
Closes #2388.
Related