Aggregates the per-category METHODOLOGY_DESCRIPTIONS,
TEMPLATE_DESCRIPTIONS and REFERENCE_DESCRIPTIONS maps into
the single CURATED_DESCRIPTIONS keyed by repository-relative file path,
preserving the original public API of the monolithic
political-intelligence-descriptions.ts (Refactor 8/8).
Each entry ships with a canonical English description and an optional
per-language overlay. Non-English callers never receive the raw English
description as a fallback — getCuratedDescription synthesizes a
localized sentence from the localized title and the localized "kind"
word so every card on a non-English page reads naturally in that
language.
Description
Aggregates the per-category METHODOLOGY_DESCRIPTIONS, TEMPLATE_DESCRIPTIONS and REFERENCE_DESCRIPTIONS maps into the single
CURATED_DESCRIPTIONSkeyed by repository-relative file path, preserving the original public API of the monolithicpolitical-intelligence-descriptions.ts(Refactor 8/8).Each entry ships with a canonical English description and an optional per-language overlay. Non-English callers never receive the raw English
descriptionas a fallback — getCuratedDescription synthesizes a localized sentence from the localized title and the localized "kind" word so every card on a non-English page reads naturally in that language.