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/tools/cli/i18n.js CHANGED
@@ -1,763 +1,845 @@
1
- /**
2
- * BMAD+ CLI — Internationalization (i18n)
3
- * 10 languages: EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
4
- *
5
- * Author: Laurent Rochetta
6
- */
7
-
8
- const LANGUAGES = {
9
- en: {
10
- flag: '🇬🇧',
11
- name: 'English',
12
- locale: 'en',
13
- installer_title: ' BMAD+ Installer v0.7.5 ',
14
- select_language: 'Select your language',
15
- installing_to: 'Installing to',
16
- select_packs: 'Which packs to install? (Core is always included)',
17
- select_ide: 'Which IDE are you using?',
18
- detected_ides: 'Detected IDEs',
19
- selected_packs: 'Selected packs',
20
- enter_name: 'Your first name (agents use it to greet you)',
21
- comm_language: 'Communication language',
22
- exec_mode: 'Execution mode',
23
- exec_manual: 'Manual — You call agents yourself',
24
- exec_autopilot: 'Autopilot — Nexus manages the full pipeline',
25
- exec_hybrid: 'HybridAutopilot with frequent checkpoints',
26
- installing_files: 'Installing files...',
27
- configuring_ides: 'Configuring IDEs...',
28
- installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} files copied`,
29
- ide_configured: (n) => `✅ ${n} IDE(s) configured`,
30
- cancelled: 'Installation cancelled.',
31
- failed: 'Installation failed.',
32
- source_not_found: 'Source directory not found',
33
- soon: 'coming soon',
34
- guide_title: ' Installation complete — Getting started',
35
- guide_who: '💬 Who to talk to?',
36
- guide_idea: 'Discuss an idea',
37
- guide_prd: 'Create a PRD',
38
- guide_arch: 'Technical architecture',
39
- guide_code: 'Implement code',
40
- guide_test: 'Test / code review',
41
- guide_sprint: 'Plan a sprint',
42
- guide_auto: 'Automate everything',
43
- guide_osint: 'OSINT investigation',
44
- guide_maker: 'Create a new agent',
45
- guide_seo: 'SEO / GEO audit (360°)',
46
- guide_backup: 'Smart project backup',
47
- guide_animated: 'Animated luxury website',
48
- guide_shield: '\ud83d\udee1\ufe0f GRC Compliance',
49
- guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audit my app for GDPR compliance"',
50
- guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
51
- guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, generate SOC 2 evidence checklist"',
52
- guide_workflow: '🚀 Recommended workflow:',
53
- guide_or_auto: ' Or: "autopilot" to manage everything automatically',
54
- guide_output: '📁 Output',
55
- guide_ready: 'BMAD+ is ready! Talk to Atlas to get started 🚀',
56
- guide_credits: ' BMAD+ is created by Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
57
- // Uninstall
58
- uninstall_confirm: 'Remove BMAD+ from this project?',
59
- uninstall_removing: 'Removing...',
60
- uninstall_done: (n) => `✅ BMAD+ removed (${n} items)`,
61
- uninstall_output_kept: '📁 _bmad-output/ kept (contains files)',
62
- installed_on: 'installed',
63
- // Update
64
- update_confirm: 'Update agents and skills?',
65
- update_updating: 'Updating agents and skills...',
66
- update_done: (n) => `✅ ${n} files updated`,
67
- update_current: ' Already up to date!',
68
- update_ready: 'Update complete! 🚀',
69
- guide_cli_title: 'CLI Commands',
70
- guide_cli_install: ' Install agents & skills',
71
- guide_cli_update: ' Update agents (keeps config)',
72
- guide_cli_doctor: '— Check installation health',
73
- guide_cli_uninstall: '— Remove BMAD+ from project',
74
- guide_examples_title: 'Quick Examples',
75
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
76
- guide_example_backup: '🗂️ Backup: "/backup create" → ZIP timestamped',
77
- guide_example_animated: '🎬 Animated: "/animated build hero.mp4"',
78
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
79
- guide_memory: '🧠 Persistent Brain',
80
- guide_dev_studio: '🏗️ Dev Studio',
81
- guide_example_memory_1: '🧠 Memory: "Zecher, scan projects in D:\\DEV"',
82
- guide_example_memory_2: '🧠 Memory: "Zecher, where were we?"',
83
- guide_example_memory_3: '🧠 Memory: "Zecher, consolidate memory"',
84
- guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, brainstorm a productivity app"',
85
- guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, design the architecture"',
86
- guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implement story S1"',
87
- brain_detected: 'Existing brain detected',
88
- brain_created: 'Global brain created',
89
- },
90
-
91
- fr: {
92
- flag: '🇫🇷',
93
- name: 'Français',
94
- locale: 'fr',
95
- installer_title: ' BMAD+ Installeur v0.7.5 ',
96
- select_language: 'Choisissez votre langue',
97
- installing_to: 'Installation dans',
98
- select_packs: 'Quels packs installer ? (Core est toujours inclus)',
99
- select_ide: 'Quels IDE utilises-tu ?',
100
- detected_ides: 'IDE détectés',
101
- selected_packs: 'Packs sélectionnés',
102
- enter_name: 'Ton prénom (les agents l\'utilisent pour te saluer)',
103
- comm_language: 'Langue de communication',
104
- exec_mode: 'Mode d\'exécution',
105
- exec_manual: 'Manuel Tu appelles les agents toi-même',
106
- exec_autopilot: 'Autopilot — Nexus gère tout le pipeline',
107
- exec_hybrid: 'HybrideAutopilot avec checkpoints fréquents',
108
- installing_files: 'Installation des fichiers...',
109
- configuring_ides: 'Configuration des IDE...',
110
- installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} fichiers copiés`,
111
- ide_configured: (n) => `✅ ${n} IDE configuré(s)`,
112
- cancelled: 'Installation annulée.',
113
- failed: 'Installation échouée.',
114
- source_not_found: 'Répertoire source introuvable',
115
- soon: 'bientôt',
116
- guide_title: ' Installation terminée — Comment commencer',
117
- guide_who: '💬 À qui parler ?',
118
- guide_idea: 'Discuter d\'une idée',
119
- guide_prd: 'Créer un PRD',
120
- guide_arch: 'Architecture technique',
121
- guide_code: 'Implémenter du code',
122
- guide_test: 'Tester / code review',
123
- guide_sprint: 'Planifier un sprint',
124
- guide_auto: 'Tout automatiser',
125
- guide_osint: 'Investigation OSINT',
126
- guide_maker: 'Créer un nouvel agent',
127
- guide_seo: 'Audit SEO / GEO (360°)',
128
- guide_backup: 'Sauvegarde intelligente',
129
- guide_animated: 'Site web animé de luxe',
130
- guide_shield: '🛡️ Conformité GRC',
131
- guide_example_shield_1: '🛡️ GRC : "Shield, audite mon app pour la conformité RGPD"',
132
- guide_example_shield_2: '🛡️ GRC : "Shield, gap analysis ISO 27001 vs NIST CSF"',
133
- guide_example_shield_3: '🛡️ GRC : "Shield, génère un checklist SOC 2"',
134
- guide_workflow: '🚀 Workflow recommandé :',
135
- guide_or_auto: ' Ou : "autopilot" pour tout gérer automatiquement',
136
- guide_output: '📁 Sortie',
137
- guide_ready: 'BMAD+ est prêt ! Parle à Atlas pour commencer 🚀',
138
- guide_credits: ' BMAD+ est créé par Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
139
- uninstall_confirm: 'Supprimer BMAD+ de ce projet ?',
140
- uninstall_removing: 'Suppression...',
141
- uninstall_done: (n) => `✅ BMAD+ supprimé (${n} éléments)`,
142
- uninstall_output_kept: '📁 _bmad-output/ conservé (contient des fichiers)',
143
- installed_on: 'installé le',
144
- update_confirm: 'Mettre à jour les agents et skills ?',
145
- update_updating: 'Mise à jour des agents et skills...',
146
- update_done: (n) => `✅ ${n} fichiers mis à jour`,
147
- update_current: ' Déjà à jour !',
148
- update_ready: 'Mise à jour terminée ! 🚀',
149
- guide_cli_title: 'Commandes CLI',
150
- guide_cli_install: ' Installer agents & skills',
151
- guide_cli_update: ' Mettre à jour (conserve la config)',
152
- guide_cli_doctor: '— Vérifier l\'installation',
153
- guide_cli_uninstall: '— Supprimer BMAD+ du projet',
154
- guide_examples_title: 'Exemples rapides',
155
- guide_example_seo: '🔍 SEO : "/seo audit https://example.com"',
156
- guide_example_backup: '🗂️ Backup : "/backup create" → ZIP horodaté',
157
- guide_example_animated: '🎬 Animé : "/animated build hero.mp4"',
158
- guide_example_osint: '🔍 OSINT : "Shadow, investigate John Doe"',
159
- guide_memory: '🧠 Cerveau persistant',
160
- guide_dev_studio: '🏗️ Dev Studio',
161
- guide_example_memory_1: '🧠 Mémoire : "Zecher, scanne les projets dans D:\\DEV"',
162
- guide_example_memory_2: '🧠 Mémoire : "Zecher, où en étions-nous ?"',
163
- guide_example_memory_3: '🧠 Mémoire : "Zecher, consolide la mémoire"',
164
- guide_example_dev_studio_1: '🏗️ Dev Studio : "Miriam, brainstorme une app de productivité"',
165
- guide_example_dev_studio_2: '🏗️ Dev Studio : "Bezalel, conçois l\'architecture"',
166
- guide_example_dev_studio_3: '🏗️ Dev Studio : "Oholiab, implémente la story S1"',
167
- brain_detected: 'Cerveau existant détecté',
168
- brain_created: 'Cerveau global créé',
169
- },
170
-
171
- es: {
172
- flag: '🇪🇸',
173
- name: 'Español',
174
- locale: 'es',
175
- installer_title: ' BMAD+ Instalador v0.7.5 ',
176
- select_language: 'Seleccione su idioma',
177
- installing_to: 'Instalando en',
178
- select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
179
- select_ide: '¿Qué IDE usas?',
180
- detected_ides: 'IDEs detectados',
181
- selected_packs: 'Packs seleccionados',
182
- enter_name: 'Tu nombre (los agentes lo usan para saludarte)',
183
- comm_language: 'Idioma de comunicación',
184
- exec_mode: 'Modo de ejecución',
185
- exec_manual: 'Manual Tú llamas a los agentes',
186
- exec_autopilot: 'Autopilot Nexus gestiona todo el pipeline',
187
- exec_hybrid: 'HíbridoAutopilot con puntos de control frecuentes',
188
- installing_files: 'Instalando archivos...',
189
- configuring_ides: 'Configurando IDEs...',
190
- installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} archivos copiados`,
191
- ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
192
- cancelled: 'Instalación cancelada.',
193
- failed: 'Instalación fallida.',
194
- source_not_found: 'Directorio fuente no encontrado',
195
- soon: 'próximamente',
196
- guide_title: ' Instalación completa — Cómo empezar',
197
- guide_who: '💬 ¿Con quién hablar?',
198
- guide_idea: 'Discutir una idea',
199
- guide_prd: 'Crear un PRD',
200
- guide_arch: 'Arquitectura técnica',
201
- guide_code: 'Implementar código',
202
- guide_test: 'Probar / code review',
203
- guide_sprint: 'Planificar un sprint',
204
- guide_auto: 'Automatizar todo',
205
- guide_osint: 'Investigación OSINT',
206
- guide_maker: 'Crear un agente nuevo',
207
- guide_seo: 'Auditoría SEO / GEO (360°)',
208
- guide_backup: 'Copia de seguridad inteligente',
209
- guide_animated: 'Sitio web animado de lujo',
210
- guide_shield: '\ud83d\udee1\ufe0f Cumplimiento GRC',
211
- guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audita mi app para GDPR"',
212
- guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lisis de brechas ISO 27001 vs NIST CSF"',
213
- guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist de evidencias SOC 2"',
214
- guide_workflow: '🚀 Flujo recomendado:',
215
- guide_or_auto: ' O: "autopilot" para gestionar todo automáticamente',
216
- guide_output: '📁 Salida',
217
- guide_ready: '¡BMAD+ está listo! Habla con Atlas para comenzar 🚀',
218
- guide_credits: ' BMAD+ es creado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
219
- uninstall_confirm: '¿Eliminar BMAD+ de este proyecto?',
220
- uninstall_removing: 'Eliminando...',
221
- uninstall_done: (n) => `✅ BMAD+ eliminado (${n} elementos)`,
222
- uninstall_output_kept: '📁 _bmad-output/ conservado (contiene archivos)',
223
- installed_on: 'instalado el',
224
- update_confirm: '¿Actualizar agentes y habilidades?',
225
- update_updating: 'Actualizando agentes y habilidades...',
226
- update_done: (n) => `✅ ${n} archivos actualizados`,
227
- update_current: ' ¡Ya está actualizado!',
228
- update_ready: '¡Actualización completada! 🚀',
229
- guide_cli_title: 'Comandos CLI',
230
- guide_cli_install: ' Instalar agentes y habilidades',
231
- guide_cli_update: ' Actualizar (conserva la config)',
232
- guide_cli_doctor: '— Verificar la instalación',
233
- guide_cli_uninstall: '— Eliminar BMAD+ del proyecto',
234
- guide_examples_title: 'Ejemplos rápidos',
235
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
236
- guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con marca de tiempo',
237
- guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
238
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
239
- },
240
-
241
- de: {
242
- flag: '🇩🇪',
243
- name: 'Deutsch',
244
- locale: 'de',
245
- installer_title: ' BMAD+ Installer v0.7.5 ',
246
- select_language: 'Wählen Sie Ihre Sprache',
247
- installing_to: 'Installiere in',
248
- select_packs: 'Welche Packs installieren? (Core ist immer enthalten)',
249
- select_ide: 'Welche IDE verwendest du?',
250
- detected_ides: 'Erkannte IDEs',
251
- selected_packs: 'Ausgewählte Packs',
252
- enter_name: 'Dein Vorname (Agenten verwenden ihn zur Begrüßung)',
253
- comm_language: 'Kommunikationssprache',
254
- exec_mode: 'Ausführungsmodus',
255
- exec_manual: 'Manuell — Du rufst Agenten selbst auf',
256
- exec_autopilot: 'Autopilot — Nexus verwaltet die gesamte Pipeline',
257
- exec_hybrid: 'Hybrid Autopilot mit häufigen Checkpoints',
258
- installing_files: 'Dateien werden installiert...',
259
- configuring_ides: 'IDEs werden konfiguriert...',
260
- installed_summary: (a, s, f) => `✅ ${a} Agenten, ${s} Skills, ${f} Dateien kopiert`,
261
- ide_configured: (n) => `✅ ${n} IDE(s) konfiguriert`,
262
- cancelled: 'Installation abgebrochen.',
263
- failed: 'Installation fehlgeschlagen.',
264
- source_not_found: 'Quellverzeichnis nicht gefunden',
265
- soon: 'bald verfügbar',
266
- guide_title: '✅ Installation abgeschlossen — Erste Schritte',
267
- guide_who: '💬 Mit wem sprechen?',
268
- guide_idea: 'Eine Idee besprechen',
269
- guide_prd: 'Ein PRD erstellen',
270
- guide_arch: 'Technische Architektur',
271
- guide_code: 'Code implementieren',
272
- guide_test: 'Testen / Code Review',
273
- guide_sprint: 'Einen Sprint planen',
274
- guide_auto: 'Alles automatisieren',
275
- guide_osint: 'OSINT-Ermittlung',
276
- guide_maker: 'Einen neuen Agenten erstellen',
277
- guide_seo: 'SEO / GEO Audit (360°)',
278
- guide_backup: 'Intelligente Projektsicherung',
279
- guide_animated: 'Animierte Luxus-Website',
280
- guide_shield: '\ud83d\udee1\ufe0f GRC-Compliance',
281
- guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, pr\u00fcfe meine App auf DSGVO-Konformit\u00e4t"',
282
- guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, Gap-Analyse ISO 27001 vs NIST CSF"',
283
- guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, erstelle SOC 2 Nachweisliste"',
284
- guide_workflow: '🚀 Empfohlener Workflow:',
285
- guide_or_auto: ' Oder: "autopilot" für vollautomatische Verwaltung',
286
- guide_output: '📁 Ausgabe',
287
- guide_ready: 'BMAD+ ist bereit! Sprich mit Atlas um loszulegen 🚀',
288
- guide_credits: ' BMAD+ wurde erstellt von Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
289
- uninstall_confirm: 'BMAD+ aus diesem Projekt entfernen?',
290
- uninstall_removing: 'Entfernen...',
291
- uninstall_done: (n) => `✅ BMAD+ entfernt (${n} Elemente)`,
292
- uninstall_output_kept: '📁 _bmad-output/ beibehalten (enthält Dateien)',
293
- installed_on: 'installiert am',
294
- update_confirm: 'Agenten und Skills aktualisieren?',
295
- update_updating: 'Agenten und Skills werden aktualisiert...',
296
- update_done: (n) => `✅ ${n} Dateien aktualisiert`,
297
- update_current: ' Bereits aktuell!',
298
- update_ready: 'Update abgeschlossen! 🚀',
299
- guide_cli_title: 'CLI-Befehle',
300
- guide_cli_install: ' Agenten & Skills installieren',
301
- guide_cli_update: ' Aktualisieren (Konfiguration bleibt)',
302
- guide_cli_doctor: '— Installation prüfen',
303
- guide_cli_uninstall: '— BMAD+ vom Projekt entfernen',
304
- guide_examples_title: 'Schnellbeispiele',
305
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
306
- guide_example_backup: '🗂️ Backup: "/backup create" → ZIP mit Zeitstempel',
307
- guide_example_animated: '🎬 Animiert: "/animated build hero.mp4"',
308
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
309
- },
310
-
311
- 'pt-br': {
312
- flag: '🇧🇷',
313
- name: 'Português (Brasil)',
314
- locale: 'pt-BR',
315
- installer_title: ' BMAD+ Instalador v0.7.5 ',
316
- select_language: 'Selecione seu idioma',
317
- installing_to: 'Instalando em',
318
- select_packs: 'Quais packs instalar? (Core sempre está incluído)',
319
- select_ide: 'Qual IDE você usa?',
320
- detected_ides: 'IDEs detectados',
321
- selected_packs: 'Packs selecionados',
322
- enter_name: 'Seu nome (os agentes usam para te cumprimentar)',
323
- comm_language: 'Idioma de comunicação',
324
- exec_mode: 'Modo de execução',
325
- exec_manual: 'Manual Você chama os agentes',
326
- exec_autopilot: 'Autopilot Nexus gerencia todo o pipeline',
327
- exec_hybrid: 'Híbrido Autopilot com checkpoints frequentes',
328
- installing_files: 'Instalando arquivos...',
329
- configuring_ides: 'Configurando IDEs...',
330
- installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} arquivos copiados`,
331
- ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
332
- cancelled: 'Instalação cancelada.',
333
- failed: 'Instalação falhou.',
334
- source_not_found: 'Diretório fonte não encontrado',
335
- soon: 'em breve',
336
- guide_title: '✅ Instalação completa — Como começar',
337
- guide_who: '💬 Com quem falar?',
338
- guide_idea: 'Discutir uma ideia',
339
- guide_prd: 'Criar um PRD',
340
- guide_arch: 'Arquitetura técnica',
341
- guide_code: 'Implementar código',
342
- guide_test: 'Testar / code review',
343
- guide_sprint: 'Planejar um sprint',
344
- guide_auto: 'Automatizar tudo',
345
- guide_osint: 'Investigação OSINT',
346
- guide_maker: 'Criar um novo agente',
347
- guide_seo: 'Auditoria SEO / GEO (360°)',
348
- guide_backup: 'Backup inteligente do projeto',
349
- guide_animated: 'Site animado de luxo',
350
- guide_shield: '\ud83d\udee1\ufe0f Conformidade GRC',
351
- guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audite meu app para LGPD"',
352
- guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lise de lacunas ISO 27001 vs NIST CSF"',
353
- guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, gere checklist de evid\u00eancias SOC 2"',
354
- guide_workflow: '🚀 Fluxo recomendado:',
355
- guide_or_auto: ' Ou: "autopilot" para gerenciar tudo automaticamente',
356
- guide_output: '📁 Saída',
357
- guide_ready: 'BMAD+ está pronto! Fale com Atlas para começar 🚀',
358
- guide_credits: ' BMAD+ foi criado por Laurent Rochetta github.com/lrochetta/BMAD-PLUS ',
359
- uninstall_confirm: 'Remover BMAD+ deste projeto?',
360
- uninstall_removing: 'Removendo...',
361
- uninstall_done: (n) => `✅ BMAD+ removido (${n} itens)`,
362
- uninstall_output_kept: '📁 _bmad-output/ mantido (contém arquivos)',
363
- installed_on: 'instalado em',
364
- update_confirm: 'Atualizar agentes e habilidades?',
365
- update_updating: 'Atualizando agentes e habilidades...',
366
- update_done: (n) => `✅ ${n} arquivos atualizados`,
367
- update_current: ' Já está atualizado!',
368
- update_ready: 'Atualização concluída! 🚀',
369
- guide_cli_title: 'Comandos CLI',
370
- guide_cli_install: ' Instalar agentes e habilidades',
371
- guide_cli_update: ' Atualizar (mantém config)',
372
- guide_cli_doctor: ' Verificar instalação',
373
- guide_cli_uninstall: ' Remover BMAD+ do projeto',
374
- guide_examples_title: 'Exemplos rápidos',
375
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
376
- guide_example_backup: '🗂️ Backup: "/backup create" → ZIP com timestamp',
377
- guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
378
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
379
- },
380
-
381
- ru: {
382
- flag: '🇷🇺',
383
- name: 'Русский',
384
- locale: 'ru',
385
- installer_title: ' BMAD+ Установщик v0.7.5 ',
386
- select_language: 'Выберите язык',
387
- installing_to: 'Установка в',
388
- select_packs: 'Какие пакеты установить? (Core всегда включён)',
389
- select_ide: 'Какую IDE вы используете?',
390
- detected_ides: 'Обнаруженные IDE',
391
- selected_packs: 'Выбранные пакеты',
392
- enter_name: 'Ваше имя (агенты используют его для приветствия)',
393
- comm_language: 'Язык общения',
394
- exec_mode: 'Режим выполнения',
395
- exec_manual: 'Ручной Вы вызываете агентов сами',
396
- exec_autopilot: 'Автопилот — Nexus управляет всем конвейером',
397
- exec_hybrid: 'Гибрид Автопилот с частыми контрольными точками',
398
- installing_files: 'Установка файлов...',
399
- configuring_ides: 'Настройка IDE...',
400
- installed_summary: (a, s, f) => `✅ ${a} агентов, ${s} навыков, ${f} файлов скопировано`,
401
- ide_configured: (n) => `✅ ${n} IDE настроено`,
402
- cancelled: 'Установка отменена.',
403
- failed: 'Установка не удалась.',
404
- source_not_found: 'Исходная директория не найдена',
405
- soon: 'скоро',
406
- guide_title: ' Установка завершена Начало работы',
407
- guide_who: '💬 С кем поговорить?',
408
- guide_idea: 'Обсудить идею',
409
- guide_prd: 'Создать PRD',
410
- guide_arch: 'Техническая архитектура',
411
- guide_code: 'Реализовать код',
412
- guide_test: 'Тестировать / ревью кода',
413
- guide_sprint: 'Планировать спринт',
414
- guide_auto: 'Автоматизировать всё',
415
- guide_osint: 'OSINT расследование',
416
- guide_maker: 'Создать нового агента',
417
- guide_seo: 'SEO / GEO аудит (360°)',
418
- guide_backup: 'Умное резервное копирование',
419
- guide_animated: 'Анимированный люксовый сайт',
420
- guide_shield: '🛡️ Соответствие GRC',
421
- guide_example_shield_1: '🛡️ GRC: "Shield, проверь моё приложение на GDPR"',
422
- guide_example_shield_2: '🛡️ GRC: "Shield, gap-анализ ISO 27001 vs NIST CSF"',
423
- guide_example_shield_3: '🛡️ GRC: "Shield, создай чеклист SOC 2"',
424
- guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
425
- guide_or_auto: ' Или: "autopilot" для полной автоматизации',
426
- guide_output: '📁 Вывод',
427
- guide_ready: 'BMAD+ готов! Поговорите с Atlas чтобы начать 🚀',
428
- guide_credits: ' BMAD+ создан Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
429
- uninstall_confirm: 'Удалить BMAD+ из этого проекта?',
430
- uninstall_removing: 'Удаление...',
431
- uninstall_done: (n) => `✅ BMAD+ удалён (${n} элементов)`,
432
- uninstall_output_kept: '📁 _bmad-output/ сохранён (содержит файлы)',
433
- installed_on: 'установлено',
434
- update_confirm: 'Обновить агентов и навыки?',
435
- update_updating: 'Обновление агентов и навыков...',
436
- update_done: (n) => `✅ ${n} файлов обновлено`,
437
- update_current: '✅ Уже актуально!',
438
- update_ready: 'Обновление завершено! 🚀',
439
- guide_cli_title: 'Команды CLI',
440
- guide_cli_install: ' Установить агентов',
441
- guide_cli_update: ' Обновить (сохранить конфиг)',
442
- guide_cli_doctor: ' Проверить установку',
443
- guide_cli_uninstall: ' Удалить BMAD+',
444
- guide_examples_title: 'Быстрые примеры',
445
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
446
- guide_example_backup: '🗂️ Бэкап: "/backup create" → ZIP',
447
- guide_example_animated: '🎬 Анимация: "/animated build hero.mp4"',
448
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
449
- },
450
-
451
- zh: {
452
- flag: '🇨🇳',
453
- name: '中文 (简体)',
454
- locale: 'zh-CN',
455
- installer_title: ' BMAD+ 安装程序 v0.7.5 ',
456
- select_language: '选择您的语言',
457
- installing_to: '安装到',
458
- select_packs: '安装哪些包?(Core 始终包含)',
459
- select_ide: '您使用哪个 IDE?',
460
- detected_ides: '检测到的 IDE',
461
- selected_packs: '已选择的包',
462
- enter_name: '您的名字(代理会用它来问候您)',
463
- comm_language: '沟通语言',
464
- exec_mode: '执行模式',
465
- exec_manual: '手动 — 您自己调用代理',
466
- exec_autopilot: '自动驾驶 Nexus 管理整个流程',
467
- exec_hybrid: '混合 自动驾驶并设有频繁检查点',
468
- installing_files: '正在安装文件...',
469
- configuring_ides: '正在配置 IDE...',
470
- installed_summary: (a, s, f) => `✅ ${a} 个代理、${s} 个技能、${f} 个文件已复制`,
471
- ide_configured: (n) => `✅ ${n} 个 IDE 已配置`,
472
- cancelled: '安装已取消。',
473
- failed: '安装失败。',
474
- source_not_found: '未找到源目录',
475
- soon: '即将推出',
476
- guide_title: ' 安装完成 — 如何开始',
477
- guide_who: '💬 与谁交谈?',
478
- guide_idea: '讨论一个想法',
479
- guide_prd: '创建 PRD',
480
- guide_arch: '技术架构',
481
- guide_code: '实现代码',
482
- guide_test: '测试 / 代码审查',
483
- guide_sprint: '规划冲刺',
484
- guide_auto: '自动化一切',
485
- guide_osint: 'OSINT 调查',
486
- guide_maker: '创建新代理',
487
- guide_seo: 'SEO / GEO 审计 (360°)',
488
- guide_backup: '智能项目备份',
489
- guide_animated: '动画奢华网站',
490
- guide_shield: '🛡️ GRC 合规',
491
- guide_example_shield_1: '🛡️ GRC: "Shield, 审查我的应用 GDPR 合规性"',
492
- guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF 差距分析"',
493
- guide_example_shield_3: '🛡️ GRC: "Shield, 生成 SOC 2 证据清单"',
494
- guide_workflow: '🚀 推荐工作流程:',
495
- guide_or_auto: ' 或者:"autopilot" 全自动管理',
496
- guide_output: '📁 输出',
497
- guide_ready: 'BMAD+ 已就绪!与 Atlas 交谈开始 🚀',
498
- guide_credits: '✨ BMAD+ 由 Laurent Rochetta 创建 — github.com/lrochetta/BMAD-PLUS ✨',
499
- uninstall_confirm: '从此项目中删除 BMAD+?',
500
- uninstall_removing: '删除中...',
501
- uninstall_done: (n) => `✅ BMAD+ 已删除(${n} 项)`,
502
- uninstall_output_kept: '📁 _bmad-output/ 已保留(包含文件)',
503
- installed_on: '安装于',
504
- update_confirm: '更新代理和技能?',
505
- update_updating: '正在更新代理和技能...',
506
- update_done: (n) => `✅ ${n} 个文件已更新`,
507
- update_current: ' 已是最新版本!',
508
- update_ready: '更新完成!🚀',
509
- guide_cli_title: 'CLI 命令',
510
- guide_cli_install: '— 安装代理和技能',
511
- guide_cli_update: ' 更新(保留配置)',
512
- guide_cli_doctor: '— 检查安装',
513
- guide_cli_uninstall: '— 删除 BMAD+',
514
- guide_examples_title: '快速示例',
515
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
516
- guide_example_backup: '🗂️ 备份: "/backup create" → ZIP',
517
- guide_example_animated: '🎬 动画: "/animated build hero.mp4"',
518
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
519
- },
520
-
521
- he: {
522
- flag: '🇮🇱',
523
- name: 'עברית',
524
- locale: 'he',
525
- installer_title: ' BMAD+ מתקין v0.7.5 ',
526
- select_language: 'בחר את השפה שלך',
527
- installing_to: 'מתקין ב',
528
- select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
529
- select_ide: 'באיזה IDE אתה משתמש?',
530
- detected_ides: 'IDE שזוהו',
531
- selected_packs: 'חבילות שנבחרו',
532
- enter_name: 'השם שלך (הסוכנים משתמשים בו לברכך)',
533
- comm_language: 'שפת תקשורת',
534
- exec_mode: 'מצב ביצוע',
535
- exec_manual: 'ידני אתה קורא לסוכנים בעצמך',
536
- exec_autopilot: 'טייס אוטומטי — Nexus מנהל את כל הצינור',
537
- exec_hybrid: 'היברידי טייס אוטומטי עם נקודות בקרה תכופות',
538
- installing_files: 'מתקין קבצים...',
539
- configuring_ides: 'מגדיר IDE...',
540
- installed_summary: (a, s, f) => `✅ ${a} סוכנים, ${s} כישורים, ${f} קבצים הועתקו`,
541
- ide_configured: (n) => `✅ ${n} IDE הוגדרו`,
542
- cancelled: 'ההתקנה בוטלה.',
543
- failed: 'ההתקנה נכשלה.',
544
- source_not_found: 'ספריית המקור לא נמצאה',
545
- soon: 'בקרוב',
546
- guide_title: '✅ ההתקנה הושלמה — איך להתחיל',
547
- guide_who: '💬 עם מי לדבר?',
548
- guide_idea: 'לדון ברעיון',
549
- guide_prd: 'ליצור PRD',
550
- guide_arch: 'ארכיטקטורה טכנית',
551
- guide_code: 'לממש קוד',
552
- guide_test: 'לבדוק / סקירת קוד',
553
- guide_sprint: 'לתכנן ספרינט',
554
- guide_auto: 'לאוטמט הכל',
555
- guide_osint: 'חקירת OSINT',
556
- guide_maker: 'ליצור סוכן חדש',
557
- guide_seo: 'ביקורת SEO / GEO (360°)',
558
- guide_backup: 'גיבוי חכם של הפרויקט',
559
- guide_animated: 'אתר אנימציה יוקרתי',
560
- guide_shield: '🛡️ תאימות GRC',
561
- guide_example_shield_1: '🛡️ GRC: "Shield, בדוק את האפליקציה שלי ל-GDPR"',
562
- guide_example_shield_2: '🛡️ GRC: "Shield, ניתוח פערים ISO 27001 מול NIST CSF"',
563
- guide_example_shield_3: '🛡️ GRC: "Shield, צור רשימת ראיות SOC 2"',
564
- guide_workflow: '🚀 תהליך עבודה מומלץ:',
565
- guide_or_auto: ' או: "autopilot" לניהול אוטומטי מלא',
566
- guide_output: '📁 פלט',
567
- guide_ready: '!BMAD+ מוכן! דבר עם Atlas כדי להתחיל 🚀',
568
- guide_credits: ' BMAD+ נוצר על ידי Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
569
- uninstall_confirm: 'להסיר את BMAD+ מהפרויקט הזה?',
570
- uninstall_removing: 'מסיר...',
571
- uninstall_done: (n) => `✅ BMAD+ הוסר (${n} פריטים)`,
572
- uninstall_output_kept: '📁 _bmad-output/ נשמר (מכיל קבצים)',
573
- installed_on: 'הותקן ב',
574
- update_confirm: 'לעדכן סוכנים וכישורים?',
575
- update_updating: 'מעדכן סוכנים וכישורים...',
576
- update_done: (n) => `✅ ${n} קבצים עודכנו`,
577
- update_current: '✅ כבר מעודכן!',
578
- update_ready: 'העדכון הושלם! 🚀',
579
- guide_cli_title: 'פקודות CLI',
580
- guide_cli_install: ' התקנת סוכנים',
581
- guide_cli_update: ' עדכון (שומר תצורה)',
582
- guide_cli_doctor: ' בדיקת התקנה',
583
- guide_cli_uninstall: ' הסרת BMAD+',
584
- guide_examples_title: 'דוגמאות מהירות',
585
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
586
- guide_example_backup: '🗂️ גיבוי: "/backup create" → ZIP',
587
- guide_example_animated: '🎬 אנימציה: "/animated build hero.mp4"',
588
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
589
- },
590
-
591
- ja: {
592
- flag: '🇯🇵',
593
- name: '日本語',
594
- locale: 'ja',
595
- installer_title: ' BMAD+ インストーラー v0.7.5 ',
596
- select_language: '言語を選択してください',
597
- installing_to: 'インストール先',
598
- select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
599
- select_ide: 'どのIDEを使用していますか?',
600
- detected_ides: '検出されたIDE',
601
- selected_packs: '選択されたパック',
602
- enter_name: 'あなたの名前(エージェントが挨拶に使います)',
603
- comm_language: 'コミュニケーション言語',
604
- exec_mode: '実行モード',
605
- exec_manual: '手動 — 自分でエージェントを呼び出す',
606
- exec_autopilot: 'オートパイロット — Nexusがパイプライン全体を管理',
607
- exec_hybrid: 'ハイブリッド — 頻繁なチェックポイント付きオートパイロット',
608
- installing_files: 'ファイルをインストール中...',
609
- configuring_ides: 'IDEを設定中...',
610
- installed_summary: (a, s, f) => `✅ ${a}エージェント、${s}スキル、${f}ファイルをコピー`,
611
- ide_configured: (n) => `✅ ${n}つのIDEを設定`,
612
- cancelled: 'インストールがキャンセルされました。',
613
- failed: 'インストールに失敗しました。',
614
- source_not_found: 'ソースディレクトリが見つかりません',
615
- soon: '近日公開',
616
- guide_title: ' インストール完了 始め方',
617
- guide_who: '💬 誰に話しかける?',
618
- guide_idea: 'アイデアを議論する',
619
- guide_prd: 'PRDを作成する',
620
- guide_arch: '技術アーキテクチャ',
621
- guide_code: 'コードを実装する',
622
- guide_test: 'テスト / コードレビュー',
623
- guide_sprint: 'スプリントを計画する',
624
- guide_auto: 'すべてを自動化する',
625
- guide_osint: 'OSINT調査',
626
- guide_maker: '新しいエージェントを作成する',
627
- guide_seo: 'SEO / GEO 監査 (360°)',
628
- guide_backup: 'スマートプロジェクトバックアップ',
629
- guide_animated: 'アニメーション高級ウェブサイト',
630
- guide_shield: '🛡️ GRC コンプライアンス',
631
- guide_example_shield_1: '🛡️ GRC: "Shield, アプリのGDPR準拠を監査"',
632
- guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF ギャップ分析"',
633
- guide_example_shield_3: '🛡️ GRC: "Shield, SOC 2 エビデンスチェックリスト生成"',
634
- guide_workflow: '🚀 推奨ワークフロー:',
635
- guide_or_auto: ' または: "autopilot" で全自動管理',
636
- guide_output: '📁 出力',
637
- guide_ready: 'BMAD+ 準備完了!Atlasに話しかけて始めましょう 🚀',
638
- guide_credits: ' BMAD+ Laurent Rochetta によって作成されました — github.com/lrochetta/BMAD-PLUS ✨',
639
- uninstall_confirm: 'このプロジェクトからBMAD+を削除しますか?',
640
- uninstall_removing: '削除中...',
641
- uninstall_done: (n) => `✅ BMAD+を削除しました(${n}項目)`,
642
- uninstall_output_kept: '📁 _bmad-output/ は保持されました(ファイルが含まれています)',
643
- installed_on: 'インストール日',
644
- update_confirm: 'エージェントとスキルを更新しますか?',
645
- update_updating: 'エージェントとスキルを更新中...',
646
- update_done: (n) => `✅ ${n}ファイルを更新しました`,
647
- update_current: ' 最新の状態です!',
648
- update_ready: 'アップデート完了!🚀',
649
- guide_cli_title: 'CLIコマンド',
650
- guide_cli_install: ' エージェントをインストール',
651
- guide_cli_update: '— 更新(設定保持)',
652
- guide_cli_doctor: '— インストール確認',
653
- guide_cli_uninstall: '— BMAD+を削除',
654
- guide_examples_title: 'クイック例',
655
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
656
- guide_example_backup: '🗂️ バックアップ: "/backup create" → ZIP',
657
- guide_example_animated: '🎬 アニメ: "/animated build hero.mp4"',
658
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
659
- },
660
-
661
- it: {
662
- flag: '🇮🇹',
663
- name: 'Italiano',
664
- locale: 'it',
665
- installer_title: ' BMAD+ Installatore v0.7.5 ',
666
- select_language: 'Seleziona la tua lingua',
667
- installing_to: 'Installazione in',
668
- select_packs: 'Quali pack installare? (Core è sempre incluso)',
669
- select_ide: 'Quale IDE usi?',
670
- detected_ides: 'IDE rilevati',
671
- selected_packs: 'Pack selezionati',
672
- enter_name: 'Il tuo nome (gli agenti lo usano per salutarti)',
673
- comm_language: 'Lingua di comunicazione',
674
- exec_mode: 'Modalità di esecuzione',
675
- exec_manual: 'Manuale — Chiami tu gli agenti',
676
- exec_autopilot: 'Autopilot — Nexus gestisce l\'intera pipeline',
677
- exec_hybrid: 'Ibrido — Autopilot con checkpoint frequenti',
678
- installing_files: 'Installazione file in corso...',
679
- configuring_ides: 'Configurazione IDE...',
680
- installed_summary: (a, s, f) => `✅ ${a} agenti, ${s} skill, ${f} file copiati`,
681
- ide_configured: (n) => `✅ ${n} IDE configurati`,
682
- cancelled: 'Installazione annullata.',
683
- failed: 'Installazione fallita.',
684
- source_not_found: 'Directory sorgente non trovata',
685
- soon: 'prossimamente',
686
- guide_title: '✅ Installazione completata — Come iniziare',
687
- guide_who: '💬 Con chi parlare?',
688
- guide_idea: 'Discutere un\'idea',
689
- guide_prd: 'Creare un PRD',
690
- guide_arch: 'Architettura tecnica',
691
- guide_code: 'Implementare codice',
692
- guide_test: 'Testare / code review',
693
- guide_sprint: 'Pianificare uno sprint',
694
- guide_auto: 'Automatizzare tutto',
695
- guide_osint: 'Indagine OSINT',
696
- guide_maker: 'Creare un nuovo agente',
697
- guide_seo: 'Audit SEO / GEO (360°)',
698
- guide_backup: 'Backup intelligente del progetto',
699
- guide_animated: 'Sito web animato di lusso',
700
- guide_shield: '\ud83d\udee1\ufe0f Conformit\u00e0 GRC',
701
- guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, verifica la mia app per il GDPR"',
702
- guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
703
- guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist evidenze SOC 2"',
704
- guide_workflow: '🚀 Flusso consigliato:',
705
- guide_or_auto: '⚡ Oppure: "autopilot" per gestire tutto automaticamente',
706
- guide_output: '📁 Output',
707
- guide_ready: 'BMAD+ è pronto! Parla con Atlas per iniziare 🚀',
708
- guide_credits: '✨ BMAD+ è creato da Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
709
- uninstall_confirm: 'Rimuovere BMAD+ da questo progetto?',
710
- uninstall_removing: 'Rimozione...',
711
- uninstall_done: (n) => `✅ BMAD+ rimosso (${n} elementi)`,
712
- uninstall_output_kept: '📁 _bmad-output/ conservato (contiene file)',
713
- installed_on: 'installato il',
714
- update_confirm: 'Aggiornare agenti e skill?',
715
- update_updating: 'Aggiornamento agenti e skill...',
716
- update_done: (n) => `✅ ${n} file aggiornati`,
717
- update_current: ' Già aggiornato!',
718
- update_ready: 'Aggiornamento completato! 🚀',
719
- guide_cli_title: 'Comandi CLI',
720
- guide_cli_install: ' Installa agenti e skill',
721
- guide_cli_update: ' Aggiorna (mantiene la config)',
722
- guide_cli_doctor: ' Verifica installazione',
723
- guide_cli_uninstall: ' Rimuovi BMAD+ dal progetto',
724
- guide_examples_title: 'Esempi rapidi',
725
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
726
- guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con timestamp',
727
- guide_example_animated: '🎬 Animato: "/animated build hero.mp4"',
728
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
729
- },
730
- };
731
-
732
- /**
733
- * Get translation for a given language key
734
- * @param {string} lang - Language code (en, fr, es, de, pt-br, ru, zh, he, ja)
735
- * @returns {object} Translation object
736
- */
737
- function t(lang) {
738
- return LANGUAGES[lang] || LANGUAGES.en;
739
- }
740
-
741
- /**
742
- * Get available languages as clack options
743
- * @returns {Array} Options for clack.select
744
- */
745
- function getLanguageOptions() {
746
- return Object.entries(LANGUAGES).map(([key, lang]) => ({
747
- value: key,
748
- label: `${lang.flag} ${lang.name}`,
749
- }));
750
- }
751
-
752
- /**
753
- * Get available language names mapped to their locale (for comm language selector)
754
- * @returns {Array} Options for clack.select
755
- */
756
- function getCommLanguageOptions() {
757
- return Object.entries(LANGUAGES).map(([, lang]) => ({
758
- value: lang.name,
759
- label: `${lang.flag} ${lang.name}`,
760
- }));
761
- }
762
-
763
- module.exports = { LANGUAGES, t, getLanguageOptions, getCommLanguageOptions };
1
+ /**
2
+ * BMAD+ CLI — Internationalization (i18n)
3
+ * 10 languages: EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
4
+ *
5
+ * Author: Laurent Rochetta
6
+ */
7
+
8
+ const VERSION = require('../../package.json').version;
9
+
10
+ const LANGUAGES = {
11
+ en: {
12
+ flag: '🇬🇧',
13
+ name: 'English',
14
+ locale: 'en',
15
+ installer_title: ` BMAD+ Installer v${VERSION} `,
16
+ select_language: 'Select your language',
17
+ installing_to: 'Installing to',
18
+ select_packs: 'Which packs to install? (Core is always included)',
19
+ select_ide: 'Which IDE are you using?',
20
+ detected_ides: 'Detected IDEs',
21
+ selected_packs: 'Selected packs',
22
+ enter_name: 'Your first name (agents use it to greet you)',
23
+ comm_language: 'Communication language',
24
+ exec_mode: 'Execution mode',
25
+ exec_manual: 'ManualYou call agents yourself',
26
+ exec_autopilot: 'Autopilot — Nexus manages the full pipeline',
27
+ exec_hybrid: 'Hybrid — Autopilot with frequent checkpoints',
28
+ installing_files: 'Installing files...',
29
+ configuring_ides: 'Configuring IDEs...',
30
+ installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} files copied`,
31
+ ide_configured: (n) => `✅ ${n} IDE(s) configured`,
32
+ cancelled: 'Installation cancelled.',
33
+ failed: 'Installation failed.',
34
+ source_not_found: 'Source directory not found',
35
+ soon: 'coming soon',
36
+ guide_title: ' Installation complete — Getting started',
37
+ guide_who: '💬 Who to talk to?',
38
+ guide_idea: 'Discuss an idea',
39
+ guide_prd: 'Create a PRD',
40
+ guide_arch: 'Technical architecture',
41
+ guide_code: 'Implement code',
42
+ guide_test: 'Test / code review',
43
+ guide_sprint: 'Plan a sprint',
44
+ guide_auto: 'Automate everything',
45
+ guide_osint: 'OSINT investigation',
46
+ guide_maker: 'Create a new agent',
47
+ guide_seo: 'SEO / GEO audit (360°)',
48
+ guide_backup: 'Smart project backup',
49
+ guide_animated: 'Animated luxury website',
50
+ guide_shield: '\ud83d\udee1\ufe0f GRC Compliance',
51
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audit my app for GDPR compliance"',
52
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
53
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, generate SOC 2 evidence checklist"',
54
+ guide_workflow: '🚀 Recommended workflow:',
55
+ guide_or_auto: ' Or: "autopilot" to manage everything automatically',
56
+ guide_output: '📁 Output',
57
+ guide_ready: 'BMAD+ is ready! Talk to Atlas to get started 🚀',
58
+ guide_credits: ' BMAD+ is created by Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
59
+ // Uninstall
60
+ uninstall_confirm: 'Remove BMAD+ from this project?',
61
+ uninstall_removing: 'Removing...',
62
+ uninstall_done: (n) => `✅ BMAD+ removed (${n} items)`,
63
+ uninstall_output_kept: '📁 _bmad-output/ kept (contains files)',
64
+ installed_on: 'installed',
65
+ // Update
66
+ update_confirm: 'Update agents and skills?',
67
+ update_updating: 'Updating agents and skills...',
68
+ update_done: (n) => `✅ ${n} files updated`,
69
+ update_current: ' Already up to date!',
70
+ update_ready: 'Update complete! 🚀',
71
+ guide_cli_title: 'CLI Commands',
72
+ guide_cli_install: '— Install agents & skills',
73
+ guide_cli_update: '— Update agents (keeps config)',
74
+ guide_cli_doctor: ' Check installation health',
75
+ guide_cli_uninstall: ' Remove BMAD+ from project',
76
+ guide_examples_title: 'Quick Examples',
77
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
78
+ guide_example_backup: '🗂️ Backup: "/backup create" ZIP timestamped',
79
+ guide_example_animated: '🎬 Animated: "/animated build hero.mp4"',
80
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
81
+ guide_memory: '🧠 Persistent Brain',
82
+ guide_dev_studio: '🏗️ Dev Studio',
83
+ guide_example_memory_1: '🧠 Memory: "Zecher, scan projects in D:\\DEV"',
84
+ guide_example_memory_2: '🧠 Memory: "Zecher, where were we?"',
85
+ guide_example_memory_3: '🧠 Memory: "Zecher, consolidate memory"',
86
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, brainstorm a productivity app"',
87
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, design the architecture"',
88
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implement story S1"',
89
+ brain_detected: 'Existing brain detected',
90
+ brain_created: 'Global brain created',
91
+ },
92
+
93
+ fr: {
94
+ flag: '🇫🇷',
95
+ name: 'Français',
96
+ locale: 'fr',
97
+ installer_title: ` BMAD+ Installeur v${VERSION} `,
98
+ select_language: 'Choisissez votre langue',
99
+ installing_to: 'Installation dans',
100
+ select_packs: 'Quels packs installer ? (Core est toujours inclus)',
101
+ select_ide: 'Quels IDE utilises-tu ?',
102
+ detected_ides: 'IDE détectés',
103
+ selected_packs: 'Packs sélectionnés',
104
+ enter_name: 'Ton prénom (les agents l\'utilisent pour te saluer)',
105
+ comm_language: 'Langue de communication',
106
+ exec_mode: 'Mode d\'exécution',
107
+ exec_manual: 'ManuelTu appelles les agents toi-même',
108
+ exec_autopilot: 'Autopilot Nexus gère tout le pipeline',
109
+ exec_hybrid: 'Hybride Autopilot avec checkpoints fréquents',
110
+ installing_files: 'Installation des fichiers...',
111
+ configuring_ides: 'Configuration des IDE...',
112
+ installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} fichiers copiés`,
113
+ ide_configured: (n) => `✅ ${n} IDE configuré(s)`,
114
+ cancelled: 'Installation annulée.',
115
+ failed: 'Installation échouée.',
116
+ source_not_found: 'Répertoire source introuvable',
117
+ soon: 'bientôt',
118
+ guide_title: ' Installation terminée — Comment commencer',
119
+ guide_who: '💬 À qui parler ?',
120
+ guide_idea: 'Discuter d\'une idée',
121
+ guide_prd: 'Créer un PRD',
122
+ guide_arch: 'Architecture technique',
123
+ guide_code: 'Implémenter du code',
124
+ guide_test: 'Tester / code review',
125
+ guide_sprint: 'Planifier un sprint',
126
+ guide_auto: 'Tout automatiser',
127
+ guide_osint: 'Investigation OSINT',
128
+ guide_maker: 'Créer un nouvel agent',
129
+ guide_seo: 'Audit SEO / GEO (360°)',
130
+ guide_backup: 'Sauvegarde intelligente',
131
+ guide_animated: 'Site web animé de luxe',
132
+ guide_shield: '🛡️ Conformité GRC',
133
+ guide_example_shield_1: '🛡️ GRC : "Shield, audite mon app pour la conformité RGPD"',
134
+ guide_example_shield_2: '🛡️ GRC : "Shield, gap analysis ISO 27001 vs NIST CSF"',
135
+ guide_example_shield_3: '🛡️ GRC : "Shield, génère un checklist SOC 2"',
136
+ guide_workflow: '🚀 Workflow recommandé :',
137
+ guide_or_auto: ' Ou : "autopilot" pour tout gérer automatiquement',
138
+ guide_output: '📁 Sortie',
139
+ guide_ready: 'BMAD+ est prêt ! Parle à Atlas pour commencer 🚀',
140
+ guide_credits: '✨ BMAD+ est créé par Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
141
+ uninstall_confirm: 'Supprimer BMAD+ de ce projet ?',
142
+ uninstall_removing: 'Suppression...',
143
+ uninstall_done: (n) => `✅ BMAD+ supprimé (${n} éléments)`,
144
+ uninstall_output_kept: '📁 _bmad-output/ conservé (contient des fichiers)',
145
+ installed_on: 'installé le',
146
+ update_confirm: 'Mettre à jour les agents et skills ?',
147
+ update_updating: 'Mise à jour des agents et skills...',
148
+ update_done: (n) => `✅ ${n} fichiers mis à jour`,
149
+ update_current: ' Déjà à jour !',
150
+ update_ready: 'Mise à jour terminée ! 🚀',
151
+ guide_cli_title: 'Commandes CLI',
152
+ guide_cli_install: '— Installer agents & skills',
153
+ guide_cli_update: '— Mettre à jour (conserve la config)',
154
+ guide_cli_doctor: ' Vérifier l\'installation',
155
+ guide_cli_uninstall: ' Supprimer BMAD+ du projet',
156
+ guide_examples_title: 'Exemples rapides',
157
+ guide_example_seo: '🔍 SEO : "/seo audit https://example.com"',
158
+ guide_example_backup: '🗂️ Backup : "/backup create" ZIP horodaté',
159
+ guide_example_animated: '🎬 Animé : "/animated build hero.mp4"',
160
+ guide_example_osint: '🔍 OSINT : "Shadow, investigate John Doe"',
161
+ guide_memory: '🧠 Cerveau persistant',
162
+ guide_dev_studio: '🏗️ Dev Studio',
163
+ guide_example_memory_1: '🧠 Mémoire : "Zecher, scanne les projets dans D:\\DEV"',
164
+ guide_example_memory_2: '🧠 Mémoire : "Zecher, en étions-nous ?"',
165
+ guide_example_memory_3: '🧠 Mémoire : "Zecher, consolide la mémoire"',
166
+ guide_example_dev_studio_1: '🏗️ Dev Studio : "Miriam, brainstorme une app de productivité"',
167
+ guide_example_dev_studio_2: '🏗️ Dev Studio : "Bezalel, conçois l\'architecture"',
168
+ guide_example_dev_studio_3: '🏗️ Dev Studio : "Oholiab, implémente la story S1"',
169
+ brain_detected: 'Cerveau existant détecté',
170
+ brain_created: 'Cerveau global créé',
171
+ },
172
+
173
+ es: {
174
+ flag: '🇪🇸',
175
+ name: 'Español',
176
+ locale: 'es',
177
+ installer_title: ` BMAD+ Instalador v${VERSION} `,
178
+ select_language: 'Seleccione su idioma',
179
+ installing_to: 'Instalando en',
180
+ select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
181
+ select_ide: '¿Qué IDE usas?',
182
+ detected_ides: 'IDEs detectados',
183
+ selected_packs: 'Packs seleccionados',
184
+ enter_name: 'Tu nombre (los agentes lo usan para saludarte)',
185
+ comm_language: 'Idioma de comunicación',
186
+ exec_mode: 'Modo de ejecución',
187
+ exec_manual: 'Manual llamas a los agentes',
188
+ exec_autopilot: 'Autopilot — Nexus gestiona todo el pipeline',
189
+ exec_hybrid: 'Híbrido — Autopilot con puntos de control frecuentes',
190
+ installing_files: 'Instalando archivos...',
191
+ configuring_ides: 'Configurando IDEs...',
192
+ installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} archivos copiados`,
193
+ ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
194
+ cancelled: 'Instalación cancelada.',
195
+ failed: 'Instalación fallida.',
196
+ source_not_found: 'Directorio fuente no encontrado',
197
+ soon: 'próximamente',
198
+ guide_title: ' Instalación completa — Cómo empezar',
199
+ guide_who: '💬 ¿Con quién hablar?',
200
+ guide_idea: 'Discutir una idea',
201
+ guide_prd: 'Crear un PRD',
202
+ guide_arch: 'Arquitectura técnica',
203
+ guide_code: 'Implementar código',
204
+ guide_test: 'Probar / code review',
205
+ guide_sprint: 'Planificar un sprint',
206
+ guide_auto: 'Automatizar todo',
207
+ guide_osint: 'Investigación OSINT',
208
+ guide_maker: 'Crear un agente nuevo',
209
+ guide_seo: 'Auditoría SEO / GEO (360°)',
210
+ guide_backup: 'Copia de seguridad inteligente',
211
+ guide_animated: 'Sitio web animado de lujo',
212
+ guide_shield: '\ud83d\udee1\ufe0f Cumplimiento GRC',
213
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audita mi app para GDPR"',
214
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lisis de brechas ISO 27001 vs NIST CSF"',
215
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist de evidencias SOC 2"',
216
+ guide_workflow: '🚀 Flujo recomendado:',
217
+ guide_or_auto: ' O: "autopilot" para gestionar todo automáticamente',
218
+ guide_output: '📁 Salida',
219
+ guide_ready: '¡BMAD+ está listo! Habla con Atlas para comenzar 🚀',
220
+ guide_credits: '✨ BMAD+ es creado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
221
+ uninstall_confirm: '¿Eliminar BMAD+ de este proyecto?',
222
+ uninstall_removing: 'Eliminando...',
223
+ uninstall_done: (n) => `✅ BMAD+ eliminado (${n} elementos)`,
224
+ uninstall_output_kept: '📁 _bmad-output/ conservado (contiene archivos)',
225
+ installed_on: 'instalado el',
226
+ update_confirm: '¿Actualizar agentes y habilidades?',
227
+ update_updating: 'Actualizando agentes y habilidades...',
228
+ update_done: (n) => `✅ ${n} archivos actualizados`,
229
+ update_current: ' ¡Ya está actualizado!',
230
+ update_ready: '¡Actualización completada! 🚀',
231
+ guide_cli_title: 'Comandos CLI',
232
+ guide_cli_install: '— Instalar agentes y habilidades',
233
+ guide_cli_update: '— Actualizar (conserva la config)',
234
+ guide_cli_doctor: ' Verificar la instalación',
235
+ guide_cli_uninstall: ' Eliminar BMAD+ del proyecto',
236
+ guide_examples_title: 'Ejemplos rápidos',
237
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
238
+ guide_example_backup: '🗂️ Backup: "/backup create" ZIP con marca de tiempo',
239
+ guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
240
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
241
+ guide_memory: '🧠 Cerebro persistente',
242
+ guide_dev_studio: '🏗️ Dev Studio',
243
+ guide_example_memory_1: '🧠 Memoria: "Zecher, escanea proyectos en D:\\DEV"',
244
+ guide_example_memory_2: '🧠 Memoria: "Zecher, ¿dónde estábamos?"',
245
+ guide_example_memory_3: '🧠 Memoria: "Zecher, consolida la memoria"',
246
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, haz una lluvia de ideas para una app de productividad"',
247
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, diseña la arquitectura"',
248
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implementa la historia S1"',
249
+ brain_detected: 'Cerebro existente detectado',
250
+ brain_created: 'Cerebro global creado',
251
+ },
252
+
253
+ de: {
254
+ flag: '🇩🇪',
255
+ name: 'Deutsch',
256
+ locale: 'de',
257
+ installer_title: ` BMAD+ Installer v${VERSION} `,
258
+ select_language: 'Wählen Sie Ihre Sprache',
259
+ installing_to: 'Installiere in',
260
+ select_packs: 'Welche Packs installieren? (Core ist immer enthalten)',
261
+ select_ide: 'Welche IDE verwendest du?',
262
+ detected_ides: 'Erkannte IDEs',
263
+ selected_packs: 'Ausgewählte Packs',
264
+ enter_name: 'Dein Vorname (Agenten verwenden ihn zur Begrüßung)',
265
+ comm_language: 'Kommunikationssprache',
266
+ exec_mode: 'Ausführungsmodus',
267
+ exec_manual: 'Manuell Du rufst Agenten selbst auf',
268
+ exec_autopilot: 'Autopilot Nexus verwaltet die gesamte Pipeline',
269
+ exec_hybrid: 'Hybrid Autopilot mit häufigen Checkpoints',
270
+ installing_files: 'Dateien werden installiert...',
271
+ configuring_ides: 'IDEs werden konfiguriert...',
272
+ installed_summary: (a, s, f) => `✅ ${a} Agenten, ${s} Skills, ${f} Dateien kopiert`,
273
+ ide_configured: (n) => `✅ ${n} IDE(s) konfiguriert`,
274
+ cancelled: 'Installation abgebrochen.',
275
+ failed: 'Installation fehlgeschlagen.',
276
+ source_not_found: 'Quellverzeichnis nicht gefunden',
277
+ soon: 'bald verfügbar',
278
+ guide_title: ' Installation abgeschlossen — Erste Schritte',
279
+ guide_who: '💬 Mit wem sprechen?',
280
+ guide_idea: 'Eine Idee besprechen',
281
+ guide_prd: 'Ein PRD erstellen',
282
+ guide_arch: 'Technische Architektur',
283
+ guide_code: 'Code implementieren',
284
+ guide_test: 'Testen / Code Review',
285
+ guide_sprint: 'Einen Sprint planen',
286
+ guide_auto: 'Alles automatisieren',
287
+ guide_osint: 'OSINT-Ermittlung',
288
+ guide_maker: 'Einen neuen Agenten erstellen',
289
+ guide_seo: 'SEO / GEO Audit (360°)',
290
+ guide_backup: 'Intelligente Projektsicherung',
291
+ guide_animated: 'Animierte Luxus-Website',
292
+ guide_shield: '\ud83d\udee1\ufe0f GRC-Compliance',
293
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, pr\u00fcfe meine App auf DSGVO-Konformit\u00e4t"',
294
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, Gap-Analyse ISO 27001 vs NIST CSF"',
295
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, erstelle SOC 2 Nachweisliste"',
296
+ guide_workflow: '🚀 Empfohlener Workflow:',
297
+ guide_or_auto: ' Oder: "autopilot" für vollautomatische Verwaltung',
298
+ guide_output: '📁 Ausgabe',
299
+ guide_ready: 'BMAD+ ist bereit! Sprich mit Atlas um loszulegen 🚀',
300
+ guide_credits: ' BMAD+ wurde erstellt von Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
301
+ uninstall_confirm: 'BMAD+ aus diesem Projekt entfernen?',
302
+ uninstall_removing: 'Entfernen...',
303
+ uninstall_done: (n) => `✅ BMAD+ entfernt (${n} Elemente)`,
304
+ uninstall_output_kept: '📁 _bmad-output/ beibehalten (enthält Dateien)',
305
+ installed_on: 'installiert am',
306
+ update_confirm: 'Agenten und Skills aktualisieren?',
307
+ update_updating: 'Agenten und Skills werden aktualisiert...',
308
+ update_done: (n) => `✅ ${n} Dateien aktualisiert`,
309
+ update_current: '✅ Bereits aktuell!',
310
+ update_ready: 'Update abgeschlossen! 🚀',
311
+ guide_cli_title: 'CLI-Befehle',
312
+ guide_cli_install: '— Agenten & Skills installieren',
313
+ guide_cli_update: ' Aktualisieren (Konfiguration bleibt)',
314
+ guide_cli_doctor: '— Installation prüfen',
315
+ guide_cli_uninstall: ' BMAD+ vom Projekt entfernen',
316
+ guide_examples_title: 'Schnellbeispiele',
317
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
318
+ guide_example_backup: '🗂️ Backup: "/backup create" ZIP mit Zeitstempel',
319
+ guide_example_animated: '🎬 Animiert: "/animated build hero.mp4"',
320
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
321
+ guide_memory: '🧠 Beständiges Gehirn',
322
+ guide_dev_studio: '🏗️ Dev Studio',
323
+ guide_example_memory_1: '🧠 Gedächtnis: "Zecher, scanne Projekte in D:\\DEV"',
324
+ guide_example_memory_2: '🧠 Gedächtnis: "Zecher, wo waren wir?"',
325
+ guide_example_memory_3: '🧠 Gedächtnis: "Zecher, konsolidiere Gedächtnis"',
326
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, brainstorme eine Produktivitäts-App"',
327
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, entwirf die Architektur"',
328
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implementiere Story S1"',
329
+ brain_detected: 'Vorhandenes Gehirn erkannt',
330
+ brain_created: 'Globales Gehirn erstellt',
331
+ },
332
+
333
+ 'pt-br': {
334
+ flag: '🇧🇷',
335
+ name: 'Português (Brasil)',
336
+ locale: 'pt-BR',
337
+ installer_title: ` BMAD+ Instalador v${VERSION} `,
338
+ select_language: 'Selecione seu idioma',
339
+ installing_to: 'Instalando em',
340
+ select_packs: 'Quais packs instalar? (Core sempre está incluído)',
341
+ select_ide: 'Qual IDE você usa?',
342
+ detected_ides: 'IDEs detectados',
343
+ selected_packs: 'Packs selecionados',
344
+ enter_name: 'Seu nome (os agentes usam para te cumprimentar)',
345
+ comm_language: 'Idioma de comunicação',
346
+ exec_mode: 'Modo de execução',
347
+ exec_manual: 'Manual Você chama os agentes',
348
+ exec_autopilot: 'Autopilot Nexus gerencia todo o pipeline',
349
+ exec_hybrid: 'Híbrido Autopilot com checkpoints frequentes',
350
+ installing_files: 'Instalando arquivos...',
351
+ configuring_ides: 'Configurando IDEs...',
352
+ installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} arquivos copiados`,
353
+ ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
354
+ cancelled: 'Instalação cancelada.',
355
+ failed: 'Instalação falhou.',
356
+ source_not_found: 'Diretório fonte não encontrado',
357
+ soon: 'em breve',
358
+ guide_title: ' Instalação completaComo começar',
359
+ guide_who: '💬 Com quem falar?',
360
+ guide_idea: 'Discutir uma ideia',
361
+ guide_prd: 'Criar um PRD',
362
+ guide_arch: 'Arquitetura técnica',
363
+ guide_code: 'Implementar código',
364
+ guide_test: 'Testar / code review',
365
+ guide_sprint: 'Planejar um sprint',
366
+ guide_auto: 'Automatizar tudo',
367
+ guide_osint: 'Investigação OSINT',
368
+ guide_maker: 'Criar um novo agente',
369
+ guide_seo: 'Auditoria SEO / GEO (360°)',
370
+ guide_backup: 'Backup inteligente do projeto',
371
+ guide_animated: 'Site animado de luxo',
372
+ guide_shield: '\ud83d\udee1\ufe0f Conformidade GRC',
373
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audite meu app para LGPD"',
374
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lise de lacunas ISO 27001 vs NIST CSF"',
375
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, gere checklist de evid\u00eancias SOC 2"',
376
+ guide_workflow: '🚀 Fluxo recomendado:',
377
+ guide_or_auto: ' Ou: "autopilot" para gerenciar tudo automaticamente',
378
+ guide_output: '📁 Saída',
379
+ guide_ready: 'BMAD+ está pronto! Fale com Atlas para começar 🚀',
380
+ guide_credits: '✨ BMAD+ foi criado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
381
+ uninstall_confirm: 'Remover BMAD+ deste projeto?',
382
+ uninstall_removing: 'Removendo...',
383
+ uninstall_done: (n) => `✅ BMAD+ removido (${n} itens)`,
384
+ uninstall_output_kept: '📁 _bmad-output/ mantido (contém arquivos)',
385
+ installed_on: 'instalado em',
386
+ update_confirm: 'Atualizar agentes e habilidades?',
387
+ update_updating: 'Atualizando agentes e habilidades...',
388
+ update_done: (n) => `✅ ${n} arquivos atualizados`,
389
+ update_current: ' está atualizado!',
390
+ update_ready: 'Atualização concluída! 🚀',
391
+ guide_cli_title: 'Comandos CLI',
392
+ guide_cli_install: ' Instalar agentes e habilidades',
393
+ guide_cli_update: ' Atualizar (mantém config)',
394
+ guide_cli_doctor: ' Verificar instalação',
395
+ guide_cli_uninstall: '— Remover BMAD+ do projeto',
396
+ guide_examples_title: 'Exemplos rápidos',
397
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
398
+ guide_example_backup: '🗂️ Backup: "/backup create" → ZIP com timestamp',
399
+ guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
400
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
401
+ guide_memory: '🧠 Cérebro persistente',
402
+ guide_dev_studio: '🏗️ Dev Studio',
403
+ guide_example_memory_1: '🧠 Memória: "Zecher, escaneie projetos em D:\\DEV"',
404
+ guide_example_memory_2: '🧠 Memória: "Zecher, onde estávamos?"',
405
+ guide_example_memory_3: '🧠 Memória: "Zecher, consolide a memória"',
406
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, faça um brainstorm de um app de produtividade"',
407
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, projete a arquitetura"',
408
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implemente a história S1"',
409
+ brain_detected: 'Cérebro existente detectado',
410
+ brain_created: 'Cérebro global criado',
411
+ },
412
+
413
+ ru: {
414
+ flag: '🇷🇺',
415
+ name: 'Русский',
416
+ locale: 'ru',
417
+ installer_title: ` BMAD+ Установщик v${VERSION} `,
418
+ select_language: 'Выберите язык',
419
+ installing_to: 'Установка в',
420
+ select_packs: 'Какие пакеты установить? (Core всегда включён)',
421
+ select_ide: 'Какую IDE вы используете?',
422
+ detected_ides: 'Обнаруженные IDE',
423
+ selected_packs: 'Выбранные пакеты',
424
+ enter_name: 'Ваше имя (агенты используют его для приветствия)',
425
+ comm_language: 'Язык общения',
426
+ exec_mode: 'Режим выполнения',
427
+ exec_manual: 'Ручной Вы вызываете агентов сами',
428
+ exec_autopilot: 'Автопилот Nexus управляет всем конвейером',
429
+ exec_hybrid: 'Гибрид Автопилот с частыми контрольными точками',
430
+ installing_files: 'Установка файлов...',
431
+ configuring_ides: 'Настройка IDE...',
432
+ installed_summary: (a, s, f) => `✅ ${a} агентов, ${s} навыков, ${f} файлов скопировано`,
433
+ ide_configured: (n) => `✅ ${n} IDE настроено`,
434
+ cancelled: 'Установка отменена.',
435
+ failed: 'Установка не удалась.',
436
+ source_not_found: 'Исходная директория не найдена',
437
+ soon: 'скоро',
438
+ guide_title: ' Установка завершена — Начало работы',
439
+ guide_who: '💬 С кем поговорить?',
440
+ guide_idea: 'Обсудить идею',
441
+ guide_prd: 'Создать PRD',
442
+ guide_arch: 'Техническая архитектура',
443
+ guide_code: 'Реализовать код',
444
+ guide_test: 'Тестировать / ревью кода',
445
+ guide_sprint: 'Планировать спринт',
446
+ guide_auto: 'Автоматизировать всё',
447
+ guide_osint: 'OSINT расследование',
448
+ guide_maker: 'Создать нового агента',
449
+ guide_seo: 'SEO / GEO аудит (360°)',
450
+ guide_backup: 'Умное резервное копирование',
451
+ guide_animated: 'Анимированный люксовый сайт',
452
+ guide_shield: '🛡️ Соответствие GRC',
453
+ guide_example_shield_1: '🛡️ GRC: "Shield, проверь моё приложение на GDPR"',
454
+ guide_example_shield_2: '🛡️ GRC: "Shield, gap-анализ ISO 27001 vs NIST CSF"',
455
+ guide_example_shield_3: '🛡️ GRC: "Shield, создай чеклист SOC 2"',
456
+ guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
457
+ guide_or_auto: '⚡ Или: "autopilot" для полной автоматизации',
458
+ guide_output: '📁 Вывод',
459
+ guide_ready: 'BMAD+ готов! Поговорите с Atlas чтобы начать 🚀',
460
+ guide_credits: ' BMAD+ создан Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
461
+ uninstall_confirm: 'Удалить BMAD+ из этого проекта?',
462
+ uninstall_removing: 'Удаление...',
463
+ uninstall_done: (n) => `✅ BMAD+ удалён (${n} элементов)`,
464
+ uninstall_output_kept: '📁 _bmad-output/ сохранён (содержит файлы)',
465
+ installed_on: 'установлено',
466
+ update_confirm: 'Обновить агентов и навыки?',
467
+ update_updating: 'Обновление агентов и навыков...',
468
+ update_done: (n) => `✅ ${n} файлов обновлено`,
469
+ update_current: ' Уже актуально!',
470
+ update_ready: 'Обновление завершено! 🚀',
471
+ guide_cli_title: 'Команды CLI',
472
+ guide_cli_install: '— Установить агентов',
473
+ guide_cli_update: '— Обновить (сохранить конфиг)',
474
+ guide_cli_doctor: '— Проверить установку',
475
+ guide_cli_uninstall: '— Удалить BMAD+',
476
+ guide_examples_title: 'Быстрые примеры',
477
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
478
+ guide_example_backup: '🗂️ Бэкап: "/backup create" → ZIP',
479
+ guide_example_animated: '🎬 Анимация: "/animated build hero.mp4"',
480
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
481
+ guide_memory: '🧠 Постоянный мозг',
482
+ guide_dev_studio: '🏗️ Dev Studio',
483
+ guide_example_memory_1: '🧠 Память: "Zecher, сканируй проекты в D:\\DEV"',
484
+ guide_example_memory_2: '🧠 Память: "Zecher, на чём мы остановились?"',
485
+ guide_example_memory_3: '🧠 Память: "Zecher, консолидируй память"',
486
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, проведи мозговой штурм приложения"',
487
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, спроектируй архитектуру"',
488
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, реализуй историю S1"',
489
+ brain_detected: 'Существующий мозг обнаружен',
490
+ brain_created: 'Глобальный мозг создан',
491
+ },
492
+
493
+ zh: {
494
+ flag: '🇨🇳',
495
+ name: '中文 (简体)',
496
+ locale: 'zh-CN',
497
+ installer_title: ` BMAD+ 安装程序 v${VERSION} `,
498
+ select_language: '选择您的语言',
499
+ installing_to: '安装到',
500
+ select_packs: '安装哪些包?(Core 始终包含)',
501
+ select_ide: '您使用哪个 IDE?',
502
+ detected_ides: '检测到的 IDE',
503
+ selected_packs: '已选择的包',
504
+ enter_name: '您的名字(代理会用它来问候您)',
505
+ comm_language: '沟通语言',
506
+ exec_mode: '执行模式',
507
+ exec_manual: '手动 — 您自己调用代理',
508
+ exec_autopilot: '自动驾驶 — Nexus 管理整个流程',
509
+ exec_hybrid: '混合 — 自动驾驶并设有频繁检查点',
510
+ installing_files: '正在安装文件...',
511
+ configuring_ides: '正在配置 IDE...',
512
+ installed_summary: (a, s, f) => `✅ ${a} 个代理、${s} 个技能、${f} 个文件已复制`,
513
+ ide_configured: (n) => `✅ ${n} 个 IDE 已配置`,
514
+ cancelled: '安装已取消。',
515
+ failed: '安装失败。',
516
+ source_not_found: '未找到源目录',
517
+ soon: '即将推出',
518
+ guide_title: ' 安装完成 如何开始',
519
+ guide_who: '💬 与谁交谈?',
520
+ guide_idea: '讨论一个想法',
521
+ guide_prd: '创建 PRD',
522
+ guide_arch: '技术架构',
523
+ guide_code: '实现代码',
524
+ guide_test: '测试 / 代码审查',
525
+ guide_sprint: '规划冲刺',
526
+ guide_auto: '自动化一切',
527
+ guide_osint: 'OSINT 调查',
528
+ guide_maker: '创建新代理',
529
+ guide_seo: 'SEO / GEO 审计 (360°)',
530
+ guide_backup: '智能项目备份',
531
+ guide_animated: '动画奢华网站',
532
+ guide_shield: '🛡️ GRC 合规',
533
+ guide_example_shield_1: '🛡️ GRC: "Shield, 审查我的应用 GDPR 合规性"',
534
+ guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF 差距分析"',
535
+ guide_example_shield_3: '🛡️ GRC: "Shield, 生成 SOC 2 证据清单"',
536
+ guide_workflow: '🚀 推荐工作流程:',
537
+ guide_or_auto: ' 或者:"autopilot" 全自动管理',
538
+ guide_output: '📁 输出',
539
+ guide_ready: 'BMAD+ 已就绪!与 Atlas 交谈开始 🚀',
540
+ guide_credits: '✨ BMAD+ Laurent Rochetta 创建 github.com/lrochetta/BMAD-PLUS ✨',
541
+ uninstall_confirm: '从此项目中删除 BMAD+?',
542
+ uninstall_removing: '删除中...',
543
+ uninstall_done: (n) => `✅ BMAD+ 已删除(${n} 项)`,
544
+ uninstall_output_kept: '📁 _bmad-output/ 已保留(包含文件)',
545
+ installed_on: '安装于',
546
+ update_confirm: '更新代理和技能?',
547
+ update_updating: '正在更新代理和技能...',
548
+ update_done: (n) => `✅ ${n} 个文件已更新`,
549
+ update_current: ' 已是最新版本!',
550
+ update_ready: '更新完成!🚀',
551
+ guide_cli_title: 'CLI 命令',
552
+ guide_cli_install: ' 安装代理和技能',
553
+ guide_cli_update: ' 更新(保留配置)',
554
+ guide_cli_doctor: ' 检查安装',
555
+ guide_cli_uninstall: ' 删除 BMAD+',
556
+ guide_examples_title: '快速示例',
557
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
558
+ guide_example_backup: '🗂️ 备份: "/backup create" → ZIP',
559
+ guide_example_animated: '🎬 动画: "/animated build hero.mp4"',
560
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
561
+ guide_memory: '🧠 持久记忆',
562
+ guide_dev_studio: '🏗️ Dev Studio',
563
+ guide_example_memory_1: '🧠 记忆: "Zecher, 扫描 D:\\DEV 中的项目"',
564
+ guide_example_memory_2: '🧠 记忆: "Zecher, 我们进行到哪里了?"',
565
+ guide_example_memory_3: '🧠 记忆: "Zecher, 整合记忆"',
566
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, 集思广益一个生产力应用"',
567
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, 设计架构"',
568
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, 实现故事 S1"',
569
+ brain_detected: '检测到现有大脑',
570
+ brain_created: '全局大脑已创建',
571
+ },
572
+
573
+ he: {
574
+ flag: '🇮🇱',
575
+ name: 'עברית',
576
+ locale: 'he',
577
+ installer_title: ` BMAD+ מתקין v${VERSION} `,
578
+ select_language: 'בחר את השפה שלך',
579
+ installing_to: 'מתקין ב',
580
+ select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
581
+ select_ide: 'באיזה IDE אתה משתמש?',
582
+ detected_ides: 'IDE שזוהו',
583
+ selected_packs: 'חבילות שנבחרו',
584
+ enter_name: 'השם שלך (הסוכנים משתמשים בו לברכך)',
585
+ comm_language: 'שפת תקשורת',
586
+ exec_mode: 'מצב ביצוע',
587
+ exec_manual: 'ידני אתה קורא לסוכנים בעצמך',
588
+ exec_autopilot: 'טייס אוטומטי Nexus מנהל את כל הצינור',
589
+ exec_hybrid: 'היברידי — טייס אוטומטי עם נקודות בקרה תכופות',
590
+ installing_files: 'מתקין קבצים...',
591
+ configuring_ides: 'מגדיר IDE...',
592
+ installed_summary: (a, s, f) => `✅ ${a} סוכנים, ${s} כישורים, ${f} קבצים הועתקו`,
593
+ ide_configured: (n) => `✅ ${n} IDE הוגדרו`,
594
+ cancelled: 'ההתקנה בוטלה.',
595
+ failed: 'ההתקנה נכשלה.',
596
+ source_not_found: 'ספריית המקור לא נמצאה',
597
+ soon: 'בקרוב',
598
+ guide_title: '✅ ההתקנה הושלמה — איך להתחיל',
599
+ guide_who: '💬 עם מי לדבר?',
600
+ guide_idea: 'לדון ברעיון',
601
+ guide_prd: 'ליצור PRD',
602
+ guide_arch: 'ארכיטקטורה טכנית',
603
+ guide_code: 'לממש קוד',
604
+ guide_test: 'לבדוק / סקירת קוד',
605
+ guide_sprint: 'לתכנן ספרינט',
606
+ guide_auto: 'לאוטמט הכל',
607
+ guide_osint: 'חקירת OSINT',
608
+ guide_maker: 'ליצור סוכן חדש',
609
+ guide_seo: 'ביקורת SEO / GEO (360°)',
610
+ guide_backup: 'גיבוי חכם של הפרויקט',
611
+ guide_animated: 'אתר אנימציה יוקרתי',
612
+ guide_shield: '🛡️ תאימות GRC',
613
+ guide_example_shield_1: '🛡️ GRC: "Shield, בדוק את האפליקציה שלי ל-GDPR"',
614
+ guide_example_shield_2: '🛡️ GRC: "Shield, ניתוח פערים ISO 27001 מול NIST CSF"',
615
+ guide_example_shield_3: '🛡️ GRC: "Shield, צור רשימת ראיות SOC 2"',
616
+ guide_workflow: '🚀 תהליך עבודה מומלץ:',
617
+ guide_or_auto: ' או: "autopilot" לניהול אוטומטי מלא',
618
+ guide_output: '📁 פלט',
619
+ guide_ready: '!BMAD+ מוכן! דבר עם Atlas כדי להתחיל 🚀',
620
+ guide_credits: '✨ BMAD+ נוצר על ידי Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
621
+ uninstall_confirm: 'להסיר את BMAD+ מהפרויקט הזה?',
622
+ uninstall_removing: 'מסיר...',
623
+ uninstall_done: (n) => `✅ BMAD+ הוסר (${n} פריטים)`,
624
+ uninstall_output_kept: '📁 _bmad-output/ נשמר (מכיל קבצים)',
625
+ installed_on: 'הותקן ב',
626
+ update_confirm: 'לעדכן סוכנים וכישורים?',
627
+ update_updating: 'מעדכן סוכנים וכישורים...',
628
+ update_done: (n) => `✅ ${n} קבצים עודכנו`,
629
+ update_current: '✅ כבר מעודכן!',
630
+ update_ready: 'העדכון הושלם! 🚀',
631
+ guide_cli_title: 'פקודות CLI',
632
+ guide_cli_install: ' התקנת סוכנים',
633
+ guide_cli_update: ' עדכון (שומר תצורה)',
634
+ guide_cli_doctor: ' בדיקת התקנה',
635
+ guide_cli_uninstall: ' הסרת BMAD+',
636
+ guide_examples_title: 'דוגמאות מהירות',
637
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
638
+ guide_example_backup: '🗂️ גיבוי: "/backup create" ZIP',
639
+ guide_example_animated: '🎬 אנימציה: "/animated build hero.mp4"',
640
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
641
+ guide_memory: '🧠 זיכרון מתמשך',
642
+ guide_dev_studio: '🏗️ Dev Studio',
643
+ guide_example_memory_1: '🧠 זיכרון: "Zecher, סרוק פרויקטים ב-D:\\DEV"',
644
+ guide_example_memory_2: '🧠 זיכרון: "Zecher, איפה היינו?"',
645
+ guide_example_memory_3: '🧠 זיכרון: "Zecher, אחד זיכרון"',
646
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, עשה סיעור מוחות לאפליקציית פרודוקטיביות"',
647
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, תכנן את הארכיטקטורה"',
648
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, יישם את הסיפור S1"',
649
+ brain_detected: 'זוהה מוח קיים',
650
+ brain_created: 'מוח גלובלי נוצר',
651
+ },
652
+
653
+ ja: {
654
+ flag: '🇯🇵',
655
+ name: '日本語',
656
+ locale: 'ja',
657
+ installer_title: ` BMAD+ インストーラー v${VERSION} `,
658
+ select_language: '言語を選択してください',
659
+ installing_to: 'インストール先',
660
+ select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
661
+ select_ide: 'どのIDEを使用していますか?',
662
+ detected_ides: '検出されたIDE',
663
+ selected_packs: '選択されたパック',
664
+ enter_name: 'あなたの名前(エージェントが挨拶に使います)',
665
+ comm_language: 'コミュニケーション言語',
666
+ exec_mode: '実行モード',
667
+ exec_manual: '手動 — 自分でエージェントを呼び出す',
668
+ exec_autopilot: 'オートパイロット Nexusがパイプライン全体を管理',
669
+ exec_hybrid: 'ハイブリッド 頻繁なチェックポイント付きオートパイロット',
670
+ installing_files: 'ファイルをインストール中...',
671
+ configuring_ides: 'IDEを設定中...',
672
+ installed_summary: (a, s, f) => `✅ ${a}エージェント、${s}スキル、${f}ファイルをコピー`,
673
+ ide_configured: (n) => `✅ ${n}つのIDEを設定`,
674
+ cancelled: 'インストールがキャンセルされました。',
675
+ failed: 'インストールに失敗しました。',
676
+ source_not_found: 'ソースディレクトリが見つかりません',
677
+ soon: '近日公開',
678
+ guide_title: ' インストール完了 始め方',
679
+ guide_who: '💬 誰に話しかける?',
680
+ guide_idea: 'アイデアを議論する',
681
+ guide_prd: 'PRDを作成する',
682
+ guide_arch: '技術アーキテクチャ',
683
+ guide_code: 'コードを実装する',
684
+ guide_test: 'テスト / コードレビュー',
685
+ guide_sprint: 'スプリントを計画する',
686
+ guide_auto: 'すべてを自動化する',
687
+ guide_osint: 'OSINT調査',
688
+ guide_maker: '新しいエージェントを作成する',
689
+ guide_seo: 'SEO / GEO 監査 (360°)',
690
+ guide_backup: 'スマートプロジェクトバックアップ',
691
+ guide_animated: 'アニメーション高級ウェブサイト',
692
+ guide_shield: '🛡️ GRC コンプライアンス',
693
+ guide_example_shield_1: '🛡️ GRC: "Shield, アプリのGDPR準拠を監査"',
694
+ guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF ギャップ分析"',
695
+ guide_example_shield_3: '🛡️ GRC: "Shield, SOC 2 エビデンスチェックリスト生成"',
696
+ guide_workflow: '🚀 推奨ワークフロー:',
697
+ guide_or_auto: ' または: "autopilot" で全自動管理',
698
+ guide_output: '📁 出力',
699
+ guide_ready: 'BMAD+ 準備完了!Atlasに話しかけて始めましょう 🚀',
700
+ guide_credits: ' BMAD+ は Laurent Rochetta によって作成されました — github.com/lrochetta/BMAD-PLUS ✨',
701
+ uninstall_confirm: 'このプロジェクトからBMAD+を削除しますか?',
702
+ uninstall_removing: '削除中...',
703
+ uninstall_done: (n) => `✅ BMAD+を削除しました(${n}項目)`,
704
+ uninstall_output_kept: '📁 _bmad-output/ は保持されました(ファイルが含まれています)',
705
+ installed_on: 'インストール日',
706
+ update_confirm: 'エージェントとスキルを更新しますか?',
707
+ update_updating: 'エージェントとスキルを更新中...',
708
+ update_done: (n) => `✅ ${n}ファイルを更新しました`,
709
+ update_current: ' 最新の状態です!',
710
+ update_ready: 'アップデート完了!🚀',
711
+ guide_cli_title: 'CLIコマンド',
712
+ guide_cli_install: ' エージェントをインストール',
713
+ guide_cli_update: ' 更新(設定保持)',
714
+ guide_cli_doctor: ' インストール確認',
715
+ guide_cli_uninstall: ' BMAD+を削除',
716
+ guide_examples_title: 'クイック例',
717
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
718
+ guide_example_backup: '🗂️ バックアップ: "/backup create" → ZIP',
719
+ guide_example_animated: '🎬 アニメ: "/animated build hero.mp4"',
720
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
721
+ guide_memory: '🧠 永続的な脳',
722
+ guide_dev_studio: '🏗️ Dev Studio',
723
+ guide_example_memory_1: '🧠 記憶: "Zecher, D:\\DEV のプロジェクトをスキャン"',
724
+ guide_example_memory_2: '🧠 記憶: "Zecher, どこまで進んだ?"',
725
+ guide_example_memory_3: '🧠 記憶: "Zecher, 記憶を統合"',
726
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, 生産性アプリをブレインストーミング"',
727
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, アーキテクチャを設計"',
728
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, ストーリーS1を実装"',
729
+ brain_detected: '既存の脳を検出',
730
+ brain_created: 'グローバル脳を作成',
731
+ },
732
+
733
+ it: {
734
+ flag: '🇮🇹',
735
+ name: 'Italiano',
736
+ locale: 'it',
737
+ installer_title: ` BMAD+ Installatore v${VERSION} `,
738
+ select_language: 'Seleziona la tua lingua',
739
+ installing_to: 'Installazione in',
740
+ select_packs: 'Quali pack installare? (Core è sempre incluso)',
741
+ select_ide: 'Quale IDE usi?',
742
+ detected_ides: 'IDE rilevati',
743
+ selected_packs: 'Pack selezionati',
744
+ enter_name: 'Il tuo nome (gli agenti lo usano per salutarti)',
745
+ comm_language: 'Lingua di comunicazione',
746
+ exec_mode: 'Modalità di esecuzione',
747
+ exec_manual: 'Manuale — Chiami tu gli agenti',
748
+ exec_autopilot: 'Autopilot — Nexus gestisce l\'intera pipeline',
749
+ exec_hybrid: 'Ibrido — Autopilot con checkpoint frequenti',
750
+ installing_files: 'Installazione file in corso...',
751
+ configuring_ides: 'Configurazione IDE...',
752
+ installed_summary: (a, s, f) => `✅ ${a} agenti, ${s} skill, ${f} file copiati`,
753
+ ide_configured: (n) => `✅ ${n} IDE configurati`,
754
+ cancelled: 'Installazione annullata.',
755
+ failed: 'Installazione fallita.',
756
+ source_not_found: 'Directory sorgente non trovata',
757
+ soon: 'prossimamente',
758
+ guide_title: '✅ Installazione completata — Come iniziare',
759
+ guide_who: '💬 Con chi parlare?',
760
+ guide_idea: 'Discutere un\'idea',
761
+ guide_prd: 'Creare un PRD',
762
+ guide_arch: 'Architettura tecnica',
763
+ guide_code: 'Implementare codice',
764
+ guide_test: 'Testare / code review',
765
+ guide_sprint: 'Pianificare uno sprint',
766
+ guide_auto: 'Automatizzare tutto',
767
+ guide_osint: 'Indagine OSINT',
768
+ guide_maker: 'Creare un nuovo agente',
769
+ guide_seo: 'Audit SEO / GEO (360°)',
770
+ guide_backup: 'Backup intelligente del progetto',
771
+ guide_animated: 'Sito web animato di lusso',
772
+ guide_shield: '\ud83d\udee1\ufe0f Conformit\u00e0 GRC',
773
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, verifica la mia app per il GDPR"',
774
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
775
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist evidenze SOC 2"',
776
+ guide_workflow: '🚀 Flusso consigliato:',
777
+ guide_or_auto: '⚡ Oppure: "autopilot" per gestire tutto automaticamente',
778
+ guide_output: '📁 Output',
779
+ guide_ready: 'BMAD+ è pronto! Parla con Atlas per iniziare 🚀',
780
+ guide_credits: '✨ BMAD+ è creato da Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
781
+ uninstall_confirm: 'Rimuovere BMAD+ da questo progetto?',
782
+ uninstall_removing: 'Rimozione...',
783
+ uninstall_done: (n) => `✅ BMAD+ rimosso (${n} elementi)`,
784
+ uninstall_output_kept: '📁 _bmad-output/ conservato (contiene file)',
785
+ installed_on: 'installato il',
786
+ update_confirm: 'Aggiornare agenti e skill?',
787
+ update_updating: 'Aggiornamento agenti e skill...',
788
+ update_done: (n) => `✅ ${n} file aggiornati`,
789
+ update_current: '✅ Già aggiornato!',
790
+ update_ready: 'Aggiornamento completato! 🚀',
791
+ guide_cli_title: 'Comandi CLI',
792
+ guide_cli_install: '— Installa agenti e skill',
793
+ guide_cli_update: '— Aggiorna (mantiene la config)',
794
+ guide_cli_doctor: '— Verifica installazione',
795
+ guide_cli_uninstall: '— Rimuovi BMAD+ dal progetto',
796
+ guide_examples_title: 'Esempi rapidi',
797
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
798
+ guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con timestamp',
799
+ guide_example_animated: '🎬 Animato: "/animated build hero.mp4"',
800
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
801
+ guide_memory: '🧠 Memoria persistente',
802
+ guide_dev_studio: '🏗️ Dev Studio',
803
+ guide_example_memory_1: '🧠 Memoria: "Zecher, scansiona progetti in D:\\DEV"',
804
+ guide_example_memory_2: '🧠 Memoria: "Zecher, dove eravamo?"',
805
+ guide_example_memory_3: '🧠 Memoria: "Zecher, consolida la memoria"',
806
+ guide_example_dev_studio_1: '🏗️ Dev Studio: "Miriam, fai un brainstorming di un\'app di produttività"',
807
+ guide_example_dev_studio_2: '🏗️ Dev Studio: "Bezalel, progetta l\'architettura"',
808
+ guide_example_dev_studio_3: '🏗️ Dev Studio: "Oholiab, implementa la storia S1"',
809
+ brain_detected: 'Cervello esistente rilevato',
810
+ brain_created: 'Cervello globale creato',
811
+ },
812
+ };
813
+
814
+ /**
815
+ * Get translation for a given language key
816
+ * @param {string} lang - Language code (en, fr, es, de, pt-br, ru, zh, he, ja)
817
+ * @returns {object} Translation object
818
+ */
819
+ function t(lang) {
820
+ return LANGUAGES[lang] || LANGUAGES.en;
821
+ }
822
+
823
+ /**
824
+ * Get available languages as clack options
825
+ * @returns {Array} Options for clack.select
826
+ */
827
+ function getLanguageOptions() {
828
+ return Object.entries(LANGUAGES).map(([key, lang]) => ({
829
+ value: key,
830
+ label: `${lang.flag} ${lang.name}`,
831
+ }));
832
+ }
833
+
834
+ /**
835
+ * Get available language names mapped to their locale (for comm language selector)
836
+ * @returns {Array} Options for clack.select
837
+ */
838
+ function getCommLanguageOptions() {
839
+ return Object.entries(LANGUAGES).map(([, lang]) => ({
840
+ value: lang.name,
841
+ label: `${lang.flag} ${lang.name}`,
842
+ }));
843
+ }
844
+
845
+ module.exports = { LANGUAGES, t, getLanguageOptions, getCommLanguageOptions };