Rename 'Workflow Development Kit' / 'DevKit' to 'Workflow SDK'#1595
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests🌍 Community Worlds (59 failed)mongodb (2 failed):
redis (2 failed):
turso (55 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
|
📊 Benchmark Results
workflow with no steps💻 Local Development
workflow with 1 step💻 Local Development
workflow with 10 sequential steps💻 Local Development
workflow with 25 sequential steps💻 Local Development
workflow with 50 sequential steps💻 Local Development
Promise.all with 10 concurrent steps💻 Local Development
Promise.all with 25 concurrent steps💻 Local Development
Promise.all with 50 concurrent steps💻 Local Development
Promise.race with 10 concurrent steps💻 Local Development
Promise.race with 25 concurrent steps💻 Local Development
Promise.race with 50 concurrent steps💻 Local Development
workflow with 10 sequential data payload steps (10KB)💻 Local Development
workflow with 25 sequential data payload steps (10KB)💻 Local Development
workflow with 50 sequential data payload steps (10KB)💻 Local Development
workflow with 10 concurrent data payload steps (10KB)💻 Local Development
workflow with 25 concurrent data payload steps (10KB)💻 Local Development
workflow with 50 concurrent data payload steps (10KB)💻 Local Development
Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
stream pipeline with 5 transform steps (1MB)💻 Local Development
10 parallel streams (1MB each)💻 Local Development
fan-out fan-in 10 streams (1MB each)💻 Local Development
SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
❌ Some benchmark jobs failed:
Check the workflow run for details. |
90ddb13 to
fcfc244
Compare
There was a problem hiding this comment.
Pull request overview
Renames “Workflow Development Kit / DevKit” branding to “Workflow SDK” across the repository, updating docs, runtime error messages, tests, and workbench/playground package metadata to reflect the new naming consistently.
Changes:
- Updated documentation and README branding from “Workflow Development Kit / DevKit” to “Workflow SDK”.
- Updated
@workflow/coreruntime error messaging and corresponding unit tests. - Renamed the SWC playground package name and updated Changesets config to match; updated SvelteKit workbench titles.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| workbench/swc-playground/package.json | Renames the playground package name to workflow-sdk-compiler-playground. |
| workbench/sveltekit/src/routes/+page.svelte | Updates the workbench page heading to “Workflow SDK”. |
| workbench/sveltekit/src/app.html | Updates the HTML document title to “Workflow SDK”. |
| packages/workflow/README.md | Updates the package README branding to “Workflow SDK”. |
| packages/core/src/runtime/start.ts | Updates the invalid-workflow error message to reference “Workflow SDK”. |
| packages/core/src/runtime/start.test.ts | Updates tests to expect the new “Workflow SDK” error message. |
| docs/content/docs/how-it-works/understanding-directives.mdx | Updates narrative references from DevKit/Development Kit to SDK. |
| docs/content/docs/getting-started/vite.mdx | Updates getting-started wording to “Workflow SDK”. |
| docs/content/docs/getting-started/sveltekit.mdx | Updates frontmatter description to “Workflow SDK”. |
| docs/content/docs/getting-started/nuxt.mdx | Updates frontmatter description to “Workflow SDK”. |
| docs/content/docs/getting-started/nitro.mdx | Updates frontmatter description to “Workflow SDK”. |
| docs/content/docs/getting-started/next.mdx | Updates frontmatter description to “Workflow SDK”. |
| docs/content/docs/getting-started/nestjs.mdx | Updates getting-started wording to “Workflow SDK”. |
| docs/content/docs/getting-started/hono.mdx | Updates frontmatter description to “Workflow SDK”. |
| docs/content/docs/getting-started/fastify.mdx | Updates getting-started wording to “Workflow SDK”. |
| docs/content/docs/getting-started/express.mdx | Updates getting-started wording to “Workflow SDK”. |
| docs/content/docs/getting-started/astro.mdx | Updates getting-started wording to “Workflow SDK”. |
| .changeset/pre.json | Updates the pre-release initialVersions entry for the renamed playground package. |
| .changeset/config.json | Updates Changesets ignore list to match the renamed playground package. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
VaguelySerious
left a comment
There was a problem hiding this comment.
I think Copilot got this review covered. Approving so you can merge once those comments are addressed
…1-refresh * origin/main: (21 commits) Fix node-module-error plugin matching identifiers in multi-line comments (#1554) fix(swc-plugin): use binding name for class expression method registrations (#1599) fix(builders): override `sideEffects: false` for discovered workflow/step/serde entries (#1598) [world-vercel] align header names to `x-vercel-workflow-*` convention (#1602) [docs] Add vercel world consumer function security documentation (#1543) Make `start()` types `unknown` when `deploymentId` is provided (#1367) fix(next): stop force-setting WORKFLOW_PUBLIC_MANIFEST=1 during next dev (#1597) Version Packages (beta) (#1593) [docs] Tidy world API docs and document new stream helpers (#1581) Rename 'Workflow Development Kit' / 'DevKit' to 'Workflow SDK' (#1595) [world] Use zod/v4 in queue files to match @workflow/world schemas (#1588) [ai] Fix fatal stream errors surfacing as [object Object] (#1589) [web] Fix server crash on unmatched routes (#1590) docs: rename 'Complex Example' to 'Instance Methods as Steps' (#1592) Version Packages (beta) (#1563) [core] Extend flow route duration to "max" and fail runs where replay takes too long (#1567) fix: check target run capabilities before encrypting hook payloads (#1572) [core] Combine initial run fetch, event fetch, and run_started event creation (#1569) [docs] Split World API docs into sub-pages, update skill.md (#1457) [nitro] Preserve workflow step registration side effects (#1386) ... # Conflicts: # skills/workflow/SKILL.md
Summary
Follow-up to cdf90d5 (#1541).
packages/coreto use the new namingworkflowpackage README heading and descriptionworkflow-devkit-compiler-playgroundtoworkflow-sdk-compiler-playground