mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
b39563f3ba
Assign every event a dense per-run seq and a tail-dominant event key at its publish point, under an on-disk per-run append serializer (the filesystem analogue of world-postgres's advisory transaction lock), and enforce the stateEventCount decision fence under the same lock. Extend the SDK's contiguity assertion to the pre-replay convergence point so the inline write-response delta and run_started preload are covered too. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@workflow/core
Core runtime package for Workflow SDK.