Aggregates the per-category title maps
(METHODOLOGY_TITLES, REFERENCE_TITLES,
TEMPLATE_TITLES_A, TEMPLATE_TITLES_B) into the single
CURATED_TITLES keyed by repository-relative Markdown path, preserving
the original public API of the monolithic
political-intelligence-descriptions.ts (Refactor 8/8).
Titles are kept short (ideally ≤ 60 characters) and free of emoji —
emoji comes from doc.icon in the card layout, so keeping titles plain
improves SEO (<title> tag, og:title, twitter:title, JSON-LD
BreadcrumbList entries all consume this string).
Description
Aggregates the per-category title maps (METHODOLOGY_TITLES, REFERENCE_TITLES, TEMPLATE_TITLES_A, TEMPLATE_TITLES_B) into the single
CURATED_TITLESkeyed by repository-relative Markdown path, preserving the original public API of the monolithicpolitical-intelligence-descriptions.ts(Refactor 8/8).Titles are kept short (ideally ≤ 60 characters) and free of emoji — emoji comes from
doc.iconin the card layout, so keeping titles plain improves SEO (<title>tag, og:title, twitter:title, JSON-LD BreadcrumbList entries all consume this string).