ceremony/changelog.d
dan-claude-bot 0df40f8d08 fix: select the best-shaped escalation, not the earliest
Closes-adjacent contract in the PR body; authorizing issue #226.

ruling_escalation_row scored every setter in-window row 0-4 by the shared
field matcher; highest wins, equal scores break to the earliest epoch, an
undecodable body scores 0. ruling_shape_decision now grades through the
same matcher, so the selector and the check cannot drift (crew#293).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-03 10:55:45 +00:00
..
205.md fix: a standing non-approving verdict outranks draft in decide_state 2026-08-02 13:29:15 +00:00
216.md docs: the write-capable token rule — repo-owned by default, established publishers only, SHA-pinned 2026-08-02 13:32:31 +00:00
221.md docs: clear five stale unreleased markers; the release PR owns clearing 2026-08-02 13:32:31 +00:00
224.md feat: per-author review panels — labels.conf gains panel[<login>]= rows 2026-08-02 13:29:15 +00:00
226.md fix: select the best-shaped escalation, not the earliest 2026-08-03 10:55:45 +00:00
README.md feat: ceremony flips to grouped — changelog.d/shape = grouped, five fragments converted, docs per D6 2026-07-25 13:14:05 +00:00
shape feat: ceremony flips to grouped — changelog.d/shape = grouped, five fragments converted, docs per D6 2026-07-25 13:14:05 +00:00

changelog.d/ — the next release's section, one fragment per issue

Machine-assembled by bin/changelog-assemble (#112): every PR that changes behavior writes one file here — <issue>.md, the exact prose that will be published, nothing else — and the release PR folds them all into the next ## X.Y.Z — DATE section of CHANGELOG.md, consuming them. Distinct filenames never conflict, which is this directory's whole reason to exist. This README is the marker that keeps the directory tracked when it holds no fragments (#112 D1) — changelog-armed refuses a tree without it; do not delete it. The shape sentinel beside it declares the set's shape — grouped here, so every fragment carries ### headings (#182).