Executes between the Fetch and Generate stages, consuming already-fetched
European Parliament data and running the full suite of political intelligence
analysis methods. Produces structured markdown analysis files that article
generation strategies then consume to produce higher-quality, deeply-analysed
news articles in all 14 languages.
This stage is side-effect-only: it writes analysis markdown and a
manifest.json to disk under analysis-output/{date}/. The returned
AnalysisContext is informational and currently not consumed by the
generate stage; strategies read the analysis output from disk instead.
Analysis artifacts are committed to the repository for review and
political intelligence improvement.
Analysis methods are grouped into four categories:
Description
Analysis-first pre-generation pipeline stage.
Executes between the Fetch and Generate stages, consuming already-fetched European Parliament data and running the full suite of political intelligence analysis methods. Produces structured markdown analysis files that article generation strategies then consume to produce higher-quality, deeply-analysed news articles in all 14 languages.
This stage is side-effect-only: it writes analysis markdown and a
manifest.jsonto disk underanalysis-output/{date}/. The returned AnalysisContext is informational and currently not consumed by the generate stage; strategies read the analysis output from disk instead. Analysis artifacts are committed to the repository for review and political intelligence improvement.Analysis methods are grouped into four categories:
Each method writes a markdown file; failures are isolated so other methods can continue. A AnalysisManifest JSON file is written at the end.
Example