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

    Interface MoveOutput

    interface MoveOutput {
        description: string;
        gistSyncWarning?: string;
        target: "auto" | "waiting" | "attention" | "shelved";
        url: string;
    }
    Index

    Properties

    description: string

    Human-readable description of what happened.

    gistSyncWarning?: string

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

    target: "auto" | "waiting" | "attention" | "shelved"
    url: string