EU Parliament Monitor — API Documentation - v0.8.49
    Preparing search index...
    • Read and parse manifest.json from a run directory.

      Silent-failure semantics match the pre-refactor analysis-aggregator.ts and article-generator.ts callers: missing files, malformed JSON, and I/O errors all yield manifest: null rather than throwing. Callers that need to distinguish "file missing" from "file malformed" can compare manifest === null against fs.existsSync(result.path).

      Parameters

      • runDir: string

        Absolute path of an analysis run directory

      Returns ReadManifestResult

      ReadManifestResult with the parsed manifest or null