Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion generated/build-from-skills.manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
28 changes: 3 additions & 25 deletions generated/skill-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-04-28T18:37:08.157Z",
"generatedAt": "2026-04-30T16:42:55.978Z",
"version": 2,
"skills": {
"vercel-agent": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-plugin",
"version": "0.40.0",
"version": "0.40.1",
"private": true,
"bin": {
"vercel-plugin": "src/cli/index.ts"
Expand Down
12 changes: 0 additions & 12 deletions skills/workflow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading