EU Parliament Monitor — API Documentation - v0.8.43
    Preparing search index...
    interface AggregatedRun {
        markdown: string;
        runDirRelPath: string;
        articleType: string;
        date: string;
        includedArtifacts: readonly IncludedArtifact[];
        gateResult: string;
        sectionToc: readonly TocSection[];
    }
    Index

    Properties

    markdown: string

    Final Markdown document (provenance + sections + appendices).

    runDirRelPath: string

    Repo-relative path of the run dir (e.g. analysis/daily/2026-01-15/breaking-run1).

    articleType: string

    Article type slug from the manifest.

    date: string

    ISO date string of the run (YYYY-MM-DD).

    includedArtifacts: readonly IncludedArtifact[]

    List of every artifact included, in the order they appear.

    gateResult: string

    Latest resolved gate result read from manifest.history[].

    sectionToc: readonly TocSection[]

    Ordered list of top-level (H2) sections that were actually emitted into the aggregate — used by the HTML renderer to build the article table-of-contents sidebar. Includes canonical sections, the supplementary-intelligence bucket, the tradecraft-references appendix, and the analysis-index appendix, in document order.