mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
4fdbadcdce
## Summary & Motivation Defines the `workflow-stream-ws/v1` frame schemas and encoder in `@workflow/world-vercel`, versioned independently of the REST API and workflow spec so a framing or acknowledgement change needs a new endpoint rather than a spec bump. Nothing calls it yet. ## Test Plan Protocol tests added, including a byte-for-byte check against workflow-server's canonical frame fixture.
9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
# Ensure consistent line endings for test input/output files
|
|
# Use LF for all test files to ensure cross-platform consistency
|
|
packages/swc-plugin-workflow/transform/tests/**/*.js text eol=lf
|
|
packages/swc-plugin-workflow/transform/tests/**/*.stderr text eol=lf
|
|
|
|
|
|
# Canonical cross-repository protocol fixtures are hashed byte-for-byte
|
|
packages/world-vercel/src/__fixtures__/*.json text eol=lf
|