Files
Alex Langenfeld 4fdbadcdce feat(streams): add WebSocket v1 client protocol contract (#3763)
## 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.
2026-09-08 15:38:08 -05:00

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