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.
Files changed (68) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +12 -56
  3. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
  4. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
  5. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  6. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  7. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  8. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  9. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  10. package/package.json +1 -1
  11. package/readme-international/README.de.md +1 -1
  12. package/readme-international/README.es.md +1 -1
  13. package/readme-international/README.fr.md +1 -1
  14. package/tools/cli/commands/install.js +74 -46
  15. package/tools/cli/i18n.js +501 -0
  16. package/oveanet-pack/animated-website/DEPLOYMENT.md +0 -104
  17. package/oveanet-pack/animated-website/README.md +0 -63
  18. package/oveanet-pack/animated-website/agent/animated-website-agent.md +0 -325
  19. package/oveanet-pack/animated-website/agent.yaml +0 -63
  20. package/oveanet-pack/animated-website/templates/animated-website-workflow.md +0 -55
  21. package/oveanet-pack/seo-audit-360/DEPLOYMENT.md +0 -115
  22. package/oveanet-pack/seo-audit-360/README.md +0 -66
  23. package/oveanet-pack/seo-audit-360/SKILL.md +0 -171
  24. package/oveanet-pack/seo-audit-360/agent/seo-chief.md +0 -294
  25. package/oveanet-pack/seo-audit-360/agent/seo-judge.md +0 -241
  26. package/oveanet-pack/seo-audit-360/agent/seo-scout.md +0 -171
  27. package/oveanet-pack/seo-audit-360/agent.yaml +0 -70
  28. package/oveanet-pack/seo-audit-360/checklist.md +0 -140
  29. package/oveanet-pack/seo-audit-360/extensions/google-analytics/EXTENSION.md +0 -79
  30. package/oveanet-pack/seo-audit-360/extensions/google-analytics/ga4_client.py +0 -200
  31. package/oveanet-pack/seo-audit-360/extensions/google-analytics/requirements.txt +0 -4
  32. package/oveanet-pack/seo-audit-360/extensions/google-search-console/EXTENSION.md +0 -109
  33. package/oveanet-pack/seo-audit-360/extensions/google-search-console/gsc_client.py +0 -186
  34. package/oveanet-pack/seo-audit-360/extensions/google-search-console/requirements.txt +0 -4
  35. package/oveanet-pack/seo-audit-360/hooks/seo-check.sh +0 -95
  36. package/oveanet-pack/seo-audit-360/pagespeed-playbook.md +0 -320
  37. package/oveanet-pack/seo-audit-360/ref/audit-schema.json +0 -187
  38. package/oveanet-pack/seo-audit-360/ref/cwv-thresholds.md +0 -87
  39. package/oveanet-pack/seo-audit-360/ref/eeat-criteria.md +0 -123
  40. package/oveanet-pack/seo-audit-360/ref/geo-signals.md +0 -167
  41. package/oveanet-pack/seo-audit-360/ref/hreflang-rules.md +0 -153
  42. package/oveanet-pack/seo-audit-360/ref/quality-gates.md +0 -133
  43. package/oveanet-pack/seo-audit-360/ref/schema-catalog.md +0 -91
  44. package/oveanet-pack/seo-audit-360/ref/schema-templates.json +0 -356
  45. package/oveanet-pack/seo-audit-360/requirements.txt +0 -14
  46. package/oveanet-pack/seo-audit-360/scripts/__pycache__/seo_crawl.cpython-314.pyc +0 -0
  47. package/oveanet-pack/seo-audit-360/scripts/__pycache__/seo_parse.cpython-314.pyc +0 -0
  48. package/oveanet-pack/seo-audit-360/scripts/install.ps1 +0 -53
  49. package/oveanet-pack/seo-audit-360/scripts/install.sh +0 -48
  50. package/oveanet-pack/seo-audit-360/scripts/seo_apis.py +0 -464
  51. package/oveanet-pack/seo-audit-360/scripts/seo_crawl.py +0 -282
  52. package/oveanet-pack/seo-audit-360/scripts/seo_fetch.py +0 -231
  53. package/oveanet-pack/seo-audit-360/scripts/seo_parse.py +0 -255
  54. package/oveanet-pack/seo-audit-360/scripts/seo_report.py +0 -403
  55. package/oveanet-pack/seo-audit-360/scripts/seo_screenshot.py +0 -202
  56. package/oveanet-pack/seo-audit-360/templates/seo-audit-workflow.md +0 -241
  57. package/oveanet-pack/seo-audit-360/tests/__pycache__/test_crawl.cpython-314-pytest-9.0.2.pyc +0 -0
  58. package/oveanet-pack/seo-audit-360/tests/__pycache__/test_parse.cpython-314-pytest-9.0.2.pyc +0 -0
  59. package/oveanet-pack/seo-audit-360/tests/fixtures/sample_page.html +0 -62
  60. package/oveanet-pack/seo-audit-360/tests/test_apis.py +0 -75
  61. package/oveanet-pack/seo-audit-360/tests/test_crawl.py +0 -121
  62. package/oveanet-pack/seo-audit-360/tests/test_fetch.py +0 -70
  63. package/oveanet-pack/seo-audit-360/tests/test_parse.py +0 -184
  64. package/oveanet-pack/universal-backup/DEPLOYMENT.md +0 -80
  65. package/oveanet-pack/universal-backup/README.md +0 -58
  66. package/oveanet-pack/universal-backup/agent/backup-agent.md +0 -71
  67. package/oveanet-pack/universal-backup/agent.yaml +0 -45
  68. 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
- [![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.4.1-blue.svg)](CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](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 WhatsApp upstream monitoring.
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, sync | βœ… Stable |
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, WhatsApp notification, wait
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
- β”‚ β”‚ β”œβ”€β”€ bmad-plus-parallel/ ← Parallel execution
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
- β”œβ”€β”€ monitor/ πŸ€– VPS SURVEILLANCE
418
- β”‚ β”œβ”€β”€ weekly-check.py ← Main script (cron)
419
- β”‚ β”œβ”€β”€ ai_analyzer.py ← AI Analysis (Gemini API)
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 (original)
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, monitoring, multi-IDE support |
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