From fb6f16ae0ce8b0b6d9d2b3eb3260bc881e080023 Mon Sep 17 00:00:00 2001 From: claude-bot-andresmgsl Date: Fri, 24 Jul 2026 15:46:48 +0000 Subject: [PATCH] fix: strip grouped headings from the four drifted fragments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ceremony is a flat repo (#112 D3); changelog.d/135.md, 137.md, 144.md and 151.md landed with a '### Fixed'/'### Changed' heading, each individually legal to changelog_fragment_problem, and together they made the directory mixed-shape — 'bin/changelog-assemble 0.3.0 --check' refused on main. Delete the heading line and its following blank line from each; every bullet stays byte-identical (#157 D1). No fragment for this PR: its whole diff is unpublished fragment text (#157 D2). Closes #158 Co-Authored-By: Claude Fable 5 --- changelog.d/135.md | 2 -- changelog.d/137.md | 2 -- changelog.d/144.md | 2 -- changelog.d/151.md | 2 -- 4 files changed, 8 deletions(-) diff --git a/changelog.d/135.md b/changelog.d/135.md index 4cf56a1..2e39625 100644 --- a/changelog.d/135.md +++ b/changelog.d/135.md @@ -1,5 +1,3 @@ -### Fixed - - `drills/README.md` no longer tells the builder to delete the scratch repo — a step no fleet identity can perform, because `delete_repo` is deliberately absent from bot tokens. The builder's end state is **archive** diff --git a/changelog.d/137.md b/changelog.d/137.md index f4980d4..b8df157 100644 --- a/changelog.d/137.md +++ b/changelog.d/137.md @@ -1,5 +1,3 @@ -### Fixed - - `blocker:unrequested` now clears the moment the panel is asked: the labels caller (and the `docs/CONSUMERS.md` stub) listens on `review_requested` and `review_request_removed`, so the one event that falsifies the label — or diff --git a/changelog.d/144.md b/changelog.d/144.md index 3d1c212..5dca276 100644 --- a/changelog.d/144.md +++ b/changelog.d/144.md @@ -1,5 +1,3 @@ -### Fixed - - The `docs/CONSUMERS.md` labels-caller stub lists the same `issues:` types as ceremony's own caller — `edited` and `reopened` included — so a consumer adopting the stub wakes when an issue body's `Blocked by #N` declaration is diff --git a/changelog.d/151.md b/changelog.d/151.md index 6f80c85..84352e1 100644 --- a/changelog.d/151.md +++ b/changelog.d/151.md @@ -1,5 +1,3 @@ -### Changed - - Doctrine names the second `Closes #N` exception: a same-repo PR whose authorizing issue marks an acceptance criterion post-merge uses `Refs #N`, and triage closes the issue by hand on the evidence — merging #143