Extract the headline-summary section of the brief (60-Second Read or localized equivalent).
Returns the cleaned bullet lines under the first matching H2 โ without the H1, without the BLUF, without strategic-context prose. When no such section exists, returns { heading: null, bullets: [] } so the caller can fall back to BLUF.
Extract the headline-summary section of the brief (60-Second Read or localized equivalent).
Returns the cleaned bullet lines under the first matching H2 โ without the H1, without the BLUF, without strategic-context prose. When no such section exists, returns
{ heading: null, bullets: [] }so the caller can fall back to BLUF.