Match the CHANGELOG header the other repositories use - #49
Merged
Conversation
The file added in #46 was written fresh rather than copied, and drifted from every other repository in the organization on four counts: it named the crate instead of saying "this project", cited Keep a Changelog 1.1.0 instead of 1.0.0, dropped the Semantic Versioning link entirely, and wrapped at a different width. review-web, review-database, bootroot, aimer, and agentcoop carry the same header byte for byte. A convention that holds in five places and not the sixth is how the divergence agent-instructions exists to end starts over in a different file, so this is copied from review-web rather than corrected by hand. Closes #48
Every other repository's changelog carries a link reference section, so a reader can reach the diff from the file. With no release tags yet, the only honest target for Unreleased is the commit history of main; it becomes a compare against the latest tag once there is one.
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.
Closes #48.
The file added in #46 was written fresh rather than copied, and drifted from every other repository on four counts — it named the crate instead of saying "this project", cited Keep a Changelog
1.1.0instead of1.0.0, dropped the Semantic Versioning link entirely, and wrapped at a different width.review-web,review-database,bootroot,aimer, andagentcoopcarry the same header byte for byte. This one now does too, copied fromreview-webrather than corrected by hand, so it cannot drift again on a detail nobody checks.## [Unreleased]is kept and no entries are added.