convoke-agents
Advanced tools
@@ -36,3 +36,3 @@ submodule_name: _vortex | ||
| - vortex-navigation | ||
| version: 3.0.2 | ||
| version: 3.0.4 | ||
| user_name: '{user}' | ||
@@ -39,0 +39,0 @@ communication_language: en |
+1
-1
| { | ||
| "name": "convoke-agents", | ||
| "version": "3.0.3", | ||
| "version": "3.0.4", | ||
| "description": "Agent teams for complex systems, compatible with BMad Method", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,4 +60,8 @@ #!/usr/bin/env node | ||
| if (configCheck.passed) { | ||
| checks.push(checkModuleAgents(mod)); | ||
| checks.push(checkModuleWorkflows(mod)); | ||
| if (Array.isArray(mod.config.agents) && mod.config.agents.length > 0) { | ||
| checks.push(checkModuleAgents(mod)); | ||
| } | ||
| if (Array.isArray(mod.config.workflows) && mod.config.workflows.length > 0) { | ||
| checks.push(checkModuleWorkflows(mod)); | ||
| } | ||
| } | ||
@@ -64,0 +68,0 @@ } |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1479885
0.01%4974
0.08%