@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface StateShowOutput

    interface StateShowOutput {
        gistDegraded: boolean;
        gistId: string | null;
        invalidEntries?: InvalidUrlEntry[];
        lastRunAt: string | undefined;
        persistence: "local" | "gist";
    }
    Index

    Properties

    gistDegraded: boolean
    gistId: string | null
    invalidEntries?: InvalidUrlEntry[]

    Present only when validate=true. Existing entries with unparseable URLs.

    lastRunAt: string | undefined
    persistence: "local" | "gist"