From 498c2631918a1e0dc3a98667b0ae9beb9e07bb7f Mon Sep 17 00:00:00 2001 From: melkeydev Date: Thu, 30 Apr 2026 09:48:47 -0700 Subject: [PATCH 1/2] fixing strict workflow skill detection --- generated/build-from-skills.manifest.json | 2 +- generated/skill-manifest.json | 28 +++-------------------- skills/workflow/SKILL.md | 12 ---------- 3 files changed, 4 insertions(+), 38 deletions(-) diff --git a/generated/build-from-skills.manifest.json b/generated/build-from-skills.manifest.json index 80e5f63..8f527ae 100644 --- a/generated/build-from-skills.manifest.json +++ b/generated/build-from-skills.manifest.json @@ -1,6 +1,6 @@ { "version": 1, - "generatedAt": "2026-04-11T21:14:22.852Z", + "generatedAt": "2026-04-30T16:42:55.259Z", "templates": [ { "template": "agents/ai-architect.md.tmpl", diff --git a/generated/skill-manifest.json b/generated/skill-manifest.json index 5c0adb2..a032ea3 100644 --- a/generated/skill-manifest.json +++ b/generated/skill-manifest.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-04-28T18:37:08.157Z", + "generatedAt": "2026-04-30T16:42:55.978Z", "version": 2, "skills": { "vercel-agent": { @@ -1551,18 +1551,7 @@ "lib/workflow.*", "src/lib/workflow.*", "workflow.*", - "*workflow*", - "**/chain-engine*", - "**/chain_engine*", - "**/chainEngine*", - "**/pipeline-engine*", - "**/pipeline_engine*", - "**/pipelineEngine*", - "**/state-machine*", - "**/state_machine*", - "**/stateMachine*", - "**/orchestrat*", - "**/escalation*" + "*workflow*" ], "bashPatterns": [ "\\bnpm\\s+(install|i|add)\\s+[^\\n]*@vercel/workflow\\b", @@ -1593,18 +1582,7 @@ "^lib\\/workflow\\.[^/]*$", "^src\\/lib\\/workflow\\.[^/]*$", "^workflow\\.[^/]*$", - "^[^/]*workflow[^/]*$", - "^(?:[^/]+\\/)*chain-engine[^/]*$", - "^(?:[^/]+\\/)*chain_engine[^/]*$", - "^(?:[^/]+\\/)*chainEngine[^/]*$", - "^(?:[^/]+\\/)*pipeline-engine[^/]*$", - "^(?:[^/]+\\/)*pipeline_engine[^/]*$", - "^(?:[^/]+\\/)*pipelineEngine[^/]*$", - "^(?:[^/]+\\/)*state-machine[^/]*$", - "^(?:[^/]+\\/)*state_machine[^/]*$", - "^(?:[^/]+\\/)*stateMachine[^/]*$", - "^(?:[^/]+\\/)*orchestrat[^/]*$", - "^(?:[^/]+\\/)*escalation[^/]*$" + "^[^/]*workflow[^/]*$" ], "bashRegexSources": [ "\\bnpm\\s+(install|i|add)\\s+[^\\n]*@vercel/workflow\\b", diff --git a/skills/workflow/SKILL.md b/skills/workflow/SKILL.md index 6164c43..1af247a 100644 --- a/skills/workflow/SKILL.md +++ b/skills/workflow/SKILL.md @@ -14,18 +14,6 @@ metadata: - 'src/lib/workflow.*' - 'workflow.*' - '*workflow*' - # Chain / pipeline / orchestration engine files - - '**/chain-engine*' - - '**/chain_engine*' - - '**/chainEngine*' - - '**/pipeline-engine*' - - '**/pipeline_engine*' - - '**/pipelineEngine*' - - '**/state-machine*' - - '**/state_machine*' - - '**/stateMachine*' - - '**/orchestrat*' - - '**/escalation*' importPatterns: - '@vercel/workflow' - 'workflow' From 6526860eaff62f751e75dcf465a6ee28e2e6b1f8 Mon Sep 17 00:00:00 2001 From: melkeydev Date: Thu, 30 Apr 2026 09:50:35 -0700 Subject: [PATCH 2/2] version uptick --- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- .plugin/plugin.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 102d5a9..fe8f26c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel", - "version": "0.40.0", + "version": "0.40.1", "description": "Build and deploy web apps and agents", "author": { "name": "Vercel", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d33627c..cb15bde 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel", - "version": "0.40.0", + "version": "0.40.1", "description": "Build and deploy web apps and agents", "author": { "name": "Vercel", diff --git a/.plugin/plugin.json b/.plugin/plugin.json index 19330e4..4cc45ac 100644 --- a/.plugin/plugin.json +++ b/.plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel-plugin", - "version": "0.40.0", + "version": "0.40.1", "description": "Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.", "author": { "name": "Vercel", diff --git a/package.json b/package.json index a6389ef..e30e577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vercel-plugin", - "version": "0.40.0", + "version": "0.40.1", "private": true, "bin": { "vercel-plugin": "src/cli/index.ts"