Extract organization names from intelligence/stakeholder-map.md's H3
headings. Each tier-1/tier-2 stakeholder appears as a heading shaped like:
### EPP — Manfred Weber / 185 MEPs (25.73%)### European Commission — Ursula von der Leyen (EPP)### Tech Industry (Big Tech Gatekeepers)
The entity name is everything before the first em-dash, en-dash, slash,
parenthesis, or colon — whichever comes first — trimmed and de-duplicated
with case-insensitive equality. "Risk N: …" headings are filtered out
because they describe risk scenarios rather than organizations.
Extract organization names from
intelligence/stakeholder-map.md's H3 headings. Each tier-1/tier-2 stakeholder appears as a heading shaped like:### EPP — Manfred Weber / 185 MEPs (25.73%)### European Commission — Ursula von der Leyen (EPP)### Tech Industry (Big Tech Gatekeepers)The entity name is everything before the first em-dash, en-dash, slash, parenthesis, or colon — whichever comes first — trimmed and de-duplicated with case-insensitive equality. "Risk N: …" headings are filtered out because they describe risk scenarios rather than organizations.