Skip to content

Match the CHANGELOG header the other repositories use - #49

Merged
sehkone merged 2 commits into
mainfrom
sehkone/issue-48
Aug 9, 2026
Merged

Match the CHANGELOG header the other repositories use#49
sehkone merged 2 commits into
mainfrom
sehkone/issue-48

Conversation

@sehkone

@sehkone sehkone commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

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.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. This one now does too, copied from review-web rather than corrected by hand, so it cannot drift again on a detail nobody checks.

## [Unreleased] is kept and no entries are added.

sehkone added 2 commits August 9, 2026 14:33
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.
@sehkone
sehkone merged commit b9409c8 into main Aug 9, 2026
4 checks passed
@sehkone
sehkone deleted the sehkone/issue-48 branch August 9, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CHANGELOG.md header does not match the other repositories

1 participant