bmad-plus 0.4.0 β 0.4.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/CHANGELOG.md +18 -0
- package/README.md +12 -56
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
- package/package.json +1 -1
- package/readme-international/README.de.md +1 -1
- package/readme-international/README.es.md +1 -1
- package/readme-international/README.fr.md +1 -1
- package/tools/cli/commands/install.js +74 -46
- package/tools/cli/i18n.js +501 -0
- package/oveanet-pack/animated-website/DEPLOYMENT.md +0 -104
- package/oveanet-pack/animated-website/README.md +0 -63
- package/oveanet-pack/animated-website/agent/animated-website-agent.md +0 -325
- package/oveanet-pack/animated-website/agent.yaml +0 -63
- package/oveanet-pack/animated-website/templates/animated-website-workflow.md +0 -55
- package/oveanet-pack/seo-audit-360/DEPLOYMENT.md +0 -115
- package/oveanet-pack/seo-audit-360/README.md +0 -66
- package/oveanet-pack/seo-audit-360/SKILL.md +0 -171
- package/oveanet-pack/seo-audit-360/agent/seo-chief.md +0 -294
- package/oveanet-pack/seo-audit-360/agent/seo-judge.md +0 -241
- package/oveanet-pack/seo-audit-360/agent/seo-scout.md +0 -171
- package/oveanet-pack/seo-audit-360/agent.yaml +0 -70
- package/oveanet-pack/seo-audit-360/checklist.md +0 -140
- package/oveanet-pack/seo-audit-360/extensions/google-analytics/EXTENSION.md +0 -79
- package/oveanet-pack/seo-audit-360/extensions/google-analytics/ga4_client.py +0 -200
- package/oveanet-pack/seo-audit-360/extensions/google-analytics/requirements.txt +0 -4
- package/oveanet-pack/seo-audit-360/extensions/google-search-console/EXTENSION.md +0 -109
- package/oveanet-pack/seo-audit-360/extensions/google-search-console/gsc_client.py +0 -186
- package/oveanet-pack/seo-audit-360/extensions/google-search-console/requirements.txt +0 -4
- package/oveanet-pack/seo-audit-360/hooks/seo-check.sh +0 -95
- package/oveanet-pack/seo-audit-360/pagespeed-playbook.md +0 -320
- package/oveanet-pack/seo-audit-360/ref/audit-schema.json +0 -187
- package/oveanet-pack/seo-audit-360/ref/cwv-thresholds.md +0 -87
- package/oveanet-pack/seo-audit-360/ref/eeat-criteria.md +0 -123
- package/oveanet-pack/seo-audit-360/ref/geo-signals.md +0 -167
- package/oveanet-pack/seo-audit-360/ref/hreflang-rules.md +0 -153
- package/oveanet-pack/seo-audit-360/ref/quality-gates.md +0 -133
- package/oveanet-pack/seo-audit-360/ref/schema-catalog.md +0 -91
- package/oveanet-pack/seo-audit-360/ref/schema-templates.json +0 -356
- package/oveanet-pack/seo-audit-360/requirements.txt +0 -14
- package/oveanet-pack/seo-audit-360/scripts/__pycache__/seo_crawl.cpython-314.pyc +0 -0
- package/oveanet-pack/seo-audit-360/scripts/__pycache__/seo_parse.cpython-314.pyc +0 -0
- package/oveanet-pack/seo-audit-360/scripts/install.ps1 +0 -53
- package/oveanet-pack/seo-audit-360/scripts/install.sh +0 -48
- package/oveanet-pack/seo-audit-360/scripts/seo_apis.py +0 -464
- package/oveanet-pack/seo-audit-360/scripts/seo_crawl.py +0 -282
- package/oveanet-pack/seo-audit-360/scripts/seo_fetch.py +0 -231
- package/oveanet-pack/seo-audit-360/scripts/seo_parse.py +0 -255
- package/oveanet-pack/seo-audit-360/scripts/seo_report.py +0 -403
- package/oveanet-pack/seo-audit-360/scripts/seo_screenshot.py +0 -202
- package/oveanet-pack/seo-audit-360/templates/seo-audit-workflow.md +0 -241
- package/oveanet-pack/seo-audit-360/tests/__pycache__/test_crawl.cpython-314-pytest-9.0.2.pyc +0 -0
- package/oveanet-pack/seo-audit-360/tests/__pycache__/test_parse.cpython-314-pytest-9.0.2.pyc +0 -0
- package/oveanet-pack/seo-audit-360/tests/fixtures/sample_page.html +0 -62
- package/oveanet-pack/seo-audit-360/tests/test_apis.py +0 -75
- package/oveanet-pack/seo-audit-360/tests/test_crawl.py +0 -121
- package/oveanet-pack/seo-audit-360/tests/test_fetch.py +0 -70
- package/oveanet-pack/seo-audit-360/tests/test_parse.py +0 -184
- package/oveanet-pack/universal-backup/DEPLOYMENT.md +0 -80
- package/oveanet-pack/universal-backup/README.md +0 -58
- package/oveanet-pack/universal-backup/agent/backup-agent.md +0 -71
- package/oveanet-pack/universal-backup/agent.yaml +0 -45
- package/oveanet-pack/universal-backup/templates/backup-workflow.md +0 -51
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ All notable changes to BMAD+ will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.4.1] β 2026-03-19
|
|
9
|
+
|
|
10
|
+
### π CLI Internationalization + DevOps Hardening
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **10-language CLI installer** β EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT with language selector at startup
|
|
14
|
+
- **CI/CD pipeline** β `publish-distribution.yml` GitHub Action (Golden β Public repo scrubbing)
|
|
15
|
+
- **`.npmignore`** β Excludes private directories from npm package
|
|
16
|
+
- **`/deploy` workflow** β Mandatory pre-deployment checklist
|
|
17
|
+
- **Post-install guide** β Enriched with all packs (SEO, Backup, Animated Website)
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- **Security** β Purged `secrets/github_pat.txt` from git history, fixed `.gitignore` UTF-16 corruption
|
|
21
|
+
- **Version badges** β Updated from 0.1.0 β 0.4.1 across all 5 READMEs
|
|
22
|
+
- **Project structure** β Updated trees in both Golden and Distribution READMEs
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
8
26
|
## [0.4.0] β 2026-03-19
|
|
9
27
|
|
|
10
28
|
### π’ SEO Engine β Enterprise Extensions (Sprint 4)
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# π BMAD+ β Augmented AI-Driven Development Framework
|
|
2
2
|
|
|
3
|
-
[](CHANGELOG.md)
|
|
4
4
|
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
π <b>English</b> | <a href="readme-international/README.fr.md">FranΓ§ais</a> | <a href="readme-international/README.es.md">EspaΓ±ol</a> | <a href="readme-international/README.de.md">Deutsch</a>
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
|
-
> Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 β Multi-role self-activating agents, Autopilot mode, supervised parallel execution, and
|
|
11
|
+
> Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 β Multi-role self-activating agents, Autopilot mode, supervised parallel execution, and a modular pack system.
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
- [Pack System](#-pack-system)
|
|
22
22
|
- [Innovations](#-innovations)
|
|
23
23
|
- [Supported IDEs](#-supported-ides)
|
|
24
|
-
- [Upstream Monitoring](#-upstream-monitoring)
|
|
25
24
|
- [Project Structure](#-project-structure)
|
|
26
25
|
- [Configuration](#-configuration)
|
|
27
26
|
- [Version History](#-version-history)
|
|
@@ -39,7 +38,6 @@ BMAD-METHOD is an excellent framework with 9 specialized agents. But for a solo
|
|
|
39
38
|
| Manual activation only | **Intelligent auto-activation** at 3 levels |
|
|
40
39
|
| No automated pipeline | **Autopilot Mode**: idea β delivery |
|
|
41
40
|
| Sequential execution | **Supervised parallelism** |
|
|
42
|
-
| No upstream tracking | **Weekly monitoring** with WhatsApp |
|
|
43
41
|
| 1-2 IDEs supported | **5 IDEs** with auto-detection |
|
|
44
42
|
|
|
45
43
|
---
|
|
@@ -146,22 +144,10 @@ graph TB
|
|
|
146
144
|
subgraph Skills["Custom Skills"]
|
|
147
145
|
AP[Autopilot]
|
|
148
146
|
PL[Parallel]
|
|
149
|
-
SY[Sync]
|
|
150
147
|
end
|
|
151
148
|
|
|
152
149
|
NX --> AP
|
|
153
150
|
NX --> PL
|
|
154
|
-
NX --> SY
|
|
155
|
-
|
|
156
|
-
subgraph VPS["VPS Infrastructure"]
|
|
157
|
-
MCP[MCP Server<br/>35 tools]
|
|
158
|
-
EVO[Evolution API<br/>WhatsApp]
|
|
159
|
-
MON[Weekly Monitor]
|
|
160
|
-
end
|
|
161
|
-
|
|
162
|
-
SY --> MCP
|
|
163
|
-
MON --> EVO
|
|
164
|
-
MON --> MCP
|
|
165
151
|
```
|
|
166
152
|
|
|
167
153
|
---
|
|
@@ -282,7 +268,7 @@ npx bmad-plus install
|
|
|
282
268
|
|
|
283
269
|
| Pack | Agents | Skills | Status |
|
|
284
270
|
|------|--------|--------|--------|
|
|
285
|
-
| βοΈ **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel
|
|
271
|
+
| βοΈ **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel | β
Stable |
|
|
286
272
|
| π **OSINT** | Shadow | bmad-osint-investigate | β
Stable |
|
|
287
273
|
| 𧬠**Maker** | Maker | β | β
Stable |
|
|
288
274
|
| π‘οΈ **Audit** | Shield | bmad-audit-scan, bmad-audit-report | π Coming soon |
|
|
@@ -331,7 +317,7 @@ Give a project idea β Nexus orchestrates the complete pipeline:
|
|
|
331
317
|
```
|
|
332
318
|
|
|
333
319
|
**Configurable checkpoints:**
|
|
334
|
-
- `require_approval` (π΄) β Pause,
|
|
320
|
+
- `require_approval` (π΄) β Pause, wait for approval
|
|
335
321
|
- `notify_only` (π‘) β Notification, continues unless intervened
|
|
336
322
|
- `auto` (π’) β Continues automatically
|
|
337
323
|
|
|
@@ -363,27 +349,6 @@ The installer automatically detects IDEs and generates configs:
|
|
|
363
349
|
|
|
364
350
|
---
|
|
365
351
|
|
|
366
|
-
## π‘ Upstream Monitoring
|
|
367
|
-
|
|
368
|
-
### Weekly pipeline (cron VPS, Monday 9am)
|
|
369
|
-
|
|
370
|
-
```
|
|
371
|
-
1. git fetch upstream BMAD-METHOD
|
|
372
|
-
2. Diff analysis (commits, modified files)
|
|
373
|
-
3. AI analysis via Gemini API β classification
|
|
374
|
-
π’ Compatible | π‘ To check | π΄ Breaking
|
|
375
|
-
4. WhatsApp Notification via Evolution API
|
|
376
|
-
5. Auto-PR if changes are compatible
|
|
377
|
-
```
|
|
378
|
-
|
|
379
|
-
### Stack
|
|
380
|
-
- **weekly-check.py** β Main script (cron)
|
|
381
|
-
- **ai_analyzer.py** β AI Classification (Gemini 2.0 Flash)
|
|
382
|
-
- **notifier.py** β WhatsApp (Evolution API self-hosted) + email fallback
|
|
383
|
-
- **mcp_bridge.py** β Bridge to Audit 360Β° MCP Server (git/github ops)
|
|
384
|
-
|
|
385
|
-
---
|
|
386
|
-
|
|
387
352
|
## π Project Structure
|
|
388
353
|
|
|
389
354
|
```
|
|
@@ -409,25 +374,16 @@ BMAD+/
|
|
|
409
374
|
β β βββ agent-shadow/ β Shadow (osint) [pack: osint]
|
|
410
375
|
β βββ skills/
|
|
411
376
|
β β βββ bmad-plus-autopilot/ β Automated pipeline
|
|
412
|
-
β β
|
|
413
|
-
β β βββ bmad-plus-sync/ β Upstream sync
|
|
377
|
+
β β βββ bmad-plus-parallel/ β Parallel execution
|
|
414
378
|
β βββ data/
|
|
415
379
|
β βββ role-triggers.yaml β Auto-activation rules
|
|
416
380
|
β
|
|
417
|
-
βββ
|
|
418
|
-
β
|
|
419
|
-
β
|
|
420
|
-
β βββ notifier.py β WhatsApp + email
|
|
421
|
-
β βββ mcp_bridge.py β Bridge to MCP Server
|
|
422
|
-
β βββ config.example.yaml β Configuration template
|
|
423
|
-
β βββ docker-compose.yml β Evolution API
|
|
424
|
-
β
|
|
425
|
-
βββ mcp-server/ π‘οΈ AUDIT 360Β° MCP
|
|
426
|
-
β βββ server.py β 35 tools, 7 modules
|
|
427
|
-
β βββ tools/ β git_ops, github_ops, etc.
|
|
381
|
+
βββ tools/
|
|
382
|
+
β βββ cli/ π οΈ NPX INSTALLER
|
|
383
|
+
β βββ install.js β npx bmad-plus install
|
|
428
384
|
β
|
|
429
385
|
βββ osint-agent-package/ π OSINT PACKAGE
|
|
430
|
-
β βββ agents/ β Shadow Agent (
|
|
386
|
+
β βββ agents/ β Shadow Agent (OSINT investigator)
|
|
431
387
|
β βββ skills/ β 55+ Apify actors
|
|
432
388
|
β βββ install.ps1 β Installation script
|
|
433
389
|
β
|
|
@@ -454,8 +410,6 @@ BMAD+/
|
|
|
454
410
|
|
|
455
411
|
| Key | Pack | Usage |
|
|
456
412
|
|-----|------|-------|
|
|
457
|
-
| `GEMINI_API_KEY` | Monitor | AI Analysis of upstream diffs |
|
|
458
|
-
| `EVOLUTION_API_KEY` | Monitor | WhatsApp Notifications |
|
|
459
413
|
| `APIFY_API_TOKEN` | OSINT | Social media scraping |
|
|
460
414
|
| `PERPLEXITY_API_KEY` | OSINT | Enriched search |
|
|
461
415
|
|
|
@@ -465,9 +419,11 @@ BMAD+/
|
|
|
465
419
|
|
|
466
420
|
| Version | Date | Description |
|
|
467
421
|
|---------|------|-------------|
|
|
468
|
-
| **0.1.0** | 2026-03-17 | π Foundation β 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system,
|
|
422
|
+
| **0.1.0** | 2026-03-17 | π Foundation β 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, multi-IDE support |
|
|
469
423
|
| **0.2.0** | 2026-03-18 | π Oveanet Fusion β 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
|
|
470
424
|
| **0.3.0** | 2026-03-19 | π SEO Engine v2.0 β 3 multi-role agents, 4 Python scripts, 6-phase workflow, PageSpeed loop, GEO analysis |
|
|
425
|
+
| **0.4.0** | 2026-03-19 | π’ SEO Engine v2.1 β SKILL.md orchestrator, Google APIs, HTML reports, competitor benchmark, 50 tests, GSC + GA4 extensions |
|
|
426
|
+
| **0.4.1** | 2026-03-19 | π 10-language CLI, CI/CD pipeline, `.npmignore`, `/deploy` workflow, security hardening |
|
|
471
427
|
|
|
472
428
|
See [CHANGELOG.md](CHANGELOG.md) for full details.
|
|
473
429
|
|