Per-language titles + descriptions for per-artifact
Markdown files generated under analysis/daily/**. Provides:
FEED_PREFIX_LABELS — canonical EP-API feed prefixes
(adoptedtexts, procedures, documents, events, externaldocuments)
with a single localized "per-item analysis of an EP {feed} entry"
label so the political-intelligence index doesn't drown in
near-duplicate per-item cards.
ORPHAN_ARTIFACT_INFO — curated localized titles + descriptions
for stems that don't have a matching analysis/templates/<x>.md
entry, ensuring every artifact card reads naturally in all 14
languages.
Description
Per-language titles + descriptions for per-artifact Markdown files generated under
analysis/daily/**. Provides:FEED_PREFIX_LABELS— canonical EP-API feed prefixes (adoptedtexts, procedures, documents, events, externaldocuments) with a single localized "per-item analysis of an EP {feed} entry" label so the political-intelligence index doesn't drown in near-duplicate per-item cards.ORPHAN_ARTIFACT_INFO— curated localized titles + descriptions for stems that don't have a matchinganalysis/templates/<x>.mdentry, ensuring every artifact card reads naturally in all 14 languages.getArtifactInfo— public resolver: feed-prefix → orphan → canonicalized template → localized generic fallback.Split out of the monolithic
political-intelligence-descriptions.ts(Refactor 8/8).