🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

convoke-agents

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convoke-agents - npm Package Compare versions

Comparing version
3.0.3
to
3.0.4
+1
-1
_bmad/bme/_vortex/config.yaml

@@ -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

{
"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 @@ }