ISPO SDK
    Preparing search index...

    Interface RemoteCodingResultsApi

    Markdown
    interface RemoteCodingResultsApi {
        apply(
            input: RemoteCodingResultApplyInput,
        ): Promise<RemoteCodingResultApplyResult>;
        list(
            input: RemoteCodingSessionSelector,
        ): Promise<{ results: readonly RemoteCodingResult[] }>;
        reject(input: RemoteCodingResultMutationInput): Promise<{ rejected: true }>;
    }
    Index

    Authority for agent.remote.results.apply

    Reviewed request token: agent.remoteCoding. Standing capability: agent.remoteCoding.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery.

    Authority for agent.remote.results.list

    Reviewed request token: agent.remoteCoding. Standing capability: agent.remoteCoding.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery.

    Authority for agent.remote.results.reject

    Reviewed request token: agent.remoteCoding. Standing capability: agent.remoteCoding.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery.