@suluk/agents - v0.1.6
    Preparing search index...

    Type Alias RuntimeDeployHint

    RuntimeDeployHint:
        | {
            kind: "cloudflare";
            durableObjects: { binding: string; className: string }[];
        }
        | { kind: "node" }

    The provider-specific deploy hint — a discriminated union (tightened from Record<string,unknown> once a 2nd adapter landed, per the C034 follow-up). Cloudflare ships the Durable Object descriptor for @suluk/deploy; the Node runtime is a plain long-lived process with no provisioned infra. A future adapter adds a new kind.