RendererDiagnoseHandler

typealias RendererDiagnoseHandler = (code: String, message: String, context: Map<String, Any?>?) -> Unit

Sink for structured diagnostics emitted by a renderer. The orchestrator wires this to its own diagnose(...) so renderer-side codes (e.g. DA-VAST-*) flow through the same diagnostic stream/buffer as the SDK's.