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

    Interface GuidelinesResetOutput

    interface GuidelinesResetOutput {
        deleted: boolean;
        gistSyncWarning?: string;
        repo: string;
    }
    Index

    Properties

    deleted: boolean

    True when an existing file was tombstoned, false when no file existed.

    gistSyncWarning?: string

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

    repo: string