Files
gbrain/test
393805ab2c fix(extract): link-aware Source — Summary delimiter in timeline bullets (#3059)
Takeover of #3060: the Format-1 timeline parser split 'Source — Summary' at
the first dash after the pipe, which lands inside markdown links (hyphenated
link targets, em-dash link labels), shattering one entry into two fragments
that re-insert on every sync. Delimiter scan is now bracket-depth-aware and
whitespace-anchored; delimiterless bullets are kept whole under the
'markdown' source sentinel instead of dropped. Test fixtures renamed to the
repo's generic placeholders.

Co-authored-by: wright-io <wright-io@users.noreply.github.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 11:10:20 -07:00
..