create-byan-agent 1.1.3 → 1.2.1

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +273 -202
  2. package/LICENSE +21 -21
  3. package/README.md +1251 -421
  4. package/bin/create-byan-agent-backup.js +220 -220
  5. package/bin/create-byan-agent-fixed.js +301 -301
  6. package/bin/create-byan-agent.js +155 -322
  7. package/lib/errors.js +61 -0
  8. package/lib/exit-codes.js +54 -0
  9. package/lib/platforms/claude-code.js +113 -0
  10. package/lib/platforms/codex.js +92 -0
  11. package/lib/platforms/copilot-cli.js +123 -0
  12. package/lib/platforms/index.js +14 -0
  13. package/lib/platforms/vscode.js +51 -0
  14. package/lib/utils/config-loader.js +79 -0
  15. package/lib/utils/file-utils.js +104 -0
  16. package/lib/utils/git-detector.js +35 -0
  17. package/lib/utils/logger.js +64 -0
  18. package/lib/utils/node-detector.js +58 -0
  19. package/lib/utils/os-detector.js +74 -0
  20. package/lib/utils/yaml-utils.js +87 -0
  21. package/lib/yanstaller/backuper.js +308 -0
  22. package/lib/yanstaller/detector.js +141 -0
  23. package/lib/yanstaller/index.js +93 -0
  24. package/lib/yanstaller/installer.js +225 -0
  25. package/lib/yanstaller/interviewer.js +250 -0
  26. package/lib/yanstaller/recommender.js +298 -0
  27. package/lib/yanstaller/troubleshooter.js +498 -0
  28. package/lib/yanstaller/validator.js +578 -0
  29. package/lib/yanstaller/wizard.js +211 -0
  30. package/package.json +61 -55
  31. package/templates/.github/agents/bmad-agent-bmad-master.md +15 -15
  32. package/templates/.github/agents/bmad-agent-bmb-agent-builder.md +15 -15
  33. package/templates/.github/agents/bmad-agent-bmb-module-builder.md +15 -15
  34. package/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -15
  35. package/templates/.github/agents/bmad-agent-bmm-analyst.md +15 -15
  36. package/templates/.github/agents/bmad-agent-bmm-architect.md +15 -15
  37. package/templates/.github/agents/bmad-agent-bmm-dev.md +15 -15
  38. package/templates/.github/agents/bmad-agent-bmm-pm.md +15 -15
  39. package/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -15
  40. package/templates/.github/agents/bmad-agent-bmm-quinn.md +15 -15
  41. package/templates/.github/agents/bmad-agent-bmm-sm.md +15 -15
  42. package/templates/.github/agents/bmad-agent-bmm-tech-writer.md +15 -15
  43. package/templates/.github/agents/bmad-agent-bmm-ux-designer.md +15 -15
  44. package/templates/.github/agents/bmad-agent-byan-test.md +32 -0
  45. package/templates/.github/agents/bmad-agent-byan.md +224 -224
  46. package/templates/.github/agents/bmad-agent-carmack.md +18 -0
  47. package/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -15
  48. package/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -15
  49. package/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -15
  50. package/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -15
  51. package/templates/.github/agents/bmad-agent-cis-presentation-master.md +15 -15
  52. package/templates/.github/agents/bmad-agent-cis-storyteller.md +15 -15
  53. package/templates/.github/agents/bmad-agent-marc.md +48 -48
  54. package/templates/.github/agents/bmad-agent-patnote.md +48 -0
  55. package/templates/.github/agents/bmad-agent-rachid.md +47 -47
  56. package/templates/.github/agents/bmad-agent-tea-tea.md +15 -15
  57. package/templates/.github/agents/bmad-agent-test-dynamic.md +21 -0
  58. package/templates/.github/agents/expert-merise-agile.md +1 -0
  59. package/templates/.github/agents/franck.md +379 -0
  60. package/templates/_bmad/bmb/agents/agent-builder.md +59 -59
  61. package/templates/_bmad/bmb/agents/byan-test.md +116 -116
  62. package/templates/_bmad/bmb/agents/byan.md +215 -215
  63. package/templates/_bmad/bmb/agents/marc.md +303 -303
  64. package/templates/_bmad/bmb/agents/module-builder.md +60 -60
  65. package/templates/_bmad/bmb/agents/patnote.md +495 -495
  66. package/templates/_bmad/bmb/agents/rachid.md +184 -184
  67. package/templates/_bmad/bmb/agents/workflow-builder.md +61 -61
  68. package/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -272
  69. package/templates/_bmad/bmb/workflows/byan/data/templates.yaml +59 -59
  70. package/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -657
  71. package/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -688
  72. package/templates/_bmad/bmb/workflows/byan/interview-workflow.md +753 -753
  73. package/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -450
  74. package/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -79
  75. package/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -676
  76. package/templates/_bmad/core/agents/carmack.md +238 -238
package/CHANGELOG.md CHANGED
@@ -1,202 +1,273 @@
1
- # Changelog - create-byan-agent
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [1.1.3] - 2026-02-03
9
-
10
- ### Fixed
11
- - **CRITICAL**: Template path resolution in installer
12
- - Fixed template directory detection (removed extra `..` navigation)
13
- - Added `_bmad/` prefix for agents and workflows paths
14
- - Removed extra `..` in .github agents path
15
- - Added validation and detailed logging for debugging
16
- - 100% file copy success rate achieved
17
-
18
- ### Impact
19
- - **Before**: 0% installation success (0/37 files copied)
20
- - **After**: 100% installation success (37/37 files copied)
21
- - All 8 agents now install correctly
22
- - All 6 workflows now install correctly
23
- - All 23 GitHub agent stubs now install correctly
24
-
25
- ### Validation
26
- - Tested with Node.js path resolution
27
- - Verified template structure integrity
28
- - Confirmed npm package includes all templates
29
-
30
- **Bug reported by:** Dimitry
31
- **Fixed by:** Marc (GitHub Copilot CLI Expert) + Rachid (NPM Specialist)
32
-
33
- ## [1.1.2] - 2026-02-03
34
-
35
- ### Fixed
36
- - **README Links**: Fixed broken links to documentation on npmjs.com
37
- - Changed relative links to absolute GitHub URLs
38
- - GUIDE-INSTALLATION-BYAN-SIMPLE.md Full GitHub URL
39
- - QUICKSTART.md Full GitHub URL
40
- - Links now work correctly on npmjs.com package page
41
-
42
- ### Documentation
43
- - README.md now displays correctly on npmjs.com with working links
44
-
45
- ## [1.1.1] - 2026-02-03
46
-
47
- ### Fixed
48
- - **CRITICAL**: Fixed 24 agents not detected by GitHub Copilot CLI
49
- - Corrected YAML frontmatter: `name: "bmad-agent-xxx"``name: "xxx"`
50
- - Agents now invokable with short names (e.g., `/agent marc` instead of `/agent bmad-agent-marc`)
51
- - Affected agents: marc, byan, rachid, all BMM/BMB/CIS/TEA agents
52
-
53
- - **CRITICAL**: Fixed missing templates in NPX installer
54
- - Added patnote.md to templates/_bmad/bmb/agents/
55
- - Added byan-test.md to templates/_bmad/bmb/agents/
56
- - Added carmack.md to templates/_bmad/core/agents/
57
- - Users installing v1.1.0 were NOT getting new agents
58
-
59
- - **CRITICAL**: Fixed version mismatch in installer
60
- - create-byan-agent.js: BYAN_VERSION '1.0.5' '1.1.1'
61
- - Banner now displays correct version
62
-
63
- ### Breaking Changes
64
- - Agent invocation changed from `--agent=bmad-agent-xxx` to `--agent=xxx`
65
- - Users with scripts using old format must update to new short names
66
- - Migration: Remove `bmad-agent-` prefix from all agent references
67
-
68
- ## [1.1.0] - 2026-02-03 [YANKED - DO NOT USE]
69
-
70
- **Note:** This version was published with critical bugs. Use 1.1.1 instead.
71
-
72
- ### Added
73
- - **PATNOTE Agent**: Update Manager & Conflict Resolution Specialist
74
- - Update existing agents intelligently
75
- - Merge agent versions with conflict detection
76
- - Preserve user customizations during updates
77
- - Generate detailed changelogs
78
- - Backup/restore functionality
79
- - Never loses data principle
80
-
81
- - **CARMACK Agent**: Token Optimizer for BMAD/BYAN Agents
82
- - Optimize agents for 40-50% token reduction
83
- - Analyze token usage across agents
84
- - Validate optimized agents maintain functionality
85
- - Compare before/after metrics
86
- - Batch optimize multiple agents
87
- - Surgical precision in removing redundancy
88
-
89
- - **BYAN-Test Agent**: Optimized version of BYAN
90
- - 46% token reduction vs standard BYAN
91
- - Same capabilities, reduced token cost
92
- - Ideal for high-volume agent creation
93
-
94
- ### Changed
95
- - **README.md**: Complete documentation overhaul
96
- - Five specialized agents section (vs three)
97
- - Detailed role descriptions for all agents
98
- - Usage examples for each agent
99
- - Version bumped to 1.1.0 in docs
100
-
101
- - **package.json**: Enhanced metadata
102
- - Description updated to reflect full ecosystem
103
- - Keywords expanded: patnote, carmack, token-optimization, update-manager, conflict-resolution
104
- - Version: 1.0.5 1.1.0
105
-
106
- ### Excluded
107
- - **Franck Agent**: Client-specific (not part of BYAN core)
108
- - **Expert-Merise-Agile Agent**: Client application (excluded from npm/git)
109
-
110
- ### Security
111
- - npm audit: 0 vulnerabilities
112
- - All dependencies up to date
113
- - .npmignore and .gitignore configured for security
114
-
115
- ## [1.0.5] - 2026-02-02
116
-
117
- ### Added
118
- - **GUIDE-INSTALLATION-SIMPLE.md**: Documentation utilisateur simplifiée (7 KB)
119
- - Installation en 3 minutes
120
- - Guide des 3 agents (BYAN, RACHID, MARC)
121
- - Workflows typiques et cas d'usage
122
- - Section dépannage rapide
123
-
124
- - **Validation MARC Complète**: 6 documents de validation (55 KB)
125
- - MARC-VALIDATION-REPORT.md (rapport détaillé)
126
- - MARC-VALIDATION-SUMMARY.md (résumé exécutif)
127
- - MARC-PRE-PUBLICATION-CHECKLIST.md (checklist interactive)
128
- - MARC-COPILOT-CLI-TEST-GUIDE.md (guide test)
129
- - MARC-COMMANDS-CHEAT-SHEET.md (commandes essentielles)
130
- - MARC-INDEX.md (index documents)
131
-
132
- ### Changed
133
- - Templates mis à jour avec 37 fichiers (vs 24 précédemment)
134
- - YAML frontmatter aligné avec noms de fichiers pour Copilot CLI
135
- - Structure .github/agents/ étendue à 44 agents
136
-
137
- ### Fixed
138
- - Alignment YAML agent names avec convention bmad-agent-{name}
139
- - Détection Copilot CLI améliorée
140
-
141
- ## [1.0.4] - 2026-02-02
142
-
143
- ### Changed
144
- - Version intermédiaire avec corrections mineures
145
-
146
- ## [1.0.2] - 2026-02-02
147
-
148
- ### Added
149
- - **RACHID Agent**: NPM/NPX deployment specialist
150
- - Install BYAN via npx create-byan-agent
151
- - Validate _bmad directory structure
152
- - Fix npm dependency conflicts
153
- - Update package.json and scripts
154
- - Publish to npm registry
155
- - Test npx installations
156
- - Security audits
157
- - NPM best practices guidance
158
-
159
- - **MARC Agent**: GitHub Copilot CLI integration specialist
160
- - Validate .github/agents/ structure
161
- - Test /agent detection in Copilot CLI
162
- - Create agent stubs for new agents
163
- - Fix YAML frontmatter issues
164
- - Configure MCP servers
165
- - Test agent invocation
166
- - Optimize context loading
167
- - Troubleshoot agent loading issues
168
-
169
- - **Templates Directory**: All BYAN files now packaged
170
- - Complete _bmad/bmb/ structure
171
- - All agent definitions (byan.md, rachid.md, marc.md)
172
- - All workflows with steps
173
- - Templates and data files
174
- - .github/agents/ stubs for Copilot CLI
175
-
176
- ### Changed
177
- - Installer now copies complete file structure from templates/
178
- - Version bumped to 1.0.2
179
- - Enhanced verification checks (10 checks total)
180
- - Improved post-installation messages with usage for all 3 agents
181
- - Updated README with RACHID and MARC documentation
182
-
183
- ### Fixed
184
- - Template directory resolution in getTemplateDir()
185
- - File copying logic for production npm packages
186
- - GitHub agents directory creation
187
-
188
- ## [1.0.1] - 2026-02-01
189
-
190
- ### Changed
191
- - Minor bug fixes
192
- - Documentation updates
193
-
194
- ## [1.0.0] - 2026-02-01
195
-
196
- ### Added
197
- - Initial release
198
- - BYAN agent with intelligent interview workflow
199
- - Multi-platform support (Copilot, VSCode, Claude, Codex)
200
- - 64 Mantras methodology
201
- - Merise Agile + TDD approach
202
- - NPX installer scaffolding
1
+ # Changelog - create-byan-agent
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.2.1] - 2026-02-03
9
+
10
+ ### Changed
11
+ - **Attribution** - Added BMAD origin and author attribution
12
+ - README.md and README-YANSTALLER.md now mention "Basé sur BMAD" with link to original repository
13
+ - Made by section updated to "Yan de Acadenice" with link to https://acadenice.fr/
14
+ - Version badge updated to 1.2.1
15
+
16
+ ## [1.2.0] - 2026-02-03
17
+
18
+ ### Added
19
+ - **YANSTALLER Complete Implementation** - Intelligent BYAN installer with 8 core modules
20
+ - **Detector** - Platform & project detection (Copilot CLI, VSCode, Claude Code, Codex)
21
+ - **Recommender** - AI-powered agent recommendations (20+ frameworks recognized)
22
+ - **Installer** - Full BMAD structure creation (19 directories, multi-platform stubs)
23
+ - **Validator** - 10 automated checks for installation integrity
24
+ - **Troubleshooter** - 8 error patterns with auto-fix capabilities
25
+ - **Backuper** - Backup & restore with metadata tracking
26
+ - **Interviewer** - 7-question interactive installation flow
27
+ - **Wizard** - Post-install wizard with 4 options (create agent, test, docs, exit)
28
+
29
+ - **Comprehensive Documentation** - Bilingual README (FR/EN, 1200+ lines)
30
+ - Complete API reference for all 8 modules
31
+ - 168 tests documented with breakdown
32
+ - Architecture diagrams (ASCII flow charts)
33
+ - Installation guide (NPX/NPM/Manual)
34
+ - Contributing guidelines + PR checklist
35
+ - Performance benchmarks
36
+
37
+ - **Test Suite** - 168 comprehensive tests
38
+ - 18 tests: recommender.test.js
39
+ - 13 tests: installer.test.js
40
+ - 20 tests: platforms.test.js
41
+ - 24 tests: validator.test.js
42
+ - 27 tests: integration.test.js
43
+ - 16 tests: e2e.test.js
44
+ - 20 tests: troubleshooter.test.js
45
+ - 20 tests: backuper.test.js
46
+ - 10 tests: interviewer-wizard.test.js
47
+
48
+ - **CLI Entry Point Rewrite** - bin/create-byan-agent.js now orchestrates full YANSTALLER flow
49
+ - 7-step installation pipeline (detect recommend interview → backup → install → validate → wizard)
50
+ - CLI options: --silent, --agents, --platforms, --mode, --dry-run, --verbose
51
+ - Reduced from 323 lines to ~100 lines (modular architecture)
52
+
53
+ ### Fixed
54
+ - **CRITICAL**: Added `lib/` to package.json files array
55
+ - Core YANSTALLER modules now included in npm package
56
+ - Previous versions were missing all yanstaller/*.js files
57
+
58
+ - **CRITICAL**: Entry point now uses YANSTALLER modules correctly
59
+ - Replaced monolithic code with modular orchestration
60
+ - Interview now uses interviewer.js (7 questions instead of 2)
61
+ - Recommendations based on project analysis
62
+ - Wizard provides post-install actions
63
+
64
+ - **NPM Package Configuration**
65
+ - Updated .npmignore to exclude tests and dev files
66
+ - Package now includes: bin/, lib/, templates/, README.md, CHANGELOG.md, LICENSE
67
+ - Reduced package size by excluding __tests__/, development scripts
68
+
69
+ ### Changed
70
+ - **README.md** - Complete rewrite focusing on YANSTALLER
71
+ - From BYAN agent documentation to YANSTALLER installer documentation
72
+ - Added detailed module descriptions with code examples
73
+ - Added usage guide (Interview mode + Programmatic API)
74
+
75
+ - **Version** - Bumped to 1.2.0 (minor) to reflect new YANSTALLER features
76
+ - Major new functionality: complete intelligent installer
77
+ - Not just a BYAN agent installer anymore
78
+
79
+ ## [1.1.3] - 2026-02-03
80
+
81
+ ### Fixed
82
+ - **CRITICAL**: Template path resolution in installer
83
+ - Fixed template directory detection (removed extra `..` navigation)
84
+ - Added `_bmad/` prefix for agents and workflows paths
85
+ - Removed extra `..` in .github agents path
86
+ - Added validation and detailed logging for debugging
87
+ - 100% file copy success rate achieved
88
+
89
+ ### Impact
90
+ - **Before**: 0% installation success (0/37 files copied)
91
+ - **After**: 100% installation success (37/37 files copied)
92
+ - All 8 agents now install correctly
93
+ - All 6 workflows now install correctly
94
+ - All 23 GitHub agent stubs now install correctly
95
+
96
+ ### Validation
97
+ - Tested with Node.js path resolution
98
+ - Verified template structure integrity
99
+ - Confirmed npm package includes all templates
100
+
101
+ **Bug reported by:** Dimitry
102
+ **Fixed by:** Marc (GitHub Copilot CLI Expert) + Rachid (NPM Specialist)
103
+
104
+ ## [1.1.2] - 2026-02-03
105
+
106
+ ### Fixed
107
+ - **README Links**: Fixed broken links to documentation on npmjs.com
108
+ - Changed relative links to absolute GitHub URLs
109
+ - GUIDE-INSTALLATION-BYAN-SIMPLE.md → Full GitHub URL
110
+ - QUICKSTART.md → Full GitHub URL
111
+ - Links now work correctly on npmjs.com package page
112
+
113
+ ### Documentation
114
+ - README.md now displays correctly on npmjs.com with working links
115
+
116
+ ## [1.1.1] - 2026-02-03
117
+
118
+ ### Fixed
119
+ - **CRITICAL**: Fixed 24 agents not detected by GitHub Copilot CLI
120
+ - Corrected YAML frontmatter: `name: "bmad-agent-xxx"` `name: "xxx"`
121
+ - Agents now invokable with short names (e.g., `/agent marc` instead of `/agent bmad-agent-marc`)
122
+ - Affected agents: marc, byan, rachid, all BMM/BMB/CIS/TEA agents
123
+
124
+ - **CRITICAL**: Fixed missing templates in NPX installer
125
+ - Added patnote.md to templates/_bmad/bmb/agents/
126
+ - Added byan-test.md to templates/_bmad/bmb/agents/
127
+ - Added carmack.md to templates/_bmad/core/agents/
128
+ - Users installing v1.1.0 were NOT getting new agents
129
+
130
+ - **CRITICAL**: Fixed version mismatch in installer
131
+ - create-byan-agent.js: BYAN_VERSION '1.0.5' → '1.1.1'
132
+ - Banner now displays correct version
133
+
134
+ ### Breaking Changes
135
+ - Agent invocation changed from `--agent=bmad-agent-xxx` to `--agent=xxx`
136
+ - Users with scripts using old format must update to new short names
137
+ - Migration: Remove `bmad-agent-` prefix from all agent references
138
+
139
+ ## [1.1.0] - 2026-02-03 [YANKED - DO NOT USE]
140
+
141
+ **Note:** This version was published with critical bugs. Use 1.1.1 instead.
142
+
143
+ ### Added
144
+ - **PATNOTE Agent**: Update Manager & Conflict Resolution Specialist
145
+ - Update existing agents intelligently
146
+ - Merge agent versions with conflict detection
147
+ - Preserve user customizations during updates
148
+ - Generate detailed changelogs
149
+ - Backup/restore functionality
150
+ - Never loses data principle
151
+
152
+ - **CARMACK Agent**: Token Optimizer for BMAD/BYAN Agents
153
+ - Optimize agents for 40-50% token reduction
154
+ - Analyze token usage across agents
155
+ - Validate optimized agents maintain functionality
156
+ - Compare before/after metrics
157
+ - Batch optimize multiple agents
158
+ - Surgical precision in removing redundancy
159
+
160
+ - **BYAN-Test Agent**: Optimized version of BYAN
161
+ - 46% token reduction vs standard BYAN
162
+ - Same capabilities, reduced token cost
163
+ - Ideal for high-volume agent creation
164
+
165
+ ### Changed
166
+ - **README.md**: Complete documentation overhaul
167
+ - Five specialized agents section (vs three)
168
+ - Detailed role descriptions for all agents
169
+ - Usage examples for each agent
170
+ - Version bumped to 1.1.0 in docs
171
+
172
+ - **package.json**: Enhanced metadata
173
+ - Description updated to reflect full ecosystem
174
+ - Keywords expanded: patnote, carmack, token-optimization, update-manager, conflict-resolution
175
+ - Version: 1.0.5 → 1.1.0
176
+
177
+ ### Excluded
178
+ - **Franck Agent**: Client-specific (not part of BYAN core)
179
+ - **Expert-Merise-Agile Agent**: Client application (excluded from npm/git)
180
+
181
+ ### Security
182
+ - npm audit: 0 vulnerabilities
183
+ - All dependencies up to date
184
+ - .npmignore and .gitignore configured for security
185
+
186
+ ## [1.0.5] - 2026-02-02
187
+
188
+ ### Added
189
+ - **GUIDE-INSTALLATION-SIMPLE.md**: Documentation utilisateur simplifiée (7 KB)
190
+ - Installation en 3 minutes
191
+ - Guide des 3 agents (BYAN, RACHID, MARC)
192
+ - Workflows typiques et cas d'usage
193
+ - Section dépannage rapide
194
+
195
+ - **Validation MARC Complète**: 6 documents de validation (55 KB)
196
+ - MARC-VALIDATION-REPORT.md (rapport détaillé)
197
+ - MARC-VALIDATION-SUMMARY.md (résumé exécutif)
198
+ - MARC-PRE-PUBLICATION-CHECKLIST.md (checklist interactive)
199
+ - MARC-COPILOT-CLI-TEST-GUIDE.md (guide test)
200
+ - MARC-COMMANDS-CHEAT-SHEET.md (commandes essentielles)
201
+ - MARC-INDEX.md (index documents)
202
+
203
+ ### Changed
204
+ - Templates mis à jour avec 37 fichiers (vs 24 précédemment)
205
+ - YAML frontmatter aligné avec noms de fichiers pour Copilot CLI
206
+ - Structure .github/agents/ étendue à 44 agents
207
+
208
+ ### Fixed
209
+ - Alignment YAML agent names avec convention bmad-agent-{name}
210
+ - Détection Copilot CLI améliorée
211
+
212
+ ## [1.0.4] - 2026-02-02
213
+
214
+ ### Changed
215
+ - Version intermédiaire avec corrections mineures
216
+
217
+ ## [1.0.2] - 2026-02-02
218
+
219
+ ### Added
220
+ - **RACHID Agent**: NPM/NPX deployment specialist
221
+ - Install BYAN via npx create-byan-agent
222
+ - Validate _bmad directory structure
223
+ - Fix npm dependency conflicts
224
+ - Update package.json and scripts
225
+ - Publish to npm registry
226
+ - Test npx installations
227
+ - Security audits
228
+ - NPM best practices guidance
229
+
230
+ - **MARC Agent**: GitHub Copilot CLI integration specialist
231
+ - Validate .github/agents/ structure
232
+ - Test /agent detection in Copilot CLI
233
+ - Create agent stubs for new agents
234
+ - Fix YAML frontmatter issues
235
+ - Configure MCP servers
236
+ - Test agent invocation
237
+ - Optimize context loading
238
+ - Troubleshoot agent loading issues
239
+
240
+ - **Templates Directory**: All BYAN files now packaged
241
+ - Complete _bmad/bmb/ structure
242
+ - All agent definitions (byan.md, rachid.md, marc.md)
243
+ - All workflows with steps
244
+ - Templates and data files
245
+ - .github/agents/ stubs for Copilot CLI
246
+
247
+ ### Changed
248
+ - Installer now copies complete file structure from templates/
249
+ - Version bumped to 1.0.2
250
+ - Enhanced verification checks (10 checks total)
251
+ - Improved post-installation messages with usage for all 3 agents
252
+ - Updated README with RACHID and MARC documentation
253
+
254
+ ### Fixed
255
+ - Template directory resolution in getTemplateDir()
256
+ - File copying logic for production npm packages
257
+ - GitHub agents directory creation
258
+
259
+ ## [1.0.1] - 2026-02-01
260
+
261
+ ### Changed
262
+ - Minor bug fixes
263
+ - Documentation updates
264
+
265
+ ## [1.0.0] - 2026-02-01
266
+
267
+ ### Added
268
+ - Initial release
269
+ - BYAN agent with intelligent interview workflow
270
+ - Multi-platform support (Copilot, VSCode, Claude, Codex)
271
+ - 64 Mantras methodology
272
+ - Merise Agile + TDD approach
273
+ - NPX installer scaffolding
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Yan
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Yan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.