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