ISPO SDK
    Preparing search index...

    Interface ProjectCommandRunContext

    Markdown
    interface ProjectCommandRunContext {
        lease?: InvocationContextSnapshot;
        localContext?: ProjectCommandLocalContext;
        resources: readonly CommandResourceDelivery[];
        sdk: ProjectCommandSdk;
    }
    Index

    Compatibility wire name for the host's inline context snapshot.

    Present only for a project-local .run(...). Host dispatch never accepts this field and continues to provide resolved caller data only as lease.

    resources: readonly CommandResourceDelivery[]

    Exact Host-delivered inputs; absent from ordinary model JSON.