AntiPattern
Host-Scoped Execution Semantics
host-scoped-rpc-semantic-mismatch
Host-scoped RPCs and host-only execution paths silently diverge from client expectations: invoking [Rpc.Host] or host-owned state from a client does nothing, while missing the right host sync/cancellation semantics causes replication, scheduling, or async lifetimes to break.