You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganizing a lot of things within the workbench mainly to reduce slop code and maintaining a single source of truth.
- Standardized both benches on `GET/POST /api/workflows/:key`
- Vite now owns complete Sideffect behavior coverage `workflows.e2e.test.ts`
- TanStack covers framework delegation, API exposure, and native workflow coexistence: `integration.e2e.test.ts`
- Discovery/build coverage is separated in each bench
- Shared only mechanical server/polling code in `workflow-http.ts`
- Renamed shared case metadata to `workflow-cases.ts`
- Native workflow implementations remain explicit in both hosts intentionally (due to the requirement of bindings being unique in a Cloudflare Account)
- Improve UI feedback for workflows in Tanstack Bench
0 commit comments