create-byan-agent 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-byan-agent",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "NPX installer for BYAN - Builder of YAN agent creator with RACHID and MARC",
5
5
  "bin": {
6
6
  "create-byan-agent": "bin/create-byan-agent.js"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: 'byan'
2
+ name: 'bmad-agent-byan'
3
3
  description: 'byan agent'
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: 'marc'
2
+ name: 'bmad-agent-marc'
3
3
  description: 'GitHub Copilot CLI integration specialist for BMAD agents'
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: 'rachid'
2
+ name: 'bmad-agent-rachid'
3
3
  description: 'NPM/NPX deployment specialist for BYAN installation'
4
4
  ---
5
5