Reader-hostile trailing fragments after the last comma โ when the word-boundary truncate cuts a list mid-item like "Sweden's Riksdag closed the week with security, tax authority" the trailing tax authority is a bare noun phrase with no verb / predicate and reads as a stub. Step back to the segment before the last comma so the title ends on a complete clause.
Conservative: only triggers when
there is a comma in the cut, AND
the tail (text after the last comma) is short (โค 30 chars) AND contains 1โ4 words AND has no trailing punctuation, AND
the preceding segment is itself substantive (โฅ 25 chars after trim), so we never strip a title down to a meaningless fragment.
Live cases (audit 2026-05-25):
"Swedish Riksdag closed the week of 22 May 2026 with a substantial legislative harvest spanning national security, tax authorityโฆ" โ cuts to "โฆ spanning national securityโฆ" (drops tax authority).
"Twenty interpellations filed in the 2025/26 riksmรถte crystallise the opposition's pre-election accountability offensive, theโฆ" โ cuts before the trailing comma.
Reader-hostile trailing fragments after the last comma โ when the word-boundary truncate cuts a list mid-item like "Sweden's Riksdag closed the week with security, tax authority" the trailing
tax authorityis a bare noun phrase with no verb / predicate and reads as a stub. Step back to the segment before the last comma so the title ends on a complete clause.Conservative: only triggers when
Live cases (audit 2026-05-25):
tax authority).Pure function โ exported only for testability.