bmad-plus 0.1.1 → 0.1.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/README.md +1 -1
- package/package.json +1 -1
- package/tools/cli/commands/install.js +1 -1
package/README.md
CHANGED
|
@@ -477,7 +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
|
+
- **BMAD+** Created by [Laurent Rochetta](https://github.com/lrochetta) ([LinkedIn](https://www.linkedin.com/in/laurentrochetta/))
|
|
481
481
|
- **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) — Base framework
|
|
482
482
|
- **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
|
|
483
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.3",
|
|
5
5
|
"description": "BMAD+ — Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bmad",
|
|
@@ -367,7 +367,7 @@ module.exports = {
|
|
|
367
367
|
`📁 Output: _bmad-output/discovery/ et _bmad-output/build/`,
|
|
368
368
|
'',
|
|
369
369
|
'---',
|
|
370
|
-
'✨ BMAD+
|
|
370
|
+
'✨ BMAD+ is created by Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨'
|
|
371
371
|
);
|
|
372
372
|
|
|
373
373
|
clack.note(agentGuide.join('\n'), '✅ Installation terminée — Comment commencer');
|