@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias PatchChangeKind

    PatchChangeKind:
        | { type: "add" }
        | { type: "delete" }
        | { move_path: string | null; type: "update" }