Status: Implemented
Related Issue: #93 (Typed send missing in onOpen)
Scope: Core + Adapters + Docs
- Docs and examples show
onOpen(ctx) { ctx.send(...) }, but adapters currently expose{ data, ws }only. - ADR-035 says adapter hooks are observability-only and sync-only.