bmad-plus 0.7.4 → 0.8.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 (294) hide show
  1. package/CHANGELOG.md +450 -407
  2. package/LICENSE +21 -0
  3. package/README.md +555 -446
  4. package/osint-agent-package/README.md +88 -88
  5. package/osint-agent-package/SETUP_KEYS.md +108 -108
  6. package/osint-agent-package/agents/osint-investigator.md +80 -80
  7. package/osint-agent-package/install.ps1 +87 -87
  8. package/osint-agent-package/install.sh +76 -76
  9. package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -147
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  13. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -148
  14. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  15. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  16. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  17. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -101
  18. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +266 -260
  19. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -101
  20. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -141
  21. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -79
  22. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -71
  23. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  24. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -85
  25. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -102
  26. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -72
  27. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -208
  28. package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -15
  29. package/package.json +62 -57
  30. package/readme-international/README.de.md +576 -426
  31. package/readme-international/README.es.md +578 -518
  32. package/readme-international/README.fr.md +576 -516
  33. package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -96
  34. package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -13
  35. package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -201
  36. package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -13
  37. package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -137
  38. package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -13
  39. package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -83
  40. package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -13
  41. package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -71
  42. package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -13
  43. package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -80
  44. package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -13
  45. package/src/bmad-plus/agents/pack-animated/animated-website-agent.md +325 -325
  46. package/src/bmad-plus/agents/pack-animated/templates/animated-website-workflow.md +55 -55
  47. package/src/bmad-plus/agents/pack-backup/backup-agent.md +71 -71
  48. package/src/bmad-plus/agents/pack-backup/templates/backup-workflow.md +51 -51
  49. package/src/bmad-plus/agents/pack-seo/SKILL.md +171 -171
  50. package/src/bmad-plus/agents/pack-seo/checklist.md +140 -140
  51. package/src/bmad-plus/agents/pack-seo/pagespeed-playbook.md +320 -320
  52. package/src/bmad-plus/agents/pack-seo/ref/audit-schema.json +187 -187
  53. package/src/bmad-plus/agents/pack-seo/ref/cwv-thresholds.md +87 -87
  54. package/src/bmad-plus/agents/pack-seo/ref/eeat-criteria.md +123 -123
  55. package/src/bmad-plus/agents/pack-seo/ref/geo-signals.md +167 -167
  56. package/src/bmad-plus/agents/pack-seo/ref/hreflang-rules.md +153 -153
  57. package/src/bmad-plus/agents/pack-seo/ref/quality-gates.md +133 -133
  58. package/src/bmad-plus/agents/pack-seo/ref/schema-catalog.md +91 -91
  59. package/src/bmad-plus/agents/pack-seo/ref/schema-templates.json +356 -356
  60. package/src/bmad-plus/agents/pack-seo/seo-chief.md +294 -294
  61. package/src/bmad-plus/agents/pack-seo/seo-judge.md +241 -241
  62. package/src/bmad-plus/agents/pack-seo/seo-scout.md +171 -171
  63. package/src/bmad-plus/agents/pack-seo/templates/seo-audit-workflow.md +241 -241
  64. package/src/bmad-plus/data/role-triggers.yaml +209 -209
  65. package/src/bmad-plus/module-help.csv +10 -10
  66. package/src/bmad-plus/module.yaml +283 -280
  67. package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -0
  68. package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -0
  69. package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -0
  70. package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -0
  71. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
  72. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
  73. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
  74. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
  75. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
  76. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
  77. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
  78. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
  79. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
  80. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
  81. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
  82. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
  83. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
  84. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
  85. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
  86. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
  87. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
  88. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
  89. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
  90. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
  91. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
  92. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
  93. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
  94. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
  95. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
  96. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
  97. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
  98. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
  99. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
  100. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
  101. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
  102. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
  103. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
  104. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
  105. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
  106. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
  107. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
  108. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
  109. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
  110. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
  111. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
  112. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
  113. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
  114. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
  115. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
  116. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
  117. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
  118. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
  119. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
  120. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
  121. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
  122. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
  123. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
  124. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
  125. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
  126. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
  127. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
  128. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
  129. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
  130. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
  131. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
  132. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
  133. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
  134. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
  135. package/src/bmad-plus/packs/pack-memory/README.md +106 -106
  136. package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -79
  137. package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -86
  138. package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -143
  139. package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -39
  140. package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -25
  141. package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -39
  142. package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -31
  143. package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -24
  144. package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -25
  145. package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -157
  146. package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -0
  147. package/src/bmad-plus/packs/pack-seo/checklist.md +140 -0
  148. package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -0
  149. package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -0
  150. package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -0
  151. package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -0
  152. package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -0
  153. package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -0
  154. package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -0
  155. package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -0
  156. package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -0
  157. package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -0
  158. package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -0
  159. package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -0
  160. package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -0
  161. package/src/bmad-plus/packs/pack-shield/README.md +110 -110
  162. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -262
  163. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -179
  164. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -201
  165. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -97
  166. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -251
  167. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -133
  168. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -221
  169. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -150
  170. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -167
  171. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -83
  172. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -250
  173. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -218
  174. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -94
  175. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -136
  176. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -296
  177. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -134
  178. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -129
  179. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -127
  180. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -272
  181. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -202
  182. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -367
  183. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -510
  184. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -247
  185. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -173
  186. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -239
  187. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -266
  188. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -164
  189. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -131
  190. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -155
  191. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -187
  192. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -113
  193. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -197
  194. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -180
  195. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -235
  196. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -159
  197. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -133
  198. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -160
  199. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -135
  200. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -117
  201. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -177
  202. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -162
  203. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -235
  204. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -252
  205. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -170
  206. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -113
  207. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -211
  208. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -281
  209. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -253
  210. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -401
  211. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -441
  212. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -297
  213. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -306
  214. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -349
  215. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -173
  216. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -426
  217. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -599
  218. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -319
  219. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -250
  220. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -280
  221. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -207
  222. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -267
  223. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -287
  224. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -182
  225. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -209
  226. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -281
  227. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -93
  228. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -134
  229. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -86
  230. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -129
  231. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -192
  232. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -121
  233. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -87
  234. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -293
  235. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -276
  236. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -299
  237. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -568
  238. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -181
  239. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -183
  240. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -203
  241. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -132
  242. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -153
  243. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -195
  244. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -229
  245. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -219
  246. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -258
  247. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -279
  248. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -155
  249. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -174
  250. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -146
  251. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -93
  252. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -147
  253. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -272
  254. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -271
  255. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -153
  256. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -68
  257. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -349
  258. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -277
  259. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -450
  260. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -361
  261. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -192
  262. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -143
  263. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -278
  264. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -135
  265. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -366
  266. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -217
  267. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -190
  268. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -160
  269. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -241
  270. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -236
  271. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -254
  272. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -276
  273. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -202
  274. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -545
  275. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -359
  276. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -187
  277. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -187
  278. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -510
  279. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -103
  280. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -103
  281. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -83
  282. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -229
  283. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -68
  284. package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -99
  285. package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -93
  286. package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -69
  287. package/tools/cli/commands/autoconfig.js +498 -489
  288. package/tools/cli/commands/doctor.js +222 -175
  289. package/tools/cli/commands/install.js +739 -739
  290. package/tools/cli/commands/memory.js +194 -194
  291. package/tools/cli/commands/scan.js +360 -350
  292. package/tools/cli/commands/uninstall.js +96 -96
  293. package/tools/cli/commands/update.js +174 -174
  294. package/tools/cli/i18n.js +763 -763
package/CHANGELOG.md CHANGED
@@ -1,407 +1,450 @@
1
- # Changelog
2
-
3
- All notable changes to BMAD+ will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [0.7.4] — 2026-05-17
9
-
10
- ### 🧠 Smart Autoconfig
11
-
12
- ### Added
13
- - **`npx bmad-plus autoconfig`** — Smart project bootstrap:
14
- - **Existing projects**: analyzes stack, structure, health; auto-selects packs; populates memory
15
- - **New projects**: interactive wizard (type + description); initializes everything
16
- - Auto-preserves existing IDE configs (`--tools none` when configs detected)
17
- - Writes `context.md` with full project analysis for agent continuity
18
- - Shows contextual recommendations ("Talk to Forge to...", "Talk to Sentinel to...")
19
-
20
- ### Fixed
21
- - `--tools none` installer crash (undefined IDE name)
22
-
23
- ## [0.7.3] 2026-05-17
24
-
25
- ### 🎨 Scan UX Improvements
26
-
27
- ### Added
28
- - **Scan legend** Color-coded status legend displayed before the project table
29
- - **`--active-days <n>`** — Custom threshold for "active" status (default: 30 days)
30
- - **`--paused-days <n>`** — Custom threshold for "paused" status (default: 180 days)
31
-
32
- ### Fixed
33
- - Scan now accepts positional path argument (`npx bmad-plus scan D:\path`)
34
-
35
- ## [0.7.1] 2026-05-17
36
-
37
- ### 🛠️ CLI Commands & Guardrails Injection
38
-
39
- ### Added
40
- - **`npx bmad-plus scan [path]`**Interactive project scanner
41
- - Recursive directory scan with stack auto-detection (Node.js, Rust, Python, Go, PHP, Ruby, Java)
42
- - Framework detection (Next.js, Nuxt, React, Vue, Svelte, Express, Electron, Tauri)
43
- - Status tracking (active/paused/archived based on last modified)
44
- - Interactive validation: index all, select, or skip
45
- - Auto-generates `projects-index.md` in global brain
46
- - **`npx bmad-plus memory status`** Memory health report
47
- - Shows project memory + global brain status
48
- - Entry counts, last modified dates, health score
49
- - Brain link detection
50
- - **`npx bmad-plus memory export`** — Export brain as portable Markdown archive
51
- - **Karpathy Guardrails injection** 4 principles auto-injected into CLAUDE.md/GEMINI.md/AGENTS.md when Memory pack is installed
52
- - **i18n** — Memory + Dev Studio keys for EN and FR (other languages use fallback)
53
-
54
- ## [0.7.0] — 2026-05-17
55
-
56
- ### 🧠 Pack MemoryPersistent Brain
57
-
58
- ### Added
59
- - **Pack Memory** Persistent cross-session memory system with brain detection
60
- - 🧠 **Zecher Agent** (זכר, "remembrance") Memory archivist for consolidation, project scanning, context recall
61
- - 📁 **Project Memory** (`.agents/memory/`) decisions.md, lessons.md, patterns.md, context.md, sessions/
62
- - 🌐 **Global Brain** (`~/.bmad-plus/brain/`) — Cross-project knowledge, identity, project index
63
- - 🔍 **Project Scanner** — Scan directories/disks, detect stacks, interactive validation, auto-index
64
- - 🛡️ **Karpathy Guardrails** 4 behavioral principles (Think, Simplify, Surgical, Goal-driven) woven into agents
65
- - 📋 **Memory Protocol** — Complete read/write rules for when agents use memory
66
- - 🔗 **Brain Detection** Detects existing `_brain/`, `~/.claude/memory/`, links instead of overwrites
67
- - 📝 **6 templates** — decisions, lessons, patterns, context, session-handoff, identity.yaml
68
-
69
- ### Changed
70
- - CLI installer: brain detection step (4.5) with merge-safe logic
71
- - IDE config generation: Zecher agent listed when memory pack selected
72
- - Install guide: memory-specific examples (Zecher commands)
73
-
74
- ## [0.6.0] — 2026-05-17
75
-
76
- ### 🏗️ Pack Dev Studio Full Software Development Lifecycle
77
-
78
- ### Added
79
- - **Pack Dev Studio** — 6 specialized agents + 30 workflows covering the complete SDLC
80
- - 📊 **Analysis** (8): Miriam (Business Analyst), Huldah (Tech Writer), Product Brief, PRFAQ, Market/Domain/Technical Research
81
- - 📋 **Planning** (7): Yosef (Product Manager), Rachel (UX Designer), PRD Create/Edit/Validate, UX Design
82
- - 🏗️ **Architecture** (5+9 steps): Bezalel (System Architect), Create Architecture (8-step workflow), Epics & Stories, Readiness Check
83
- - 💻 **Implementation** (12): Oholiab (Senior Engineer), Sprint Planning, Dev Story (TDD cycle), Code Review, Quick Dev, Investigate
84
- - 🔧 **Utilities** (12): Distillator, Party Mode, Adversarial Review, Edge Case Hunter, Editorial Reviews, Advanced Elicitation
85
- - **BWML** (BMAD+ Workflow Markup Language) Proprietary DSL extending BMAD v6 XML with 12 new primitives:
86
- `<agent>`, `<parallel>`, `<loop>`, `<validate>`, `<guard>`, `<emit>`, `<context>`, `<memory>`, `<escalate>`, `<retry>`, `<fallback>`, `<metric>`
87
- - **Dev Studio Orchestrator** Intelligent routing across 5 phases with BWML-powered workflow definitions
88
- - **Torah-named Personas** Agents named after Torah figures matching their roles: Miriam, Huldah, Yosef, Rachel, Bezalel, Oholiab
89
- - **Upstream Sync** Tracking config for BMAD-METHOD v6.6.0 updates (commit `0f852a3`)
90
- - **64 files** 59 .md skills, module-help.csv, BWML spec, orchestrator, README, upstream-sync
91
-
92
- ### Changed
93
- - **module.yaml** — Added dev-studio pack with 5 categories and cohabitation warning for Core pack
94
- - **install.js** — IDE configs now include 6 Torah-named agents when Dev Studio is selected
95
- - **Version reference** — Updated from BMAD-METHOD v6.2.0 to v6.6.0
96
-
97
- ## [0.5.0] — 2026-05-17
98
-
99
- ### 🛡️ Pack ShieldGRC Compliance (38 agents)
100
-
101
- ### Added
102
- - **Pack Shield** — 38 expert compliance agents covering 25+ regulatory frameworks
103
- - 🔐 **Data Privacy** (5): GDPR, CCPA/CPRA, LGPD, DPDPA, ISO 27701
104
- - 🛡️ **Cybersecurity** (6): ISO 27001, NIST CSF 2.0, NIST 800-53, CIS Controls v8, NIS2, ISM
105
- - 🏢 **Industry Compliance** (6): SOC 2, PCI DSS v4.0, HIPAA, SWIFT CSP, DORA, FedRAMP
106
- - 🔒 **Defense & Export** (4): CMMC 2.0, ITAR, EAR, TSA
107
- - 🤖 **AI Governance** (3): EU AI Act, ISO 42001, NIST AI RMF
108
- - **Accessibility & ESG** (3): WCAG, Section 508, CSRD
109
- - 📋 **GDPR & AI Act Workflows** (11): DPIA, Breach Response, LIA, Privacy Notices/Policies, Cookie Compliance, AI Act Classification/Roles/FRIA/Incidents
110
- - **Shield Orchestrator** — Intelligent routing across all 38 agents with cross-framework mapping
111
- - **85 Reference Files** — Deep regulatory knowledge extracted from upstream Claude Skills archives
112
- - **3 Shared Templates** — Gap Analysis, Cross-Framework Mapper, Audit Report
113
- - **Upstream Sync System** Tracking configuration for Sushegaad GRC skill updates
114
- - **module.yaml** Full shield pack definition with 7 categories and per-category agent lists
115
- - **CLI Integration** — Shield pack selectable in `npx bmad-plus install` with 3 localized example commands
116
- - **IDE Config** — Shield agent advertised in generated AGENTS.md/GEMINI.md
117
-
118
- ### Changed
119
- - **install_packs** All packs now listed in multiselect (seo, backup, animated were missing)
120
- - **module.yaml** — Replaced old `audit` (coming_soon) stub with fully realized `shield` pack
121
-
122
- ### Attribution
123
- - Based on [Claude Skills for GRC](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) by Hemant Naik MIT License
124
- - GDPR/EU AI Act workflows inspired by [Lawve.ai](https://lawve.ai) professional skills catalog
125
-
126
- ---
127
-
128
- ## [0.4.4]2026-05-17
129
-
130
- ### 🔧 Encoding Fix + i18n Complete + Tests
131
-
132
- ### Fixed
133
- - **UTF-8 encoding** — Fixed double-encoding corruption in `i18n.js` caused by PowerShell `Set-Content`
134
- - **Credits URL** — Now points to public repo `github.com/lrochetta/BMAD-PLUS`
135
- - **npm re-publish** — v0.4.3 had corrupted Unicode on npm; this release replaces it
136
-
137
- ### Added
138
- - **Complete i18n** — CLI guide strings (commands, examples) now translated in all 10 languages (no more EN fallbacks)
139
- - **Unit tests** — 53+ tests covering i18n, CLI modules, package.json integrity, module.yaml, source files, version consistency
140
- - **`npm test`** Jest test script added to package.json
141
-
142
- ---
143
-
144
- ## [0.4.3] — 2026-05-17
145
-
146
- ### 🔧 CLI Commands + Security Hardening + UX Enhancements
147
-
148
- ### Added
149
- - **`bmad-plus update`** — Update agents & skills while preserving config, IDE configs, and output directories
150
- - **`bmad-plus doctor`** Check installation integrity (version, agents, configs, pack health)
151
- - **Internationalized `uninstall`** Uses i18n system from install manifest language (10 languages)
152
- - **Credits at startup** Author attribution displayed immediately when installer launches
153
- - **Enriched post-install guide** — CLI commands section + pack-specific usage examples in selected language
154
- - **i18n strings for update/uninstall/doctor** — EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
155
- - **CLI guide strings** — `guide_cli_title`, `guide_examples_title`, pack examples for SEO/Backup/Animated/OSINT
156
-
157
- ### Fixed
158
- - **Security** — Added `mcp-server/.env` to `.gitignore`, created `.env.example` template
159
- - **Manifest version** — Now reads from `package.json` dynamically (was hardcoded `0.4.0`)
160
- - **`module.yaml` sync** — Added missing SEO, Backup, Animated pack definitions
161
- - **`package.json` cleanup** — Removed `oveanet-pack` from `files[]` (already excluded by `.npmignore`)
162
- - **CI/CD reliability** — Removed `continue-on-error` from npm publish step
163
- - **Comment accuracy** — Updated "9 languages" "10 languages" in install.js header
164
- - **Installer title** — Now reads version from `package.json` dynamically
165
-
166
- ### Changed
167
- - **Dependencies** Updated `@clack/prompts` 1.1.0 1.4.0, `fs-extra` 11.3.4 → 11.3.5
168
- - **npm scripts** — Added `update:bmad` and `doctor:bmad` scripts
169
-
170
- ---
171
-
172
- ## [0.4.2] — 2026-03-19
173
-
174
- ### 📦 Public Packs — SEO/Backup/Animated now in npm
175
-
176
- ### Added
177
- - **Public pack agents** — SEO Audit 360, Universal Backup, Animated Website agent files now included in npm package
178
- - Agent files copied from `oveanet-pack/` to `src/bmad-plus/agents/pack-seo/`, `pack-backup/`, `pack-animated/`
179
- - Installer `packDir` system replaces `oveanetAgent` for proper npm distribution
180
-
181
- ---
182
-
183
- ## [0.4.1]2026-03-19
184
-
185
- ### 🌐 CLI Internationalization + DevOps Hardening
186
-
187
- ### Added
188
- - **10-language CLI installer** — EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT with language selector at startup
189
- - **CI/CD pipeline** `publish-distribution.yml` GitHub Action (Golden Public repo scrubbing)
190
- - **`.npmignore`** — Excludes private directories from npm package
191
- - **`/deploy` workflow** — Mandatory pre-deployment checklist
192
- - **Post-install guide**Enriched with all packs (SEO, Backup, Animated Website)
193
-
194
- ### Fixed
195
- - **Security** — Purged `secrets/github_pat.txt` from git history, fixed `.gitignore` UTF-16 corruption
196
- - **Version badges** — Updated from 0.1.0 0.4.1 across all 5 READMEs
197
- - **Project structure** — Updated trees in both Golden and Distribution READMEs
198
-
199
- ---
200
-
201
- ## [0.4.0]2026-03-19
202
-
203
- ### 🏢 SEO Engine Enterprise Extensions (Sprint 4)
204
-
205
- ### Added
206
- - **Google Search Console extension** — OAuth2 client for organic search data (queries, pages, coverage, sitemaps)
207
- - **Google Analytics 4 extension** — GA4 Data API client for organic traffic, landing pages, and engagement metrics
208
- - Both extensions include setup guides, Python clients, and separate requirements
209
-
210
- ### Notes
211
- - Extensions are **optional** and require OAuth2 setup (see `EXTENSION.md` in each directory)
212
- - Core SEO Engine (SKILL.md + 3 agents + Python toolkit) works without extensions
213
- - GSC and GA4 share OAuth2 credentials for simplified auth flow
214
-
215
- ---
216
-
217
- ## [0.3.3]2026-03-19
218
-
219
- ### 🧪 SEO Engine — Quality & Security (Sprint 3)
220
-
221
- ### Added
222
- - **Unit tests** 50 pytest tests covering all Python scripts (fetch, parse, crawl, APIs)
223
- - **Pre-commit hook** — `hooks/seo-check.sh` validates HTML for title, meta, alt, H1 before commit
224
- - **Audit JSON schema** — `ref/audit-schema.json` standardized export format for dashboard/API integration
225
- - **Test fixture** — `tests/fixtures/sample_page.html` with known SEO elements
226
-
227
- ---
228
-
229
- ## [0.3.2] — 2026-03-19
230
-
231
- ### 📊 SEO EngineReports, Competitor & Hreflang (Sprint 2)
232
-
233
- ### Added
234
- - **seo_report.py**Professional HTML report generator with inline SVG radar chart, color-coded issue cards, quick wins section, and print-friendly CSS
235
- - **Benchmarker role** — Added to Chief agent for `/seo competitor` command (side-by-side site comparison with delta scoring)
236
- - **hreflang-rules.md** — Complete hreflang audit reference with 7 validation rules, 6 common error patterns, and 12-point checklist
237
-
238
- ---
239
-
240
- ## [0.3.1]2026-03-19
241
-
242
- ### 🔧 SEO Engine Enhancements (Sprint 1)
243
-
244
- ### Added
245
- - **SKILL.md orchestrator** — Single entry point routing 15 `/seo` commands to the right agents
246
- - **seo_apis.py**Google APIs client (PageSpeed Insights, CrUX field data, Rich Results Test)
247
- - **requirements.txt** — Python dependencies (requests, beautifulsoup4, lxml)
248
- - **install.sh + install.ps1** — Cross-platform dependency installer with venv support
249
-
250
- ---
251
-
252
- ## [0.3.0] — 2026-03-19
253
-
254
- ### 🚀 SEO Engine v2.0 Complete Rewrite
255
-
256
- ### Added
257
- - **3 multi-role SEO agents** (replacing single monolithic agent):
258
- - 🔎 **Scout** — Technical scanner (Crawler, Inspector, Photographer)
259
- - ⚖️ **Judge** — Content & AI analyst (Content Expert, Schema Master, GEO Analyst)
260
- - 👑 **Chief** Strategist & reporter (Scorer, Strategist, Reporter)
261
- - **4 Python scripts** (new toolkit):
262
- - `seo_fetch.py` Secure HTTP fetcher with SSRF protection and multi-UA support
263
- - `seo_parse.py` — HTML parser for meta, schema, links, images, word count
264
- - `seo_crawl.py` — Recursive mini-crawler with sitemap parsing and orphan detection
265
- - `seo_screenshot.py`Playwright viewport screenshots with above-fold analysis
266
- - **6 reference documents**:
267
- - Core Web Vitals 2026 thresholds (LCP subparts, INP, CLS)
268
- - Schema.org v29.4 type catalog with deprecation status
269
- - E-E-A-T scoring grid (100-point evaluation)
270
- - GEO signals for AI search optimization (Google AI Overviews, ChatGPT, Perplexity)
271
- - Quality gates with content thresholds by page type
272
- - 14 ready-to-use JSON-LD schema templates
273
- - **6-phase audit workflow** with PageSpeed perfection loop
274
- - **SEO Health Score (0–100)** with 7 weighted categories
275
- - **Auto-generated code fixes** for common SEO issues
276
- - **13 user commands** (`/seo full`, `/seo quick`, `/seo pagespeed`, etc.)
277
- - **Monitoring system** with historical score comparison
278
-
279
- ### Changed
280
- - SEO Audit 360 pack upgraded from v1.0 to v2.0
281
- - Architecture: single SKILL.md → 3 specialized agents with parallel execution
282
-
283
- ### Preserved
284
- - `pagespeed-playbook.md` — Battle-tested oveanet.ch PageSpeed optimization loop
285
- - `checklist.md` Original PageSpeed perfection checklist
286
-
287
- ---
288
-
289
- ## [0.2.0]2026-03-18
290
-
291
- ### 🔀 Oveanet Fusion
292
-
293
- ### Added
294
- - **3 new utility packs** from oveanet-agents:
295
- - 🔍 **SEO Audit 360** 9-category audit for search engines + AI engines (by Oveanet)
296
- - 🗂️ **Universal Backup** — Timestamped ZIP backup with smart exclusions (by Oveanet)
297
- - 🎬 **Animated Website**Luxury scroll-driven website from video (by Oveanet)
298
- - `oveanet-pack/` directory as source for oveanet agent content
299
- - Oveanet sync documentation in `process-info.md`
300
-
301
- ### Changed
302
- - Installer now shows 7 packs (Core + OSINT + Maker + Audit + SEO + Backup + Animated)
303
- - `package.json` includes `oveanet-pack` in npm distribution
304
-
305
- ### Removed
306
- - `pour etudier/` directory (content migrated to `oveanet-pack/`)
307
-
308
- ---
309
-
310
- ## [0.1.3] 2026-03-18
311
-
312
- ### 🔧 Cross-Platform Fix
313
-
314
- ### Fixed
315
- - LF line endings for `bin` scripts (fixes `npx` execution on macOS/Linux)
316
- - Added `.gitattributes` to enforce LF on executable scripts
317
-
318
- ---
319
-
320
- ## [0.1.2] 2026-03-17
321
-
322
- ### 📝 Credits Update
323
-
324
- ### Changed
325
- - Author credits translated to English in CLI installer and READMEs
326
- - Added LinkedIn link to credits section
327
-
328
- ---
329
-
330
- ## [0.1.1] — 2026-03-17
331
-
332
- ### 👤 Author Attribution
333
-
334
- ### Added
335
- - Laurent Rochetta credit in `README.md`, `README-DIST.md`, and CLI success message
336
- - GitHub and LinkedIn links in credits section
337
-
338
- ---
339
-
340
- ## [0.1.0]2026-03-17
341
-
342
- ### 🎉 Initial Release Foundation
343
-
344
- First release of BMAD+, an augmented fork of BMAD-METHOD v6.2.0.
345
-
346
- ### Added
347
-
348
- #### Core Module (`src/bmad-plus/`)
349
- - **module.yaml** Module configuration with execution mode, auto-role activation, parallel execution, and modular pack system
350
- - **module-help.csv** — Contextual help for all 8 registered skills/agents
351
-
352
- #### 5 Multi-Role Agents
353
- - **Atlas (Strategist)** Fuses Analyst + PM into 2 switchable roles with auto-activation
354
- - **Forge (Architect-Dev)** — Fuses Architect + Dev + Tech Writer into 3 switchable roles
355
- - **Sentinel (Quality)** — Fuses QA + UX Designer into 2 switchable roles
356
- - **Nexus (Orchestrator)** — Fuses SM + Quick-Flow + new Autopilot Controller + new Parallel Supervisor (4 roles)
357
- - **Shadow (OSINT)** — Converted from legacy XML agent to BMAD+ v6 format (pack: osint)
358
-
359
- #### 3 Custom Skills
360
- - **bmad-plus-autopilot** — Full pipeline automation (Discovery → Build → Ship) with configurable checkpoints
361
- - **bmad-plus-parallel** — Multi-agent parallel execution with orchestrator supervision (launch/stop/restart/reallocate/escalate)
362
- - **bmad-plus-sync** — Upstream synchronization via VPS MCP Server
363
-
364
- #### Auto-Activation System
365
- - **role-triggers.yaml** 3-level intelligent role switching:
366
- - Level 1: Pattern matching (keywords in user requests)
367
- - Level 2: Contextual analysis (domain detection during work)
368
- - Level 3: Reasoning chains (logical discoveries during execution)
369
-
370
- #### Modular Pack System
371
- - **Core pack** (required) — 4 agents, 3 skills, role-triggers
372
- - **OSINT pack** (optional) — Shadow agent + OSINT investigation skills
373
- - **Maker pack** (optional) Maker meta-agent for creating new BMAD+ compatible agents (4-phase pipeline: Discovery → Design → Generation → Validation)
374
- - **Audit pack** (coming soon) — Shield agent placeholder
375
- - Multi-select installer menu with per-pack API key requirements
376
-
377
- #### `npx bmad-plus install` CLI
378
- - Interactive installer with pack selection, IDE auto-detection, user config
379
- - Contextual post-install guide adapted to installed packs
380
- - `--packs`, `--yes`, `--tools`, `--directory` flags for non-interactive use
381
- - Uninstall command: `npx bmad-plus uninstall`
382
-
383
- #### Monitoring System (`monitor/`)
384
- - **weekly-check.py** — Weekly upstream monitoring script (cron)
385
- - **ai_analyzer.py** Gemini API-powered diff analysis (compatible/review/breaking)
386
- - **notifier.py** — WhatsApp notifications via Evolution API + email fallback
387
- - **mcp_bridge.py** Bridge to Audit 360° MCP Server for VPS git/github operations
388
- - **docker-compose.yml** — Evolution API container configuration
389
- - **config.example.yaml** — Configuration template
390
-
391
- #### Multi-IDE Support
392
- - **CLAUDE.md** — Claude Code configuration
393
- - **GEMINI.md** — Gemini CLI configuration
394
- - **AGENTS.md** — Codex CLI / OpenCode configuration
395
-
396
- #### Integration
397
- - Integrated existing **osint-agent-package** (Shadow agent, 55+ Apify actors, 7 APIs)
398
- - Integrated existing **mcp-server** (Audit 360° with 35 tools) via MCP Bridge
399
-
400
- ### Upstream Compatibility
401
- - Based on BMAD-METHOD v6.2.0 (2026-03-15)
402
- - Compatible with core versions 6.0.0 — 7.0.0
403
- - Replaces `bmm` module while keeping core skills
404
-
405
- ---
406
-
407
- *For earlier history, see the upstream [BMAD-METHOD CHANGELOG](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md).*
1
+ # Changelog
2
+
3
+ All notable changes to BMAD+ will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.8.0] — 2026-06-24
9
+
10
+ ### Added
11
+ - 3 new packs: pack-animated (web animation agent), pack-backup (universal backup agent), pack-seo (full SEO audit — 15 files with agents, refs, templates, playbooks)
12
+ - `extract_frames.py` script for animated-website (263 lines, ffprobe/ffmpeg)
13
+
14
+ ### Security
15
+ - P0 remediation: fix command injection, path traversal, token-in-URL, wildcard hosts, error leak (Shield GRC v2.0)
16
+ - CI: add npm audit gate with continue-on-error, remove silent-fail pattern
17
+
18
+ ### Changed
19
+ - README.de.md: full sync (+131 lines) — Pack System, Autopilot, Project Structure, Credits
20
+ - All Torah-named references removed from Dev Studio, module.yaml, READMEs
21
+ - Dev Studio: cleaned references in orchestrator, bwml-spec, upstream-sync
22
+ - process-info.md: updated (oveanet-pack not in npm package)
23
+ - CI: Windows %TEMP% → tmp/ in .npmignore and CI workflow
24
+ - Badge shields: version 0.7.5 → 0.8.0 across all 5 READMEs
25
+
26
+ ### Fixed
27
+ - Broken TOC anchor links across all 5 READMEs (#the-56-agents)
28
+ - oveanet .agents mirror directories sync (31 files)
29
+
30
+ ### Tests
31
+ - 143/143 tests passing ✅
32
+
33
+ ## [0.7.5] 2026-05-17
34
+
35
+ ### 🩺 Quality & Compliance
36
+
37
+ ### Added
38
+ - **MIT LICENSE** — Proper license file matching `package.json` declaration
39
+ - **PACKS↔module.yaml sync check** — New Check 9 in `npx bmad-plus doctor` that cross-validates install.js PACKS object against module.yaml packs, preventing invisible pack bugs
40
+ - **30 new unit tests**Total now 97:
41
+ - `scan.js` module validation (markers, skip dirs, options)
42
+ - `autoconfig.js` function checks (detectStack, analyzeStructure, calculateHealth, recommendPacks)
43
+ - `memory.js` subcommand and health score validation
44
+ - PACKS↔module.yaml bidirectional sync (count + key match)
45
+ - LICENSE file integrity
46
+ - **Global brain consolidation**Promoted cross-project wisdom:
47
+ - 1 lesson (PowerShell UTF-8 corruption)
48
+ - 2 decisions (anti-regression protocol, i18n-first CLI)
49
+ - 2 patterns (dual-tier memory, surgical edit protocol)
50
+
51
+ ## [0.7.4]2026-05-17
52
+
53
+ ### 🧠 Smart Autoconfig
54
+
55
+ ### Added
56
+ - **`npx bmad-plus autoconfig`**Smart project bootstrap:
57
+ - **Existing projects**: analyzes stack, structure, health; auto-selects packs; populates memory
58
+ - **New projects**: interactive wizard (type + description); initializes everything
59
+ - Auto-preserves existing IDE configs (`--tools none` when configs detected)
60
+ - Writes `context.md` with full project analysis for agent continuity
61
+ - Shows contextual recommendations ("Talk to Forge to...", "Talk to Sentinel to...")
62
+
63
+ ### Fixed
64
+ - `--tools none` installer crash (undefined IDE name)
65
+
66
+ ## [0.7.3]2026-05-17
67
+
68
+ ### 🎨 Scan UX Improvements
69
+
70
+ ### Added
71
+ - **Scan legend** Color-coded status legend displayed before the project table
72
+ - **`--active-days <n>`** Custom threshold for "active" status (default: 30 days)
73
+ - **`--paused-days <n>`** — Custom threshold for "paused" status (default: 180 days)
74
+
75
+ ### Fixed
76
+ - Scan now accepts positional path argument (`npx bmad-plus scan D:\path`)
77
+
78
+ ## [0.7.1] — 2026-05-17
79
+
80
+ ### 🛠️ CLI Commands & Guardrails Injection
81
+
82
+ ### Added
83
+ - **`npx bmad-plus scan [path]`** Interactive project scanner
84
+ - Recursive directory scan with stack auto-detection (Node.js, Rust, Python, Go, PHP, Ruby, Java)
85
+ - Framework detection (Next.js, Nuxt, React, Vue, Svelte, Express, Electron, Tauri)
86
+ - Status tracking (active/paused/archived based on last modified)
87
+ - Interactive validation: index all, select, or skip
88
+ - Auto-generates `projects-index.md` in global brain
89
+ - **`npx bmad-plus memory status`** Memory health report
90
+ - Shows project memory + global brain status
91
+ - Entry counts, last modified dates, health score
92
+ - Brain link detection
93
+ - **`npx bmad-plus memory export`** Export brain as portable Markdown archive
94
+ - **Karpathy Guardrails injection** — 4 principles auto-injected into CLAUDE.md/GEMINI.md/AGENTS.md when Memory pack is installed
95
+ - **i18n** — Memory + Dev Studio keys for EN and FR (other languages use fallback)
96
+
97
+ ## [0.7.0] — 2026-05-17
98
+
99
+ ### 🧠 Pack MemoryPersistent Brain
100
+
101
+ ### Added
102
+ - **Pack Memory** — Persistent cross-session memory system with brain detection
103
+ - 🧠 **Zecher Agent** (זכר, "remembrance") Memory archivist for consolidation, project scanning, context recall
104
+ - 📁 **Project Memory** (`.agents/memory/`) decisions.md, lessons.md, patterns.md, context.md, sessions/
105
+ - 🌐 **Global Brain** (`~/.bmad-plus/brain/`) Cross-project knowledge, identity, project index
106
+ - 🔍 **Project Scanner** Scan directories/disks, detect stacks, interactive validation, auto-index
107
+ - 🛡️ **Karpathy Guardrails** 4 behavioral principles (Think, Simplify, Surgical, Goal-driven) woven into agents
108
+ - 📋 **Memory Protocol** Complete read/write rules for when agents use memory
109
+ - 🔗 **Brain Detection** Detects existing `_brain/`, `~/.claude/memory/`, links instead of overwrites
110
+ - 📝 **6 templates** — decisions, lessons, patterns, context, session-handoff, identity.yaml
111
+
112
+ ### Changed
113
+ - CLI installer: brain detection step (4.5) with merge-safe logic
114
+ - IDE config generation: Zecher agent listed when memory pack selected
115
+ - Install guide: memory-specific examples (Zecher commands)
116
+
117
+ ## [0.6.0] — 2026-05-17
118
+
119
+ ### 🏗️ Pack Dev Studio Full Software Development Lifecycle
120
+
121
+ ### Added
122
+ - **Pack Dev Studio** — 6 specialized agents + 30 workflows covering the complete SDLC
123
+ - 📊 **Analysis** (8): Miriam (Business Analyst), Huldah (Tech Writer), Product Brief, PRFAQ, Market/Domain/Technical Research
124
+ - 📋 **Planning** (7): Yosef (Product Manager), Rachel (UX Designer), PRD Create/Edit/Validate, UX Design
125
+ - 🏗️ **Architecture** (5+9 steps): Bezalel (System Architect), Create Architecture (8-step workflow), Epics & Stories, Readiness Check
126
+ - 💻 **Implementation** (12): Oholiab (Senior Engineer), Sprint Planning, Dev Story (TDD cycle), Code Review, Quick Dev, Investigate
127
+ - 🔧 **Utilities** (12): Distillator, Party Mode, Adversarial Review, Edge Case Hunter, Editorial Reviews, Advanced Elicitation
128
+ - **BWML** (BMAD+ Workflow Markup Language) Proprietary DSL extending BMAD v6 XML with 12 new primitives:
129
+ `<agent>`, `<parallel>`, `<loop>`, `<validate>`, `<guard>`, `<emit>`, `<context>`, `<memory>`, `<escalate>`, `<retry>`, `<fallback>`, `<metric>`
130
+ - **Dev Studio Orchestrator** Intelligent routing across 5 phases with BWML-powered workflow definitions
131
+ - **Torah-named Personas** — Agents named after Torah figures matching their roles: Miriam, Huldah, Yosef, Rachel, Bezalel, Oholiab
132
+ - **Upstream Sync** — Tracking config for BMAD-METHOD v6.6.0 updates (commit `0f852a3`)
133
+ - **64 files** — 59 .md skills, module-help.csv, BWML spec, orchestrator, README, upstream-sync
134
+
135
+ ### Changed
136
+ - **module.yaml** — Added dev-studio pack with 5 categories and cohabitation warning for Core pack
137
+ - **install.js** — IDE configs now include 6 Torah-named agents when Dev Studio is selected
138
+ - **Version reference** — Updated from BMAD-METHOD v6.2.0 to v6.6.0
139
+
140
+ ## [0.5.0]2026-05-17
141
+
142
+ ### 🛡️ Pack Shield — GRC Compliance (38 agents)
143
+
144
+ ### Added
145
+ - **Pack Shield** — 38 expert compliance agents covering 25+ regulatory frameworks
146
+ - 🔐 **Data Privacy** (5): GDPR, CCPA/CPRA, LGPD, DPDPA, ISO 27701
147
+ - 🛡️ **Cybersecurity** (6): ISO 27001, NIST CSF 2.0, NIST 800-53, CIS Controls v8, NIS2, ISM
148
+ - 🏢 **Industry Compliance** (6): SOC 2, PCI DSS v4.0, HIPAA, SWIFT CSP, DORA, FedRAMP
149
+ - 🔒 **Defense & Export** (4): CMMC 2.0, ITAR, EAR, TSA
150
+ - 🤖 **AI Governance** (3): EU AI Act, ISO 42001, NIST AI RMF
151
+ - **Accessibility & ESG** (3): WCAG, Section 508, CSRD
152
+ - 📋 **GDPR & AI Act Workflows** (11): DPIA, Breach Response, LIA, Privacy Notices/Policies, Cookie Compliance, AI Act Classification/Roles/FRIA/Incidents
153
+ - **Shield Orchestrator** — Intelligent routing across all 38 agents with cross-framework mapping
154
+ - **85 Reference Files** — Deep regulatory knowledge extracted from upstream Claude Skills archives
155
+ - **3 Shared Templates** — Gap Analysis, Cross-Framework Mapper, Audit Report
156
+ - **Upstream Sync System** — Tracking configuration for Sushegaad GRC skill updates
157
+ - **module.yaml** — Full shield pack definition with 7 categories and per-category agent lists
158
+ - **CLI Integration** — Shield pack selectable in `npx bmad-plus install` with 3 localized example commands
159
+ - **IDE Config** — Shield agent advertised in generated AGENTS.md/GEMINI.md
160
+
161
+ ### Changed
162
+ - **install_packs** — All packs now listed in multiselect (seo, backup, animated were missing)
163
+ - **module.yaml** — Replaced old `audit` (coming_soon) stub with fully realized `shield` pack
164
+
165
+ ### Attribution
166
+ - Based on [Claude Skills for GRC](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) by Hemant Naik — MIT License
167
+ - GDPR/EU AI Act workflows inspired by [Lawve.ai](https://lawve.ai) professional skills catalog
168
+
169
+ ---
170
+
171
+ ## [0.4.4] — 2026-05-17
172
+
173
+ ### 🔧 Encoding Fix + i18n Complete + Tests
174
+
175
+ ### Fixed
176
+ - **UTF-8 encoding** — Fixed double-encoding corruption in `i18n.js` caused by PowerShell `Set-Content`
177
+ - **Credits URL** — Now points to public repo `github.com/lrochetta/BMAD-PLUS`
178
+ - **npm re-publish** v0.4.3 had corrupted Unicode on npm; this release replaces it
179
+
180
+ ### Added
181
+ - **Complete i18n** — CLI guide strings (commands, examples) now translated in all 10 languages (no more EN fallbacks)
182
+ - **Unit tests** — 53+ tests covering i18n, CLI modules, package.json integrity, module.yaml, source files, version consistency
183
+ - **`npm test`** Jest test script added to package.json
184
+
185
+ ---
186
+
187
+ ## [0.4.3] — 2026-05-17
188
+
189
+ ### 🔧 CLI Commands + Security Hardening + UX Enhancements
190
+
191
+ ### Added
192
+ - **`bmad-plus update`**Update agents & skills while preserving config, IDE configs, and output directories
193
+ - **`bmad-plus doctor`** — Check installation integrity (version, agents, configs, pack health)
194
+ - **Internationalized `uninstall`** — Uses i18n system from install manifest language (10 languages)
195
+ - **Credits at startup** — Author attribution displayed immediately when installer launches
196
+ - **Enriched post-install guide** — CLI commands section + pack-specific usage examples in selected language
197
+ - **i18n strings for update/uninstall/doctor** — EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
198
+ - **CLI guide strings** — `guide_cli_title`, `guide_examples_title`, pack examples for SEO/Backup/Animated/OSINT
199
+
200
+ ### Fixed
201
+ - **Security**Added `mcp-server/.env` to `.gitignore`, created `.env.example` template
202
+ - **Manifest version** — Now reads from `package.json` dynamically (was hardcoded `0.4.0`)
203
+ - **`module.yaml` sync**Added missing SEO, Backup, Animated pack definitions
204
+ - **`package.json` cleanup** — Removed `oveanet-pack` from `files[]` (already excluded by `.npmignore`)
205
+ - **CI/CD reliability** — Removed `continue-on-error` from npm publish step
206
+ - **Comment accuracy** — Updated "9 languages" "10 languages" in install.js header
207
+ - **Installer title** — Now reads version from `package.json` dynamically
208
+
209
+ ### Changed
210
+ - **Dependencies** — Updated `@clack/prompts` 1.1.0 → 1.4.0, `fs-extra` 11.3.4 → 11.3.5
211
+ - **npm scripts** Added `update:bmad` and `doctor:bmad` scripts
212
+
213
+ ---
214
+
215
+ ## [0.4.2] — 2026-03-19
216
+
217
+ ### 📦 Public Packs SEO/Backup/Animated now in npm
218
+
219
+ ### Added
220
+ - **Public pack agents** — SEO Audit 360, Universal Backup, Animated Website agent files now included in npm package
221
+ - Agent files copied from `oveanet-pack/` to `src/bmad-plus/agents/pack-seo/`, `pack-backup/`, `pack-animated/`
222
+ - Installer `packDir` system replaces `oveanetAgent` for proper npm distribution
223
+
224
+ ---
225
+
226
+ ## [0.4.1] — 2026-03-19
227
+
228
+ ### 🌐 CLI Internationalization + DevOps Hardening
229
+
230
+ ### Added
231
+ - **10-language CLI installer**EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT with language selector at startup
232
+ - **CI/CD pipeline** — `publish-distribution.yml` GitHub Action (Golden → Public repo scrubbing)
233
+ - **`.npmignore`** — Excludes private directories from npm package
234
+ - **`/deploy` workflow** — Mandatory pre-deployment checklist
235
+ - **Post-install guide** — Enriched with all packs (SEO, Backup, Animated Website)
236
+
237
+ ### Fixed
238
+ - **Security** — Purged `secrets/github_pat.txt` from git history, fixed `.gitignore` UTF-16 corruption
239
+ - **Version badges** — Updated from 0.1.0 → 0.4.1 across all 5 READMEs
240
+ - **Project structure** Updated trees in both Golden and Distribution READMEs
241
+
242
+ ---
243
+
244
+ ## [0.4.0] — 2026-03-19
245
+
246
+ ### 🏢 SEO Engine Enterprise Extensions (Sprint 4)
247
+
248
+ ### Added
249
+ - **Google Search Console extension** — OAuth2 client for organic search data (queries, pages, coverage, sitemaps)
250
+ - **Google Analytics 4 extension** — GA4 Data API client for organic traffic, landing pages, and engagement metrics
251
+ - Both extensions include setup guides, Python clients, and separate requirements
252
+
253
+ ### Notes
254
+ - Extensions are **optional** and require OAuth2 setup (see `EXTENSION.md` in each directory)
255
+ - Core SEO Engine (SKILL.md + 3 agents + Python toolkit) works without extensions
256
+ - GSC and GA4 share OAuth2 credentials for simplified auth flow
257
+
258
+ ---
259
+
260
+ ## [0.3.3]2026-03-19
261
+
262
+ ### 🧪 SEO Engine Quality & Security (Sprint 3)
263
+
264
+ ### Added
265
+ - **Unit tests** 50 pytest tests covering all Python scripts (fetch, parse, crawl, APIs)
266
+ - **Pre-commit hook** — `hooks/seo-check.sh` validates HTML for title, meta, alt, H1 before commit
267
+ - **Audit JSON schema** `ref/audit-schema.json` standardized export format for dashboard/API integration
268
+ - **Test fixture** `tests/fixtures/sample_page.html` with known SEO elements
269
+
270
+ ---
271
+
272
+ ## [0.3.2] — 2026-03-19
273
+
274
+ ### 📊 SEO Engine Reports, Competitor & Hreflang (Sprint 2)
275
+
276
+ ### Added
277
+ - **seo_report.py** — Professional HTML report generator with inline SVG radar chart, color-coded issue cards, quick wins section, and print-friendly CSS
278
+ - **Benchmarker role** — Added to Chief agent for `/seo competitor` command (side-by-side site comparison with delta scoring)
279
+ - **hreflang-rules.md** — Complete hreflang audit reference with 7 validation rules, 6 common error patterns, and 12-point checklist
280
+
281
+ ---
282
+
283
+ ## [0.3.1] — 2026-03-19
284
+
285
+ ### 🔧 SEO Engine Enhancements (Sprint 1)
286
+
287
+ ### Added
288
+ - **SKILL.md orchestrator** — Single entry point routing 15 `/seo` commands to the right agents
289
+ - **seo_apis.py**Google APIs client (PageSpeed Insights, CrUX field data, Rich Results Test)
290
+ - **requirements.txt** — Python dependencies (requests, beautifulsoup4, lxml)
291
+ - **install.sh + install.ps1** — Cross-platform dependency installer with venv support
292
+
293
+ ---
294
+
295
+ ## [0.3.0]2026-03-19
296
+
297
+ ### 🚀 SEO Engine v2.0 Complete Rewrite
298
+
299
+ ### Added
300
+ - **3 multi-role SEO agents** (replacing single monolithic agent):
301
+ - 🔎 **Scout** — Technical scanner (Crawler, Inspector, Photographer)
302
+ - ⚖️ **Judge** Content & AI analyst (Content Expert, Schema Master, GEO Analyst)
303
+ - 👑 **Chief** Strategist & reporter (Scorer, Strategist, Reporter)
304
+ - **4 Python scripts** (new toolkit):
305
+ - `seo_fetch.py` — Secure HTTP fetcher with SSRF protection and multi-UA support
306
+ - `seo_parse.py` HTML parser for meta, schema, links, images, word count
307
+ - `seo_crawl.py` — Recursive mini-crawler with sitemap parsing and orphan detection
308
+ - `seo_screenshot.py` — Playwright viewport screenshots with above-fold analysis
309
+ - **6 reference documents**:
310
+ - Core Web Vitals 2026 thresholds (LCP subparts, INP, CLS)
311
+ - Schema.org v29.4 type catalog with deprecation status
312
+ - E-E-A-T scoring grid (100-point evaluation)
313
+ - GEO signals for AI search optimization (Google AI Overviews, ChatGPT, Perplexity)
314
+ - Quality gates with content thresholds by page type
315
+ - 14 ready-to-use JSON-LD schema templates
316
+ - **6-phase audit workflow** with PageSpeed perfection loop
317
+ - **SEO Health Score (0–100)** with 7 weighted categories
318
+ - **Auto-generated code fixes** for common SEO issues
319
+ - **13 user commands** (`/seo full`, `/seo quick`, `/seo pagespeed`, etc.)
320
+ - **Monitoring system** with historical score comparison
321
+
322
+ ### Changed
323
+ - SEO Audit 360 pack upgraded from v1.0 to v2.0
324
+ - Architecture: single SKILL.md → 3 specialized agents with parallel execution
325
+
326
+ ### Preserved
327
+ - `pagespeed-playbook.md` — Battle-tested oveanet.ch PageSpeed optimization loop
328
+ - `checklist.md` — Original PageSpeed perfection checklist
329
+
330
+ ---
331
+
332
+ ## [0.2.0] 2026-03-18
333
+
334
+ ### 🔀 Oveanet Fusion
335
+
336
+ ### Added
337
+ - **3 new utility packs** from oveanet-agents:
338
+ - 🔍 **SEO Audit 360** — 9-category audit for search engines + AI engines (by Oveanet)
339
+ - 🗂️ **Universal Backup** — Timestamped ZIP backup with smart exclusions (by Oveanet)
340
+ - 🎬 **Animated Website** Luxury scroll-driven website from video (by Oveanet)
341
+ - `oveanet-pack/` directory as source for oveanet agent content
342
+ - Oveanet sync documentation in `process-info.md`
343
+
344
+ ### Changed
345
+ - Installer now shows 7 packs (Core + OSINT + Maker + Audit + SEO + Backup + Animated)
346
+ - `package.json` includes `oveanet-pack` in npm distribution
347
+
348
+ ### Removed
349
+ - `pour etudier/` directory (content migrated to `oveanet-pack/`)
350
+
351
+ ---
352
+
353
+ ## [0.1.3]2026-03-18
354
+
355
+ ### 🔧 Cross-Platform Fix
356
+
357
+ ### Fixed
358
+ - LF line endings for `bin` scripts (fixes `npx` execution on macOS/Linux)
359
+ - Added `.gitattributes` to enforce LF on executable scripts
360
+
361
+ ---
362
+
363
+ ## [0.1.2] — 2026-03-17
364
+
365
+ ### 📝 Credits Update
366
+
367
+ ### Changed
368
+ - Author credits translated to English in CLI installer and READMEs
369
+ - Added LinkedIn link to credits section
370
+
371
+ ---
372
+
373
+ ## [0.1.1]2026-03-17
374
+
375
+ ### 👤 Author Attribution
376
+
377
+ ### Added
378
+ - Laurent Rochetta credit in `README.md`, `README-DIST.md`, and CLI success message
379
+ - GitHub and LinkedIn links in credits section
380
+
381
+ ---
382
+
383
+ ## [0.1.0] 2026-03-17
384
+
385
+ ### 🎉 Initial Release Foundation
386
+
387
+ First release of BMAD+, an augmented fork of BMAD-METHOD v6.2.0.
388
+
389
+ ### Added
390
+
391
+ #### Core Module (`src/bmad-plus/`)
392
+ - **module.yaml** — Module configuration with execution mode, auto-role activation, parallel execution, and modular pack system
393
+ - **module-help.csv** — Contextual help for all 8 registered skills/agents
394
+
395
+ #### 5 Multi-Role Agents
396
+ - **Atlas (Strategist)** — Fuses Analyst + PM into 2 switchable roles with auto-activation
397
+ - **Forge (Architect-Dev)** Fuses Architect + Dev + Tech Writer into 3 switchable roles
398
+ - **Sentinel (Quality)** Fuses QA + UX Designer into 2 switchable roles
399
+ - **Nexus (Orchestrator)** — Fuses SM + Quick-Flow + new Autopilot Controller + new Parallel Supervisor (4 roles)
400
+ - **Shadow (OSINT)** — Converted from legacy XML agent to BMAD+ v6 format (pack: osint)
401
+
402
+ #### 3 Custom Skills
403
+ - **bmad-plus-autopilot** Full pipeline automation (Discovery → Build → Ship) with configurable checkpoints
404
+ - **bmad-plus-parallel** — Multi-agent parallel execution with orchestrator supervision (launch/stop/restart/reallocate/escalate)
405
+ - **bmad-plus-sync** — Upstream synchronization via VPS MCP Server
406
+
407
+ #### Auto-Activation System
408
+ - **role-triggers.yaml** — 3-level intelligent role switching:
409
+ - Level 1: Pattern matching (keywords in user requests)
410
+ - Level 2: Contextual analysis (domain detection during work)
411
+ - Level 3: Reasoning chains (logical discoveries during execution)
412
+
413
+ #### Modular Pack System
414
+ - **Core pack** (required) — 4 agents, 3 skills, role-triggers
415
+ - **OSINT pack** (optional) — Shadow agent + OSINT investigation skills
416
+ - **Maker pack** (optional) — Maker meta-agent for creating new BMAD+ compatible agents (4-phase pipeline: Discovery → Design → Generation → Validation)
417
+ - **Audit pack** (coming soon) — Shield agent placeholder
418
+ - Multi-select installer menu with per-pack API key requirements
419
+
420
+ #### `npx bmad-plus install` CLI
421
+ - Interactive installer with pack selection, IDE auto-detection, user config
422
+ - Contextual post-install guide adapted to installed packs
423
+ - `--packs`, `--yes`, `--tools`, `--directory` flags for non-interactive use
424
+ - Uninstall command: `npx bmad-plus uninstall`
425
+
426
+ #### Monitoring System (`monitor/`)
427
+ - **weekly-check.py** — Weekly upstream monitoring script (cron)
428
+ - **ai_analyzer.py** — Gemini API-powered diff analysis (compatible/review/breaking)
429
+ - **notifier.py** — WhatsApp notifications via Evolution API + email fallback
430
+ - **mcp_bridge.py** — Bridge to Audit 360° MCP Server for VPS git/github operations
431
+ - **docker-compose.yml** — Evolution API container configuration
432
+ - **config.example.yaml** — Configuration template
433
+
434
+ #### Multi-IDE Support
435
+ - **CLAUDE.md** — Claude Code configuration
436
+ - **GEMINI.md** — Gemini CLI configuration
437
+ - **AGENTS.md** — Codex CLI / OpenCode configuration
438
+
439
+ #### Integration
440
+ - Integrated existing **osint-agent-package** (Shadow agent, 55+ Apify actors, 7 APIs)
441
+ - Integrated existing **mcp-server** (Audit 360° with 35 tools) via MCP Bridge
442
+
443
+ ### Upstream Compatibility
444
+ - Based on BMAD-METHOD v6.2.0 (2026-03-15)
445
+ - Compatible with core versions 6.0.0 — 7.0.0
446
+ - Replaces `bmm` module while keeping core skills
447
+
448
+ ---
449
+
450
+ *For earlier history, see the upstream [BMAD-METHOD CHANGELOG](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md).*