Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    PASS_TWO_HEADING_RE: RegExp = ...

    Regex matching an "AI self-audit" trailing section heading. Matches, from a heading like ## Pass 2 โ€ฆ / ### Pass 2 โ€ฆ / ## ๐Ÿ” Pass 2 โ€ฆ / #### Pass 2 โ€ฆ, all the way to either end-of-file or whatever follows. The g flag is set so callers can iterate matches; consumers that need a single match should use the local non-g regex inside stripPassTwoSection instead of resetting lastIndex.