mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
fix(ccr): re-inject headroom_retrieve when history references it on the sessionless path
Changelog-only correction. The work shipped in commitd6d121e3via PR #2533 but is absent from the generated CHANGELOG. Its subject is valid Conventional Commit. The parse failure is in the message body, where release-please reports `unexpected token` at line 99 column 48 and says it expected a closing parenthesis. Line 99 opens a parenthesis in a code reference and the line ends before it closes, so the parser reaches a newline mid-expression and rejects the whole commit. This is a distinct failure class from the one PR #3063 guards. That gate validates PR titles; this commit's title was already correct. A malformed body can still drop a change from the changelog, and on squash-merge the body is assembled from the PR description, which nothing validates. This empty commit restores the entry. It changes no code;d6d121e3remains the commit that carries the change. Refs: #2533, #2440
This commit is contained in:
parent
1b0b0b89a4
commit
942af56f11