drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias OracleEntry

    one stored verdict, plus what it was computed against

    type OracleEntry = {
        builtAt: string;
        conflicts: InstallVerdict["conflicts"];
        core: string;
        verdict: InstallVerdict["verdict"];
        version: string | null;
    }
    Index
    builtAt: string

    ISO timestamp, for reporting staleness

    core: string

    the shipped core version at the time CI computed this

    version: string | null