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

    Options for aggregateAnalysisRun.

    interface AggregateOptions {
        runDir: string;
        repoRoot: string;
        tradecraftFiles?: readonly string[];
    }
    Index

    Properties

    runDir: string

    Absolute path to the analysis run directory.

    repoRoot: string

    Absolute path to the repo root (used to build repo-relative paths).

    tradecraftFiles?: readonly string[]

    Optional: all methodology files and template files that should be listed in the tradecraft appendix. If omitted, the aggregator discovers them under analysis/methodologies/*.md + analysis/templates/*.md.