Implement jsrpc serialization/deserialization for TS web streams
Implements jsrpc serialization/deserialization for TS web streams
16 substantial PRs (10 merged, 12 open/draft). 13 in workerd, 3 in node.
Implements jsrpc serialization/deserialization for TS web streams
Adds multiple sets of changes to support TS-backed Streams
Fixes a segfault case in jsg::WeakRef
Continues work on JsReadableStream and JsWritableStream
Removed experimental streams adapters in favor of the TypeScript implementation
Added CI report functionality with opencode skill
Replaced raw ReadableStream reference with jsg::WeakRef
Replaced raw references with kj::Ptr in standard.c++
Refined opencode skills, agents, and tools in Workerd
Added binary export/import to Histogram in perf_hooks
Added statistical hypothesis testing to histogram in perf_hooks
Provided agent guidance on JSG_TRY vs. js.tryCatch to resolve repeated errors
Cleaned up EventTarget and AbortSignal implementation in incremental commits
Implemented tryReadSync/tryWriteSync support
Fixed and improved QUIC flow control signaling and closed stream handling
Consolidated compression state internals and implemented TS-backed CompressionStream