From f124bf8cc78366ea6536b7aa618da4533e17a8cb Mon Sep 17 00:00:00 2001 From: sehkone Date: Sun, 9 Aug 2026 14:32:15 +0900 Subject: [PATCH 1/2] Add a CHANGELOG.md Every repository in the organization keeps one, and the changelog block in aicers/agent-instructions is the shared rule set for maintaining it. A repository without the file cannot take the block, and one without the block has no shared rules for the file. Copied from review-web rather than retyped, so the header does not drift from the five repositories already carrying it on wording, on the Keep a Changelog version, or on line breaks. No entries: a history invented for work already shipped is a record nobody wrote. Closes #95 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3496a4a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +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 e61fbe07a293f03727c5d6badcc7dd8ded00cef1 Mon Sep 17 00:00:00 2001 From: sehkone Date: Sun, 9 Aug 2026 14:47:54 +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..f2de05f 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/multifold/commits/main