From 6a688e33f66f3965968343922e874cc0e9440998 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 25 Apr 2026 19:10:14 -0700 Subject: [PATCH] docs(agents): require single-line changelog bullets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an explicit rule under Docs / Changelog that bullets must stay on one line — no wrapping or continuation across multiple lines. Justification: dedupe, PR-ref, and credit-audit tooling assumes single-line entries, and the rest of the file is already uniform single-line. The recent flatten pass collapsed 80 multi-line bullets in last two releases plus Unreleased; this rule prevents that drift from coming back through new entries. --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 9cda042eaf9..d79c0a7018b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -125,6 +125,7 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before subtree work. - Docs change with behavior/API. Use docs list/read_when hints; docs links per `docs/AGENTS.md`. - Changelog user-facing only; pure test/internal usually no entry. - Changelog placement: active version `### Changes`/`### Fixes`; every added entry must include at least one `Thanks @author` attribution, using credited GitHub username(s). Never add `Thanks @steipete`. +- Changelog bullets are always single-line. No wrapping/continuation across multiple lines. Long entries stay on one long line so dedupe, PR-ref, and credit-audit tooling work and so the visual style stays uniform. ## Git