create-byan-agent 1.1.3 → 1.2.0

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 +250 -202
  2. package/LICENSE +21 -21
  3. package/README.md +1245 -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 +322 -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,250 @@
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.0] - 2026-02-03
9
+
10
+ ### Added
11
+ - **YANSTALLER Complete Implementation** - Intelligent BYAN installer with 8 core modules
12
+ - **Detector** - Platform & project detection (Copilot CLI, VSCode, Claude Code, Codex)
13
+ - **Recommender** - AI-powered agent recommendations (20+ frameworks recognized)
14
+ - **Installer** - Full BMAD structure creation (19 directories, multi-platform stubs)
15
+ - **Validator** - 10 automated checks for installation integrity
16
+ - **Troubleshooter** - 8 error patterns with auto-fix capabilities
17
+ - **Backuper** - Backup & restore with metadata tracking
18
+ - **Interviewer** - 7-question interactive installation flow
19
+ - **Wizard** - Post-install wizard with 4 options (create agent, test, docs, exit)
20
+
21
+ - **Comprehensive Documentation** - Bilingual README (FR/EN, 1200+ lines)
22
+ - Complete API reference for all 8 modules
23
+ - 168 tests documented with breakdown
24
+ - Architecture diagrams (ASCII flow charts)
25
+ - Installation guide (NPX/NPM/Manual)
26
+ - Contributing guidelines + PR checklist
27
+ - Performance benchmarks
28
+
29
+ - **Test Suite** - 168 comprehensive tests
30
+ - 18 tests: recommender.test.js
31
+ - 13 tests: installer.test.js
32
+ - 20 tests: platforms.test.js
33
+ - 24 tests: validator.test.js
34
+ - 27 tests: integration.test.js
35
+ - 16 tests: e2e.test.js
36
+ - 20 tests: troubleshooter.test.js
37
+ - 20 tests: backuper.test.js
38
+ - 10 tests: interviewer-wizard.test.js
39
+
40
+ ### Fixed
41
+ - **CRITICAL**: Added `lib/` to package.json files array
42
+ - Core YANSTALLER modules now included in npm package
43
+ - Previous versions were missing all yanstaller/*.js files
44
+
45
+ - **NPM Package Configuration**
46
+ - Updated .npmignore to exclude tests and dev files
47
+ - Package now includes: bin/, lib/, templates/, README.md, CHANGELOG.md, LICENSE
48
+ - Reduced package size by excluding __tests__/, development scripts
49
+
50
+ ### Changed
51
+ - **README.md** - Complete rewrite focusing on YANSTALLER
52
+ - From BYAN agent documentation to YANSTALLER installer documentation
53
+ - Added detailed module descriptions with code examples
54
+ - Added usage guide (Interview mode + Programmatic API)
55
+
56
+ ## [1.1.3] - 2026-02-03
57
+
58
+ ### Fixed
59
+ - **CRITICAL**: Template path resolution in installer
60
+ - Fixed template directory detection (removed extra `..` navigation)
61
+ - Added `_bmad/` prefix for agents and workflows paths
62
+ - Removed extra `..` in .github agents path
63
+ - Added validation and detailed logging for debugging
64
+ - 100% file copy success rate achieved
65
+
66
+ ### Impact
67
+ - **Before**: 0% installation success (0/37 files copied)
68
+ - **After**: 100% installation success (37/37 files copied)
69
+ - All 8 agents now install correctly
70
+ - All 6 workflows now install correctly
71
+ - All 23 GitHub agent stubs now install correctly
72
+
73
+ ### Validation
74
+ - Tested with Node.js path resolution
75
+ - Verified template structure integrity
76
+ - Confirmed npm package includes all templates
77
+
78
+ **Bug reported by:** Dimitry
79
+ **Fixed by:** Marc (GitHub Copilot CLI Expert) + Rachid (NPM Specialist)
80
+
81
+ ## [1.1.2] - 2026-02-03
82
+
83
+ ### Fixed
84
+ - **README Links**: Fixed broken links to documentation on npmjs.com
85
+ - Changed relative links to absolute GitHub URLs
86
+ - GUIDE-INSTALLATION-BYAN-SIMPLE.md Full GitHub URL
87
+ - QUICKSTART.md Full GitHub URL
88
+ - Links now work correctly on npmjs.com package page
89
+
90
+ ### Documentation
91
+ - README.md now displays correctly on npmjs.com with working links
92
+
93
+ ## [1.1.1] - 2026-02-03
94
+
95
+ ### Fixed
96
+ - **CRITICAL**: Fixed 24 agents not detected by GitHub Copilot CLI
97
+ - Corrected YAML frontmatter: `name: "bmad-agent-xxx"` → `name: "xxx"`
98
+ - Agents now invokable with short names (e.g., `/agent marc` instead of `/agent bmad-agent-marc`)
99
+ - Affected agents: marc, byan, rachid, all BMM/BMB/CIS/TEA agents
100
+
101
+ - **CRITICAL**: Fixed missing templates in NPX installer
102
+ - Added patnote.md to templates/_bmad/bmb/agents/
103
+ - Added byan-test.md to templates/_bmad/bmb/agents/
104
+ - Added carmack.md to templates/_bmad/core/agents/
105
+ - Users installing v1.1.0 were NOT getting new agents
106
+
107
+ - **CRITICAL**: Fixed version mismatch in installer
108
+ - create-byan-agent.js: BYAN_VERSION '1.0.5' '1.1.1'
109
+ - Banner now displays correct version
110
+
111
+ ### Breaking Changes
112
+ - Agent invocation changed from `--agent=bmad-agent-xxx` to `--agent=xxx`
113
+ - Users with scripts using old format must update to new short names
114
+ - Migration: Remove `bmad-agent-` prefix from all agent references
115
+
116
+ ## [1.1.0] - 2026-02-03 [YANKED - DO NOT USE]
117
+
118
+ **Note:** This version was published with critical bugs. Use 1.1.1 instead.
119
+
120
+ ### Added
121
+ - **PATNOTE Agent**: Update Manager & Conflict Resolution Specialist
122
+ - Update existing agents intelligently
123
+ - Merge agent versions with conflict detection
124
+ - Preserve user customizations during updates
125
+ - Generate detailed changelogs
126
+ - Backup/restore functionality
127
+ - Never loses data principle
128
+
129
+ - **CARMACK Agent**: Token Optimizer for BMAD/BYAN Agents
130
+ - Optimize agents for 40-50% token reduction
131
+ - Analyze token usage across agents
132
+ - Validate optimized agents maintain functionality
133
+ - Compare before/after metrics
134
+ - Batch optimize multiple agents
135
+ - Surgical precision in removing redundancy
136
+
137
+ - **BYAN-Test Agent**: Optimized version of BYAN
138
+ - 46% token reduction vs standard BYAN
139
+ - Same capabilities, reduced token cost
140
+ - Ideal for high-volume agent creation
141
+
142
+ ### Changed
143
+ - **README.md**: Complete documentation overhaul
144
+ - Five specialized agents section (vs three)
145
+ - Detailed role descriptions for all agents
146
+ - Usage examples for each agent
147
+ - Version bumped to 1.1.0 in docs
148
+
149
+ - **package.json**: Enhanced metadata
150
+ - Description updated to reflect full ecosystem
151
+ - Keywords expanded: patnote, carmack, token-optimization, update-manager, conflict-resolution
152
+ - Version: 1.0.5 1.1.0
153
+
154
+ ### Excluded
155
+ - **Franck Agent**: Client-specific (not part of BYAN core)
156
+ - **Expert-Merise-Agile Agent**: Client application (excluded from npm/git)
157
+
158
+ ### Security
159
+ - npm audit: 0 vulnerabilities
160
+ - All dependencies up to date
161
+ - .npmignore and .gitignore configured for security
162
+
163
+ ## [1.0.5] - 2026-02-02
164
+
165
+ ### Added
166
+ - **GUIDE-INSTALLATION-SIMPLE.md**: Documentation utilisateur simplifiée (7 KB)
167
+ - Installation en 3 minutes
168
+ - Guide des 3 agents (BYAN, RACHID, MARC)
169
+ - Workflows typiques et cas d'usage
170
+ - Section dépannage rapide
171
+
172
+ - **Validation MARC Complète**: 6 documents de validation (55 KB)
173
+ - MARC-VALIDATION-REPORT.md (rapport détaillé)
174
+ - MARC-VALIDATION-SUMMARY.md (résumé exécutif)
175
+ - MARC-PRE-PUBLICATION-CHECKLIST.md (checklist interactive)
176
+ - MARC-COPILOT-CLI-TEST-GUIDE.md (guide test)
177
+ - MARC-COMMANDS-CHEAT-SHEET.md (commandes essentielles)
178
+ - MARC-INDEX.md (index documents)
179
+
180
+ ### Changed
181
+ - Templates mis à jour avec 37 fichiers (vs 24 précédemment)
182
+ - YAML frontmatter aligné avec noms de fichiers pour Copilot CLI
183
+ - Structure .github/agents/ étendue à 44 agents
184
+
185
+ ### Fixed
186
+ - Alignment YAML agent names avec convention bmad-agent-{name}
187
+ - Détection Copilot CLI améliorée
188
+
189
+ ## [1.0.4] - 2026-02-02
190
+
191
+ ### Changed
192
+ - Version intermédiaire avec corrections mineures
193
+
194
+ ## [1.0.2] - 2026-02-02
195
+
196
+ ### Added
197
+ - **RACHID Agent**: NPM/NPX deployment specialist
198
+ - Install BYAN via npx create-byan-agent
199
+ - Validate _bmad directory structure
200
+ - Fix npm dependency conflicts
201
+ - Update package.json and scripts
202
+ - Publish to npm registry
203
+ - Test npx installations
204
+ - Security audits
205
+ - NPM best practices guidance
206
+
207
+ - **MARC Agent**: GitHub Copilot CLI integration specialist
208
+ - Validate .github/agents/ structure
209
+ - Test /agent detection in Copilot CLI
210
+ - Create agent stubs for new agents
211
+ - Fix YAML frontmatter issues
212
+ - Configure MCP servers
213
+ - Test agent invocation
214
+ - Optimize context loading
215
+ - Troubleshoot agent loading issues
216
+
217
+ - **Templates Directory**: All BYAN files now packaged
218
+ - Complete _bmad/bmb/ structure
219
+ - All agent definitions (byan.md, rachid.md, marc.md)
220
+ - All workflows with steps
221
+ - Templates and data files
222
+ - .github/agents/ stubs for Copilot CLI
223
+
224
+ ### Changed
225
+ - Installer now copies complete file structure from templates/
226
+ - Version bumped to 1.0.2
227
+ - Enhanced verification checks (10 checks total)
228
+ - Improved post-installation messages with usage for all 3 agents
229
+ - Updated README with RACHID and MARC documentation
230
+
231
+ ### Fixed
232
+ - Template directory resolution in getTemplateDir()
233
+ - File copying logic for production npm packages
234
+ - GitHub agents directory creation
235
+
236
+ ## [1.0.1] - 2026-02-01
237
+
238
+ ### Changed
239
+ - Minor bug fixes
240
+ - Documentation updates
241
+
242
+ ## [1.0.0] - 2026-02-01
243
+
244
+ ### Added
245
+ - Initial release
246
+ - BYAN agent with intelligent interview workflow
247
+ - Multi-platform support (Copilot, VSCode, Claude, Codex)
248
+ - 64 Mantras methodology
249
+ - Merise Agile + TDD approach
250
+ - 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.