bmad-plus 0.1.0 → 0.1.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.
- package/README.md +1 -0
- package/package.json +1 -1
- package/tools/cli/commands/install.js +3 -0
package/README.md
CHANGED
|
@@ -477,6 +477,7 @@ MIT — Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MI
|
|
|
477
477
|
|
|
478
478
|
### Credits
|
|
479
479
|
|
|
480
|
+
- **BMAD+** Created by [Laurent Rochetta](https://github.com/lrochetta)
|
|
480
481
|
- **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) — Base framework
|
|
481
482
|
- **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
|
|
482
483
|
- **Apify Actor Runner** integrated from [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "bmad-plus",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"description": "BMAD+ — Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bmad",
|
|
@@ -365,6 +365,9 @@ module.exports = {
|
|
|
365
365
|
'⚡ Ou: "autopilot" pour tout gérer automatiquement',
|
|
366
366
|
'',
|
|
367
367
|
`📁 Output: _bmad-output/discovery/ et _bmad-output/build/`,
|
|
368
|
+
'',
|
|
369
|
+
'---',
|
|
370
|
+
'✨ BMAD+ est créé par Laurent Rochetta — github.com/lrochetta ✨'
|
|
368
371
|
);
|
|
369
372
|
|
|
370
373
|
clack.note(agentGuide.join('\n'), '✅ Installation terminée — Comment commencer');
|