pub fn parse_note(body: &str) -> Vec<Record>
Parse a whole note body, skipping lines that fail to parse.
A single malformed line — hand-edited, or written by a broken tool — must not render an entire commit’s history unreadable.