create-byan-agent 1.1.2 → 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 -177
  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 -301
  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,177 +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.2] - 2026-02-03
9
-
10
- ### Fixed
11
- - **README Links**: Fixed broken links to documentation on npmjs.com
12
- - Changed relative links to absolute GitHub URLs
13
- - GUIDE-INSTALLATION-BYAN-SIMPLE.md Full GitHub URL
14
- - QUICKSTART.md Full GitHub URL
15
- - Links now work correctly on npmjs.com package page
16
-
17
- ### Documentation
18
- - README.md now displays correctly on npmjs.com with working links
19
-
20
- ## [1.1.1] - 2026-02-03
21
-
22
- ### Fixed
23
- - **CRITICAL**: Fixed 24 agents not detected by GitHub Copilot CLI
24
- - Corrected YAML frontmatter: `name: "bmad-agent-xxx"` → `name: "xxx"`
25
- - Agents now invokable with short names (e.g., `/agent marc` instead of `/agent bmad-agent-marc`)
26
- - Affected agents: marc, byan, rachid, all BMM/BMB/CIS/TEA agents
27
-
28
- - **CRITICAL**: Fixed missing templates in NPX installer
29
- - Added patnote.md to templates/_bmad/bmb/agents/
30
- - Added byan-test.md to templates/_bmad/bmb/agents/
31
- - Added carmack.md to templates/_bmad/core/agents/
32
- - Users installing v1.1.0 were NOT getting new agents
33
-
34
- - **CRITICAL**: Fixed version mismatch in installer
35
- - create-byan-agent.js: BYAN_VERSION '1.0.5' → '1.1.1'
36
- - Banner now displays correct version
37
-
38
- ### Breaking Changes
39
- - Agent invocation changed from `--agent=bmad-agent-xxx` to `--agent=xxx`
40
- - Users with scripts using old format must update to new short names
41
- - Migration: Remove `bmad-agent-` prefix from all agent references
42
-
43
- ## [1.1.0] - 2026-02-03 [YANKED - DO NOT USE]
44
-
45
- **Note:** This version was published with critical bugs. Use 1.1.1 instead.
46
-
47
- ### Added
48
- - **PATNOTE Agent**: Update Manager & Conflict Resolution Specialist
49
- - Update existing agents intelligently
50
- - Merge agent versions with conflict detection
51
- - Preserve user customizations during updates
52
- - Generate detailed changelogs
53
- - Backup/restore functionality
54
- - Never loses data principle
55
-
56
- - **CARMACK Agent**: Token Optimizer for BMAD/BYAN Agents
57
- - Optimize agents for 40-50% token reduction
58
- - Analyze token usage across agents
59
- - Validate optimized agents maintain functionality
60
- - Compare before/after metrics
61
- - Batch optimize multiple agents
62
- - Surgical precision in removing redundancy
63
-
64
- - **BYAN-Test Agent**: Optimized version of BYAN
65
- - 46% token reduction vs standard BYAN
66
- - Same capabilities, reduced token cost
67
- - Ideal for high-volume agent creation
68
-
69
- ### Changed
70
- - **README.md**: Complete documentation overhaul
71
- - Five specialized agents section (vs three)
72
- - Detailed role descriptions for all agents
73
- - Usage examples for each agent
74
- - Version bumped to 1.1.0 in docs
75
-
76
- - **package.json**: Enhanced metadata
77
- - Description updated to reflect full ecosystem
78
- - Keywords expanded: patnote, carmack, token-optimization, update-manager, conflict-resolution
79
- - Version: 1.0.5 1.1.0
80
-
81
- ### Excluded
82
- - **Franck Agent**: Client-specific (not part of BYAN core)
83
- - **Expert-Merise-Agile Agent**: Client application (excluded from npm/git)
84
-
85
- ### Security
86
- - npm audit: 0 vulnerabilities
87
- - All dependencies up to date
88
- - .npmignore and .gitignore configured for security
89
-
90
- ## [1.0.5] - 2026-02-02
91
-
92
- ### Added
93
- - **GUIDE-INSTALLATION-SIMPLE.md**: Documentation utilisateur simplifiée (7 KB)
94
- - Installation en 3 minutes
95
- - Guide des 3 agents (BYAN, RACHID, MARC)
96
- - Workflows typiques et cas d'usage
97
- - Section dépannage rapide
98
-
99
- - **Validation MARC Complète**: 6 documents de validation (55 KB)
100
- - MARC-VALIDATION-REPORT.md (rapport détaillé)
101
- - MARC-VALIDATION-SUMMARY.md (résumé exécutif)
102
- - MARC-PRE-PUBLICATION-CHECKLIST.md (checklist interactive)
103
- - MARC-COPILOT-CLI-TEST-GUIDE.md (guide test)
104
- - MARC-COMMANDS-CHEAT-SHEET.md (commandes essentielles)
105
- - MARC-INDEX.md (index documents)
106
-
107
- ### Changed
108
- - Templates mis à jour avec 37 fichiers (vs 24 précédemment)
109
- - YAML frontmatter aligné avec noms de fichiers pour Copilot CLI
110
- - Structure .github/agents/ étendue à 44 agents
111
-
112
- ### Fixed
113
- - Alignment YAML agent names avec convention bmad-agent-{name}
114
- - Détection Copilot CLI améliorée
115
-
116
- ## [1.0.4] - 2026-02-02
117
-
118
- ### Changed
119
- - Version intermédiaire avec corrections mineures
120
-
121
- ## [1.0.2] - 2026-02-02
122
-
123
- ### Added
124
- - **RACHID Agent**: NPM/NPX deployment specialist
125
- - Install BYAN via npx create-byan-agent
126
- - Validate _bmad directory structure
127
- - Fix npm dependency conflicts
128
- - Update package.json and scripts
129
- - Publish to npm registry
130
- - Test npx installations
131
- - Security audits
132
- - NPM best practices guidance
133
-
134
- - **MARC Agent**: GitHub Copilot CLI integration specialist
135
- - Validate .github/agents/ structure
136
- - Test /agent detection in Copilot CLI
137
- - Create agent stubs for new agents
138
- - Fix YAML frontmatter issues
139
- - Configure MCP servers
140
- - Test agent invocation
141
- - Optimize context loading
142
- - Troubleshoot agent loading issues
143
-
144
- - **Templates Directory**: All BYAN files now packaged
145
- - Complete _bmad/bmb/ structure
146
- - All agent definitions (byan.md, rachid.md, marc.md)
147
- - All workflows with steps
148
- - Templates and data files
149
- - .github/agents/ stubs for Copilot CLI
150
-
151
- ### Changed
152
- - Installer now copies complete file structure from templates/
153
- - Version bumped to 1.0.2
154
- - Enhanced verification checks (10 checks total)
155
- - Improved post-installation messages with usage for all 3 agents
156
- - Updated README with RACHID and MARC documentation
157
-
158
- ### Fixed
159
- - Template directory resolution in getTemplateDir()
160
- - File copying logic for production npm packages
161
- - GitHub agents directory creation
162
-
163
- ## [1.0.1] - 2026-02-01
164
-
165
- ### Changed
166
- - Minor bug fixes
167
- - Documentation updates
168
-
169
- ## [1.0.0] - 2026-02-01
170
-
171
- ### Added
172
- - Initial release
173
- - BYAN agent with intelligent interview workflow
174
- - Multi-platform support (Copilot, VSCode, Claude, Codex)
175
- - 64 Mantras methodology
176
- - Merise Agile + TDD approach
177
- - 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.