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

    Interface GuidelinesStoreOutput

    interface GuidelinesStoreOutput {
        byteSize: number;
        gistSyncWarning?: string;
        repo: string;
        stored: boolean;
    }
    Index

    Properties

    byteSize: number
    gistSyncWarning?: string

    Set when the post-mutation Gist checkpoint failed; the local mutation succeeded (#1370).

    repo: string
    stored: boolean