nex-framework-cli 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli/nex-cli.js CHANGED
@@ -28,7 +28,7 @@ program.configureHelp({
28
28
  program
29
29
  .name('nex')
30
30
  .description('NEX Framework - Framework completo de agentes AI')
31
- .version('1.0.14', '-v, --version', 'Mostra a versão')
31
+ .version('1.0.15', '-v, --version', 'Mostra a versão')
32
32
  .addHelpText('before', chalk.bold.cyan(`
33
33
  ╔════════════════════════════════════════════════════════════════╗
34
34
  ║ NEX Framework - CLI v1.0.9 ║
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nex-framework-cli",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "NEX CLI - Command-line interface for NEX Framework and Agent Marketplace",
5
5
  "type": "module",
6
6
  "main": "cli/nex-cli.js",
@@ -441,7 +441,7 @@ export default class NEXMarketplace {
441
441
  return results
442
442
  }
443
443
 
444
- const categories = ['planning', 'execution', 'community']
444
+ const categories = ['planning', 'execution', 'community', 'bmad']
445
445
 
446
446
  for (const category of categories) {
447
447
  const categoryPath = path.join(this.registryPath, category)
@@ -626,7 +626,7 @@ export default class NEXMarketplace {
626
626
  * Load manifest from local registry
627
627
  */
628
628
  async loadLocalManifest(agentId) {
629
- const categories = ['planning', 'execution', 'community']
629
+ const categories = ['planning', 'execution', 'community', 'bmad']
630
630
 
631
631
  for (const category of categories) {
632
632
  const manifestPath = path.join(this.registryPath, category, agentId, 'manifest.yaml')
@@ -854,7 +854,7 @@ export default class NEXMarketplace {
854
854
  * Get agent source path
855
855
  */
856
856
  async getAgentSourcePath(agentId, version) {
857
- const categories = ['planning', 'execution', 'community']
857
+ const categories = ['planning', 'execution', 'community', 'bmad']
858
858
 
859
859
  for (const category of categories) {
860
860
  // Try versioned path first