Remove CHANGELOG.md and stop agents from recreating it - #753
Merged
Conversation
Every recent PR added an entry to the same Unreleased section in CHANGELOG.md. There was no explicit rule telling agents to do this — they were pattern-matching the file's own structure and the git history of prior PRs. With many PRs open in parallel, this guaranteed merge conflicts and reset CI on unrelated branches whenever one PR merged. No CI gate or build script depended on the file's presence. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Concept staleness check — 1 warning(s). These changes touched files listed under a concept's Validator output |
wow-miley
added a commit
that referenced
this pull request
Sep 3, 2026
Resolves one conflict: `CHANGELOG.md` was removed on main (#753, "do not create one, and do not add a changelog entry as part of a PR"), so my Added/Fixed entries for this branch are dropped rather than reinstating the file. Everything the entries recorded is in the commit message and the PR. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I removed CHANGELOG.md because every recent PR added an entry to its shared "Unreleased" section, which guaranteed merge conflicts and reset CI on any other PR open in parallel whenever one merged.
No CI gate or build script depended on the file, and no doc explicitly instructed adding changelog entries — agents were pattern-matching the file's own structure and prior PR history. I added an explicit "Changelog" section to AGENTS.md telling agents not to recreate the file or add entries, so the convention doesn't resurface by imitation.
🤖 Generated with Claude Code