Remove @workflow-init tag from agent skill command#1825
Remove @workflow-init tag from agent skill command#1825
Conversation
Updated command for agents to use the latest Vercel workflow skill. Co-authored-by: Pranay Prakash <1797812+pranaygp@users.noreply.github.com>
|
🧪 E2E Test Results✅ All tests passed Summary
Details by Category✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details. |
📊 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. |
There was a problem hiding this comment.
Pull request overview
Updates the docs homepage “For agents” command to remove the @workflow-init tag suffix, aligning the displayed install command with the untagged vercel/workflow package reference.
Changes:
- Update
COMMAND_FOR_AGENTSin the docs home hero component to usenpx skills add vercel/workflow(no@workflow-init).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates the
COMMAND_FOR_AGENTSconstant in the hero component to usenpx skills add vercel/workflowinstead ofnpx skills add vercel/workflow@workflow-init.This removes the
@workflow-inittag suffix from the "For agents" command displayed on the homepage.