EU Parliament Monitor — API Documentation - v0.8.49
    Preparing search index...

    Result summary returned by generateArticle.

    interface GenerateResult {
        sourceMarkdownRelPath: string;
        runArticleMdRelPath: string;
        writtenFiles: readonly string[];
        aggregated: AggregatedRun;
    }
    Index

    Properties

    sourceMarkdownRelPath: string

    Repo-relative path of the English source Markdown that was written.

    runArticleMdRelPath: string

    Repo-relative path of the article.md written directly into the analysis run directory — canonical Markdown source that lives alongside the artifacts that produced it (riksdagsmonitor pattern).

    writtenFiles: readonly string[]

    Filenames written under outDir, relative to outDir.

    aggregated: AggregatedRun

    Metadata from aggregateAnalysisRun.