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

    CLI options parsed from command-line arguments.

    interface ValidatorOptions {
        runDir: string;
        json: boolean;
        strict: boolean;
        minLines: number;
        minLinesExplicit: boolean;
        thresholdsPath: string | null;
    }
    Index

    Properties

    runDir: string

    Path to the run directory (analysis/daily///).

    json: boolean

    Emit JSON summary to stdout in addition to STAGE_C_GATE line.

    strict: boolean

    Treat warnings as errors (RED on any warning).

    minLines: number

    Explicit minimum line override (raises floor, never lowers).

    minLinesExplicit: boolean

    Whether minLines was explicitly provided via CLI flag.

    thresholdsPath: string | null

    Optional override path to thresholds JSON file.