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

    Interface ClaimOutput

    Output of the claim command

    interface ClaimOutput {
        commentUrl: string;
        gistSyncWarning?: string;
        issueUrl: string;
        stateSaveWarning?: string;
    }
    Index

    Properties

    commentUrl: string
    gistSyncWarning?: string

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

    issueUrl: string
    stateSaveWarning?: string

    Set when the claim comment posted to GitHub but saving the tracked issue to local state threw (#1448) — the claim is live but UNTRACKED, so daily runs will not monitor it. Absent on success.