mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
c340820411
## Summary & Motivation Lets a long-lived run own a shared stream while independent runs append through `run.writable` or `run.getWritable()` using only the owner's run ID. The handle seals to the owner's public key when it has one, so it grants append access without read capability, and carries the existing forwarding symbols so passing it through `start()` and into a step keeps the owner's identity. ## Test Plan Tests added