mirror of
https://github.com/vercel/vercel-plugin.git
synced 2026-09-14 15:39:47 +08:00
fixing strict workflow skill detection
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user