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

    Result summary returned by generateArticle.

    interface GenerateResult {
        sourceMarkdownRelPath: string;
        runArticleMdRelPath: string;
        runArticleMetaRelPath: 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).

    runArticleMetaRelPath: string

    Repo-relative path of the article-meta.json sidecar written next to article.md — structured data consumed by HTML SEO, news indexes, and RSS rendering. Always emitted, deterministic.

    writtenFiles: readonly string[]

    Filenames written under outDir, relative to outDir.

    aggregated: AggregatedRun

    Metadata from aggregateAnalysisRun.