From c6f496441c56f0427bc31a778f01962c7c4faf47 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sat, 3 Jan 2026 00:38:39 +0100 Subject: [PATCH] AGENTS.md: read full Unreleased section before adding changelog entries --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 3196088f..b71720cb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -60,7 +60,9 @@ Use these sections under `## [Unreleased]`: - `### Removed` - Removed features ### Rules +- Before adding entries, read the full `[Unreleased]` section to see which subsections already exist - New entries ALWAYS go under `## [Unreleased]` section +- Append to existing subsections (e.g., `### Fixed`), do not create duplicates - NEVER modify already-released version sections (e.g., `## [0.12.2]`) - Each version section is immutable once released