bmad-plus 0.7.5 → 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 -425
  2. package/LICENSE +21 -21
  3. package/README.md +555 -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 +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 -222
  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,425 +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.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 Memory — Persistent 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.0Complete 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.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 Memory Persistent 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).*