fixing strict workflow skill detection

This commit is contained in:
melkeydev
2026-04-30 09:48:47 -07:00
parent ccfbc7c584
commit 498c263191
3 changed files with 4 additions and 38 deletions
+1 -1
View File
@@ -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",
+3 -25
View File
@@ -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",
-12
View File
@@ -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'