Filesystem-scanning helpers that build the page data for
the political-intelligence index. Lifted out of the monolithic
political-intelligence.ts so the data-collection layer can be
unit-tested against fixture trees without dragging in the HTML
renderer or the 14-language copy table.
Every helper here is side-effect free apart from fs reads. None
of the functions write files, mutate process state, or call into the
EP MCP — they are pure scans of analysis/methodologies/,
analysis/templates/, analysis/reference/, analysis/imf/,
analysis/worldbank/, and analysis/daily/<date>/<run>/.
Description
Filesystem-scanning helpers that build the page data for the political-intelligence index. Lifted out of the monolithic
political-intelligence.tsso the data-collection layer can be unit-tested against fixture trees without dragging in the HTML renderer or the 14-language copy table.Every helper here is side-effect free apart from
fsreads. None of the functions write files, mutate process state, or call into the EP MCP — they are pure scans ofanalysis/methodologies/,analysis/templates/,analysis/reference/,analysis/imf/,analysis/worldbank/, andanalysis/daily/<date>/<run>/.