EU Parliament Monitor — API Documentation - v0.8.49
    Preparing search index...
    • Walk analysis/daily/ recursively and return every subdirectory that contains a manifest.json with a non-empty, non-unknown articleType.

      The walk stops descending into a directory the moment it sees a manifest.json, so nested artifact subdirectories never get reported as separate runs. Results are sorted by date ascending then by path lexically — the same order used by the legacy implementation in article-generator.ts.

      Parameters

      • repoRoot: string

        Absolute repository root

      Returns DiscoveredRun[]

      Sorted list of discovered runs (oldest date first, then lexical)