Expand description
Cocoon-proxy helper for CreateEffectForRequest handlers that forward
calls to the Cocoon Node.js sidecar via IPCProvider::SendRequestToSideCar.
All 17 proxy handlers follow the same skeleton; proxy_cocoon collapses
the repeated Require() / format! / SendRequestToSideCar boilerplate
into a single await-able call. The caller retains the fallback / dev_log
choice since error values differ per handler.