From 40534c2622cb7165ca410f69390bee5b7dff6eba Mon Sep 17 00:00:00 2001 From: sehkone Date: Sun, 9 Aug 2026 14:33:22 +0900 Subject: [PATCH 1/2] Match the CHANGELOG header the other repositories use 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 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40c4eb..3496a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -This file documents notable changes to `deploy-core`. The format is based -on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +This file documents recent notable changes to this project. The format of this +file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and +this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] From 137fba943bfcc49456171276d5b1baa19509e270 Mon Sep 17 00:00:00 2001 From: sehkone Date: Sun, 9 Aug 2026 14:48:06 +0900 Subject: [PATCH 2/2] Link the Unreleased section 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. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3496a4a..2a43ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,5 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +[Unreleased]: https://github.com/aicers/deploy-core/commits/main