bmad-plus 0.4.3 → 0.5.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 (133) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +4 -3
  3. package/package.json +5 -1
  4. package/readme-international/README.de.md +2 -2
  5. package/readme-international/README.es.md +2 -2
  6. package/readme-international/README.fr.md +2 -2
  7. package/src/bmad-plus/module.yaml +43 -12
  8. package/src/bmad-plus/packs/pack-shield/README.md +110 -0
  9. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -0
  10. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -0
  11. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -0
  12. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -0
  13. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -0
  14. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -0
  15. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -0
  16. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -0
  17. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -0
  18. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -0
  19. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -0
  20. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -0
  21. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -0
  22. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -0
  23. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -0
  24. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -0
  25. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -0
  26. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -0
  27. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -0
  28. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -0
  29. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -0
  30. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -0
  31. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -0
  32. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -0
  33. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -0
  34. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -0
  35. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -0
  36. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -0
  37. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -0
  38. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -0
  39. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -0
  40. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -0
  41. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -0
  42. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -0
  43. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -0
  44. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -0
  45. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -0
  46. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -0
  47. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -0
  48. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -0
  49. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -0
  50. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -0
  51. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -0
  52. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -0
  53. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -0
  54. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -0
  55. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -0
  56. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -0
  57. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -0
  58. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -0
  59. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -0
  60. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -0
  61. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -0
  62. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -0
  63. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -0
  64. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -0
  65. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -0
  66. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -0
  67. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -0
  68. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -0
  69. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -0
  70. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -0
  71. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -0
  72. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -0
  73. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -0
  74. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -0
  75. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -0
  76. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -0
  77. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -0
  78. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -0
  79. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -0
  80. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -0
  81. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -0
  82. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -0
  83. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -0
  84. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -0
  85. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -0
  86. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -0
  87. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -0
  88. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -0
  89. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -0
  90. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -0
  91. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -0
  92. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -0
  93. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -0
  94. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -0
  95. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -0
  96. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -0
  97. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -0
  98. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -0
  99. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -0
  100. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -0
  101. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -0
  102. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -0
  103. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -0
  104. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -0
  105. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -0
  106. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -0
  107. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -0
  108. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -0
  109. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -0
  110. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -0
  111. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -0
  112. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -0
  113. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -0
  114. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -0
  115. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -0
  116. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -0
  117. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -0
  118. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -0
  119. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -0
  120. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -0
  121. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -0
  122. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -0
  123. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -0
  124. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -0
  125. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -0
  126. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -0
  127. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -0
  128. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -0
  129. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -0
  130. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -0
  131. package/tools/cli/commands/install.js +22 -9
  132. package/tools/cli/commands/update.js +4 -2
  133. package/tools/cli/i18n.js +514 -394
package/tools/cli/i18n.js CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * BMAD+ CLI — Internationalization (i18n)
1
+ /**
2
+ * BMAD+ CLI Internationalization (i18n)
3
3
  * 10 languages: EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
4
4
  *
5
5
  * Author: Laurent Rochetta
@@ -7,10 +7,10 @@
7
7
 
8
8
  const LANGUAGES = {
9
9
  en: {
10
- flag: '🇬🇧',
10
+ flag: '🇬🇧',
11
11
  name: 'English',
12
12
  locale: 'en',
13
- installer_title: ' BMAD+ Installer v0.4.3 ',
13
+ installer_title: ' BMAD+ Installer v0.5.0 ',
14
14
  select_language: 'Select your language',
15
15
  installing_to: 'Installing to',
16
16
  select_packs: 'Which packs to install? (Core is always included)',
@@ -20,19 +20,19 @@ const LANGUAGES = {
20
20
  enter_name: 'Your first name (agents use it to greet you)',
21
21
  comm_language: 'Communication language',
22
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: 'Hybrid — Autopilot with frequent checkpoints',
23
+ exec_manual: 'Manual You call agents yourself',
24
+ exec_autopilot: 'Autopilot Nexus manages the full pipeline',
25
+ exec_hybrid: 'Hybrid Autopilot with frequent checkpoints',
26
26
  installing_files: 'Installing files...',
27
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`,
28
+ installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} files copied`,
29
+ ide_configured: (n) => `✅ ${n} IDE(s) configured`,
30
30
  cancelled: 'Installation cancelled.',
31
31
  failed: 'Installation failed.',
32
32
  source_not_found: 'Source directory not found',
33
33
  soon: 'coming soon',
34
- guide_title: '✅ Installation complete — Getting started',
35
- guide_who: '💬 Who to talk to?',
34
+ guide_title: ' Installation complete Getting started',
35
+ guide_who: '💬 Who to talk to?',
36
36
  guide_idea: 'Discuss an idea',
37
37
  guide_prd: 'Create a PRD',
38
38
  guide_arch: 'Technical architecture',
@@ -42,187 +42,209 @@ const LANGUAGES = {
42
42
  guide_auto: 'Automate everything',
43
43
  guide_osint: 'OSINT investigation',
44
44
  guide_maker: 'Create a new agent',
45
- guide_seo: 'SEO / GEO audit (360°)',
45
+ guide_seo: 'SEO / GEO audit (360°)',
46
46
  guide_backup: 'Smart project backup',
47
47
  guide_animated: 'Animated luxury website',
48
- guide_workflow: '🚀 Recommended workflow:',
49
- guide_or_auto: 'âš¡ Or: "autopilot" to manage everything automatically',
50
- guide_output: '📁 Output',
51
- guide_ready: 'BMAD+ is ready! Talk to Atlas to get started 🚀',
52
- guide_credits: '✨ BMAD+ is created by Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
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 ✨',
53
57
  // Uninstall
54
58
  uninstall_confirm: 'Remove BMAD+ from this project?',
55
59
  uninstall_removing: 'Removing...',
56
- uninstall_done: (n) => `✅ BMAD+ removed (${n} items)`,
57
- uninstall_output_kept: '📁 _bmad-output/ kept (contains files)',
60
+ uninstall_done: (n) => `✅ BMAD+ removed (${n} items)`,
61
+ uninstall_output_kept: '📁 _bmad-output/ kept (contains files)',
58
62
  installed_on: 'installed',
59
63
  // Update
60
64
  update_confirm: 'Update agents and skills?',
61
65
  update_updating: 'Updating agents and skills...',
62
- update_done: (n) => `✅ ${n} files updated`,
63
- update_current: '✅ Already up to date!',
64
- update_ready: 'Update complete! 🚀',
66
+ update_done: (n) => `✅ ${n} files updated`,
67
+ update_current: ' Already up to date!',
68
+ update_ready: 'Update complete! 🚀',
65
69
  guide_cli_title: 'CLI Commands',
66
- guide_cli_install: '— Install agents & skills',
67
- guide_cli_update: '— Update agents (keeps config)',
68
- guide_cli_doctor: '— Check installation health',
69
- guide_cli_uninstall: '— Remove BMAD+ from project',
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',
70
74
  guide_examples_title: 'Quick Examples',
71
- guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
72
- guide_example_backup: '🗂️ Backup: "/backup create" → ZIP timestamped',
73
- guide_example_animated: '🎬 Animated: "/animated build hero.mp4"',
74
- guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
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"',
75
79
  },
76
80
 
77
81
  fr: {
78
- flag: '🇫🇷',
79
- name: 'Français',
82
+ flag: '🇫🇷',
83
+ name: 'Français',
80
84
  locale: 'fr',
81
- installer_title: ' BMAD+ Installeur v0.4.3 ',
85
+ installer_title: ' BMAD+ Installeur v0.5.0 ',
82
86
  select_language: 'Choisissez votre langue',
83
87
  installing_to: 'Installation dans',
84
88
  select_packs: 'Quels packs installer ? (Core est toujours inclus)',
85
89
  select_ide: 'Quels IDE utilises-tu ?',
86
- detected_ides: 'IDE détectés',
87
- selected_packs: 'Packs sélectionnés',
88
- enter_name: 'Ton prénom (les agents l\'utilisent pour te saluer)',
90
+ detected_ides: 'IDE détectés',
91
+ selected_packs: 'Packs sélectionnés',
92
+ enter_name: 'Ton prénom (les agents l\'utilisent pour te saluer)',
89
93
  comm_language: 'Langue de communication',
90
- exec_mode: 'Mode d\'exécution',
91
- exec_manual: 'Manuel — Tu appelles les agents toi-même',
92
- exec_autopilot: 'Autopilot — Nexus gère tout le pipeline',
93
- exec_hybrid: 'Hybride — Autopilot avec checkpoints fréquents',
94
+ exec_mode: 'Mode d\'exécution',
95
+ exec_manual: 'Manuel Tu appelles les agents toi-même',
96
+ exec_autopilot: 'Autopilot Nexus gère tout le pipeline',
97
+ exec_hybrid: 'Hybride Autopilot avec checkpoints fréquents',
94
98
  installing_files: 'Installation des fichiers...',
95
99
  configuring_ides: 'Configuration des IDE...',
96
- installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} fichiers copiés`,
97
- ide_configured: (n) => `✅ ${n} IDE configuré(s)`,
98
- cancelled: 'Installation annulée.',
99
- failed: 'Installation échouée.',
100
- source_not_found: 'Répertoire source introuvable',
101
- soon: 'bientôt',
102
- guide_title: '✅ Installation terminée — Comment commencer',
103
- guide_who: '💬 À qui parler ?',
104
- guide_idea: 'Discuter d\'une idée',
105
- guide_prd: 'Créer un PRD',
100
+ installed_summary: (a, s, f) => `✅ ${a} agents, ${s} skills, ${f} fichiers copiés`,
101
+ ide_configured: (n) => `✅ ${n} IDE configuré(s)`,
102
+ cancelled: 'Installation annulée.',
103
+ failed: 'Installation échouée.',
104
+ source_not_found: 'Répertoire source introuvable',
105
+ soon: 'bientôt',
106
+ guide_title: ' Installation terminée Comment commencer',
107
+ guide_who: '💬 À qui parler ?',
108
+ guide_idea: 'Discuter d\'une idée',
109
+ guide_prd: 'Créer un PRD',
106
110
  guide_arch: 'Architecture technique',
107
- guide_code: 'Implémenter du code',
111
+ guide_code: 'Implémenter du code',
108
112
  guide_test: 'Tester / code review',
109
113
  guide_sprint: 'Planifier un sprint',
110
114
  guide_auto: 'Tout automatiser',
111
115
  guide_osint: 'Investigation OSINT',
112
- guide_maker: 'Créer un nouvel agent',
113
- guide_seo: 'Audit SEO / GEO (360°)',
116
+ guide_maker: 'Créer un nouvel agent',
117
+ guide_seo: 'Audit SEO / GEO (360°)',
114
118
  guide_backup: 'Sauvegarde intelligente',
115
- guide_animated: 'Site web animé de luxe',
116
- guide_workflow: '🚀 Workflow recommandé :',
117
- guide_or_auto: '⚡ Ou : "autopilot" pour tout gérer automatiquement',
118
- guide_output: '📁 Sortie',
119
- guide_ready: 'BMAD+ est prêt ! Parle à Atlas pour commencer 🚀',
120
- guide_credits: '✨ BMAD+ est créé par Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
119
+ guide_animated: 'Site web animé de luxe',
120
+ guide_shield: '🛡️ Conformité GRC',
121
+ guide_example_shield_1: '🛡️ GRC : "Shield, audite mon app pour la conformité RGPD"',
122
+ guide_example_shield_2: '🛡️ GRC : "Shield, gap analysis ISO 27001 vs NIST CSF"',
123
+ guide_example_shield_3: '🛡️ GRC : "Shield, génère un checklist SOC 2"',
124
+ guide_workflow: '🚀 Workflow recommandé :',
125
+ guide_or_auto: '⚡ Ou : "autopilot" pour tout gérer automatiquement',
126
+ guide_output: '📁 Sortie',
127
+ guide_ready: 'BMAD+ est prêt ! Parle à Atlas pour commencer 🚀',
128
+ guide_credits: '✨ BMAD+ est créé par Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
121
129
  uninstall_confirm: 'Supprimer BMAD+ de ce projet ?',
122
130
  uninstall_removing: 'Suppression...',
123
- uninstall_done: (n) => `✅ BMAD+ supprimé (${n} éléments)`,
124
- uninstall_output_kept: '📁 _bmad-output/ conservé (contient des fichiers)',
125
- installed_on: 'installé le',
126
- update_confirm: 'Mettre à jour les agents et skills ?',
127
- update_updating: 'Mise à jour des agents et skills...',
128
- update_done: (n) => `✅ ${n} fichiers mis à jour`,
129
- update_current: '✅ Déjà à jour !',
130
- update_ready: 'Mise à jour terminée ! 🚀',
131
+ uninstall_done: (n) => `✅ BMAD+ supprimé (${n} éléments)`,
132
+ uninstall_output_kept: '📁 _bmad-output/ conservé (contient des fichiers)',
133
+ installed_on: 'installé le',
134
+ update_confirm: 'Mettre à jour les agents et skills ?',
135
+ update_updating: 'Mise à jour des agents et skills...',
136
+ update_done: (n) => `✅ ${n} fichiers mis à jour`,
137
+ update_current: ' Déjà à jour !',
138
+ update_ready: 'Mise à jour terminée ! 🚀',
131
139
  guide_cli_title: 'Commandes CLI',
132
- guide_cli_install: '— Installer agents & skills',
133
- guide_cli_update: '— Mettre à jour (conserve la config)',
134
- guide_cli_doctor: '— Vérifier l\'installation',
135
- guide_cli_uninstall: '— Supprimer BMAD+ du projet',
140
+ guide_cli_install: ' Installer agents & skills',
141
+ guide_cli_update: ' Mettre à jour (conserve la config)',
142
+ guide_cli_doctor: ' Vérifier l\'installation',
143
+ guide_cli_uninstall: ' Supprimer BMAD+ du projet',
136
144
  guide_examples_title: 'Exemples rapides',
137
- guide_example_seo: '🔍 SEO : "/seo audit https://example.com"',
138
- guide_example_backup: '🗂️ Backup : "/backup create" → ZIP horodaté',
139
- guide_example_animated: '🎬 Animé : "/animated build hero.mp4"',
140
- guide_example_osint: '🔍 OSINT : "Shadow, investigate John Doe"',
145
+ guide_example_seo: '🔍 SEO : "/seo audit https://example.com"',
146
+ guide_example_backup: '🗂️ Backup : "/backup create" ZIP horodaté',
147
+ guide_example_animated: '🎬 Animé : "/animated build hero.mp4"',
148
+ guide_example_osint: '🔍 OSINT : "Shadow, investigate John Doe"',
141
149
  },
142
150
 
143
151
  es: {
144
- flag: '🇪🇸',
145
- name: 'Español',
152
+ flag: '🇪🇸',
153
+ name: 'Español',
146
154
  locale: 'es',
147
- installer_title: ' BMAD+ Instalador v0.4.3 ',
155
+ installer_title: ' BMAD+ Instalador v0.5.0 ',
148
156
  select_language: 'Seleccione su idioma',
149
157
  installing_to: 'Instalando en',
150
- select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
151
- select_ide: '¿Qué IDE usas?',
158
+ select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
159
+ select_ide: '¿Qué IDE usas?',
152
160
  detected_ides: 'IDEs detectados',
153
161
  selected_packs: 'Packs seleccionados',
154
162
  enter_name: 'Tu nombre (los agentes lo usan para saludarte)',
155
- comm_language: 'Idioma de comunicación',
156
- exec_mode: 'Modo de ejecución',
157
- exec_manual: 'Manual — Tú llamas a los agentes',
158
- exec_autopilot: 'Autopilot — Nexus gestiona todo el pipeline',
159
- exec_hybrid: 'Híbrido — Autopilot con puntos de control frecuentes',
163
+ comm_language: 'Idioma de comunicación',
164
+ exec_mode: 'Modo de ejecución',
165
+ exec_manual: 'Manual llamas a los agentes',
166
+ exec_autopilot: 'Autopilot Nexus gestiona todo el pipeline',
167
+ exec_hybrid: 'Híbrido Autopilot con puntos de control frecuentes',
160
168
  installing_files: 'Instalando archivos...',
161
169
  configuring_ides: 'Configurando IDEs...',
162
- installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} archivos copiados`,
163
- ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
164
- cancelled: 'Instalación cancelada.',
165
- failed: 'Instalación fallida.',
170
+ installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} archivos copiados`,
171
+ ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
172
+ cancelled: 'Instalación cancelada.',
173
+ failed: 'Instalación fallida.',
166
174
  source_not_found: 'Directorio fuente no encontrado',
167
- soon: 'próximamente',
168
- guide_title: '✅ Instalación completa — Cómo empezar',
169
- guide_who: '💬 ¿Con quién hablar?',
175
+ soon: 'próximamente',
176
+ guide_title: ' Instalación completa Cómo empezar',
177
+ guide_who: '💬 ¿Con quién hablar?',
170
178
  guide_idea: 'Discutir una idea',
171
179
  guide_prd: 'Crear un PRD',
172
- guide_arch: 'Arquitectura técnica',
173
- guide_code: 'Implementar código',
180
+ guide_arch: 'Arquitectura técnica',
181
+ guide_code: 'Implementar código',
174
182
  guide_test: 'Probar / code review',
175
183
  guide_sprint: 'Planificar un sprint',
176
184
  guide_auto: 'Automatizar todo',
177
- guide_osint: 'Investigación OSINT',
185
+ guide_osint: 'Investigación OSINT',
178
186
  guide_maker: 'Crear un agente nuevo',
179
- guide_seo: 'Auditoría SEO / GEO (360°)',
187
+ guide_seo: 'Auditoría SEO / GEO (360°)',
180
188
  guide_backup: 'Copia de seguridad inteligente',
181
189
  guide_animated: 'Sitio web animado de lujo',
182
- guide_workflow: '🚀 Flujo recomendado:',
183
- guide_or_auto: '⚡ O: "autopilot" para gestionar todo automáticamente',
184
- guide_output: '📁 Salida',
185
- guide_ready: '¡BMAD+ está listo! Habla con Atlas para comenzar 🚀',
186
- guide_credits: '✨ BMAD+ es creado por Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
187
- uninstall_confirm: '¿Eliminar BMAD+ de este proyecto?',
190
+ guide_shield: '\ud83d\udee1\ufe0f Cumplimiento GRC',
191
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audita mi app para GDPR"',
192
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lisis de brechas ISO 27001 vs NIST CSF"',
193
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist de evidencias SOC 2"',
194
+ guide_workflow: '🚀 Flujo recomendado:',
195
+ guide_or_auto: ' O: "autopilot" para gestionar todo automáticamente',
196
+ guide_output: '📁 Salida',
197
+ guide_ready: '¡BMAD+ está listo! Habla con Atlas para comenzar 🚀',
198
+ guide_credits: '✨ BMAD+ es creado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
199
+ uninstall_confirm: '¿Eliminar BMAD+ de este proyecto?',
188
200
  uninstall_removing: 'Eliminando...',
189
- uninstall_done: (n) => `✅ BMAD+ eliminado (${n} elementos)`,
190
- uninstall_output_kept: '📁 _bmad-output/ conservado (contiene archivos)',
201
+ uninstall_done: (n) => `✅ BMAD+ eliminado (${n} elementos)`,
202
+ uninstall_output_kept: '📁 _bmad-output/ conservado (contiene archivos)',
191
203
  installed_on: 'instalado el',
192
- update_confirm: '¿Actualizar agentes y habilidades?',
204
+ update_confirm: '¿Actualizar agentes y habilidades?',
193
205
  update_updating: 'Actualizando agentes y habilidades...',
194
- update_done: (n) => `✅ ${n} archivos actualizados`,
195
- update_current: '✅ ¡Ya está actualizado!',
196
- update_ready: '¡Actualización completada! 🚀',
206
+ update_done: (n) => `✅ ${n} archivos actualizados`,
207
+ update_current: ' ¡Ya está actualizado!',
208
+ update_ready: '¡Actualización completada! 🚀',
209
+ guide_cli_title: 'Comandos CLI',
210
+ guide_cli_install: '— Instalar agentes y habilidades',
211
+ guide_cli_update: '— Actualizar (conserva la config)',
212
+ guide_cli_doctor: '— Verificar la instalación',
213
+ guide_cli_uninstall: '— Eliminar BMAD+ del proyecto',
214
+ guide_examples_title: 'Ejemplos rápidos',
215
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
216
+ guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con marca de tiempo',
217
+ guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
218
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
197
219
  },
198
220
 
199
221
  de: {
200
- flag: '🇩🇪',
222
+ flag: '🇩🇪',
201
223
  name: 'Deutsch',
202
224
  locale: 'de',
203
- installer_title: ' BMAD+ Installer v0.4.3 ',
204
- select_language: 'Wählen Sie Ihre Sprache',
225
+ installer_title: ' BMAD+ Installer v0.5.0 ',
226
+ select_language: 'Wählen Sie Ihre Sprache',
205
227
  installing_to: 'Installiere in',
206
228
  select_packs: 'Welche Packs installieren? (Core ist immer enthalten)',
207
229
  select_ide: 'Welche IDE verwendest du?',
208
230
  detected_ides: 'Erkannte IDEs',
209
- selected_packs: 'Ausgewählte Packs',
210
- enter_name: 'Dein Vorname (Agenten verwenden ihn zur Begrüßung)',
231
+ selected_packs: 'Ausgewählte Packs',
232
+ enter_name: 'Dein Vorname (Agenten verwenden ihn zur Begrüßung)',
211
233
  comm_language: 'Kommunikationssprache',
212
- exec_mode: 'Ausführungsmodus',
213
- exec_manual: 'Manuell — Du rufst Agenten selbst auf',
214
- exec_autopilot: 'Autopilot — Nexus verwaltet die gesamte Pipeline',
215
- exec_hybrid: 'Hybrid — Autopilot mit häufigen Checkpoints',
234
+ exec_mode: 'Ausführungsmodus',
235
+ exec_manual: 'Manuell Du rufst Agenten selbst auf',
236
+ exec_autopilot: 'Autopilot Nexus verwaltet die gesamte Pipeline',
237
+ exec_hybrid: 'Hybrid Autopilot mit häufigen Checkpoints',
216
238
  installing_files: 'Dateien werden installiert...',
217
239
  configuring_ides: 'IDEs werden konfiguriert...',
218
- installed_summary: (a, s, f) => `✅ ${a} Agenten, ${s} Skills, ${f} Dateien kopiert`,
219
- ide_configured: (n) => `✅ ${n} IDE(s) konfiguriert`,
240
+ installed_summary: (a, s, f) => `✅ ${a} Agenten, ${s} Skills, ${f} Dateien kopiert`,
241
+ ide_configured: (n) => `✅ ${n} IDE(s) konfiguriert`,
220
242
  cancelled: 'Installation abgebrochen.',
221
243
  failed: 'Installation fehlgeschlagen.',
222
244
  source_not_found: 'Quellverzeichnis nicht gefunden',
223
- soon: 'bald verfügbar',
224
- guide_title: '✅ Installation abgeschlossen — Erste Schritte',
225
- guide_who: '💬 Mit wem sprechen?',
245
+ soon: 'bald verfügbar',
246
+ guide_title: ' Installation abgeschlossen Erste Schritte',
247
+ guide_who: '💬 Mit wem sprechen?',
226
248
  guide_idea: 'Eine Idee besprechen',
227
249
  guide_prd: 'Ein PRD erstellen',
228
250
  guide_arch: 'Technische Architektur',
@@ -232,333 +254,417 @@ const LANGUAGES = {
232
254
  guide_auto: 'Alles automatisieren',
233
255
  guide_osint: 'OSINT-Ermittlung',
234
256
  guide_maker: 'Einen neuen Agenten erstellen',
235
- guide_seo: 'SEO / GEO Audit (360°)',
257
+ guide_seo: 'SEO / GEO Audit (360°)',
236
258
  guide_backup: 'Intelligente Projektsicherung',
237
259
  guide_animated: 'Animierte Luxus-Website',
238
- guide_workflow: '🚀 Empfohlener Workflow:',
239
- guide_or_auto: '⚡ Oder: "autopilot" für vollautomatische Verwaltung',
240
- guide_output: '📁 Ausgabe',
241
- guide_ready: 'BMAD+ ist bereit! Sprich mit Atlas um loszulegen 🚀',
242
- guide_credits: '✨ BMAD+ wurde erstellt von Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
260
+ guide_shield: '\ud83d\udee1\ufe0f GRC-Compliance',
261
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, pr\u00fcfe meine App auf DSGVO-Konformit\u00e4t"',
262
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, Gap-Analyse ISO 27001 vs NIST CSF"',
263
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, erstelle SOC 2 Nachweisliste"',
264
+ guide_workflow: '🚀 Empfohlener Workflow:',
265
+ guide_or_auto: '⚡ Oder: "autopilot" für vollautomatische Verwaltung',
266
+ guide_output: '📁 Ausgabe',
267
+ guide_ready: 'BMAD+ ist bereit! Sprich mit Atlas um loszulegen 🚀',
268
+ guide_credits: '✨ BMAD+ wurde erstellt von Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
243
269
  uninstall_confirm: 'BMAD+ aus diesem Projekt entfernen?',
244
270
  uninstall_removing: 'Entfernen...',
245
- uninstall_done: (n) => `✅ BMAD+ entfernt (${n} Elemente)`,
246
- uninstall_output_kept: '📁 _bmad-output/ beibehalten (enthält Dateien)',
271
+ uninstall_done: (n) => `✅ BMAD+ entfernt (${n} Elemente)`,
272
+ uninstall_output_kept: '📁 _bmad-output/ beibehalten (enthält Dateien)',
247
273
  installed_on: 'installiert am',
248
274
  update_confirm: 'Agenten und Skills aktualisieren?',
249
275
  update_updating: 'Agenten und Skills werden aktualisiert...',
250
- update_done: (n) => `✅ ${n} Dateien aktualisiert`,
251
- update_current: '✅ Bereits aktuell!',
252
- update_ready: 'Update abgeschlossen! 🚀',
276
+ update_done: (n) => `✅ ${n} Dateien aktualisiert`,
277
+ update_current: ' Bereits aktuell!',
278
+ update_ready: 'Update abgeschlossen! 🚀',
279
+ guide_cli_title: 'CLI-Befehle',
280
+ guide_cli_install: '— Agenten & Skills installieren',
281
+ guide_cli_update: '— Aktualisieren (Konfiguration bleibt)',
282
+ guide_cli_doctor: '— Installation prüfen',
283
+ guide_cli_uninstall: '— BMAD+ vom Projekt entfernen',
284
+ guide_examples_title: 'Schnellbeispiele',
285
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
286
+ guide_example_backup: '🗂️ Backup: "/backup create" → ZIP mit Zeitstempel',
287
+ guide_example_animated: '🎬 Animiert: "/animated build hero.mp4"',
288
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
253
289
  },
254
290
 
255
291
  'pt-br': {
256
- flag: '🇧🇷',
257
- name: 'Português (Brasil)',
292
+ flag: '🇧🇷',
293
+ name: 'Português (Brasil)',
258
294
  locale: 'pt-BR',
259
- installer_title: ' BMAD+ Instalador v0.4.3 ',
295
+ installer_title: ' BMAD+ Instalador v0.5.0 ',
260
296
  select_language: 'Selecione seu idioma',
261
297
  installing_to: 'Instalando em',
262
- select_packs: 'Quais packs instalar? (Core sempre está incluído)',
263
- select_ide: 'Qual IDE você usa?',
298
+ select_packs: 'Quais packs instalar? (Core sempre está incluído)',
299
+ select_ide: 'Qual IDE você usa?',
264
300
  detected_ides: 'IDEs detectados',
265
301
  selected_packs: 'Packs selecionados',
266
302
  enter_name: 'Seu nome (os agentes usam para te cumprimentar)',
267
- comm_language: 'Idioma de comunicação',
268
- exec_mode: 'Modo de execução',
269
- exec_manual: 'Manual — Você chama os agentes',
270
- exec_autopilot: 'Autopilot — Nexus gerencia todo o pipeline',
271
- exec_hybrid: 'Híbrido — Autopilot com checkpoints frequentes',
303
+ comm_language: 'Idioma de comunicação',
304
+ exec_mode: 'Modo de execução',
305
+ exec_manual: 'Manual Você chama os agentes',
306
+ exec_autopilot: 'Autopilot Nexus gerencia todo o pipeline',
307
+ exec_hybrid: 'Híbrido Autopilot com checkpoints frequentes',
272
308
  installing_files: 'Instalando arquivos...',
273
309
  configuring_ides: 'Configurando IDEs...',
274
- installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} arquivos copiados`,
275
- ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
276
- cancelled: 'Instalação cancelada.',
277
- failed: 'Instalação falhou.',
278
- source_not_found: 'Diretório fonte não encontrado',
310
+ installed_summary: (a, s, f) => `✅ ${a} agentes, ${s} skills, ${f} arquivos copiados`,
311
+ ide_configured: (n) => `✅ ${n} IDE(s) configurados`,
312
+ cancelled: 'Instalação cancelada.',
313
+ failed: 'Instalação falhou.',
314
+ source_not_found: 'Diretório fonte não encontrado',
279
315
  soon: 'em breve',
280
- guide_title: '✅ Instalação completa — Como começar',
281
- guide_who: '💬 Com quem falar?',
316
+ guide_title: ' Instalação completa Como começar',
317
+ guide_who: '💬 Com quem falar?',
282
318
  guide_idea: 'Discutir uma ideia',
283
319
  guide_prd: 'Criar um PRD',
284
- guide_arch: 'Arquitetura técnica',
285
- guide_code: 'Implementar código',
320
+ guide_arch: 'Arquitetura técnica',
321
+ guide_code: 'Implementar código',
286
322
  guide_test: 'Testar / code review',
287
323
  guide_sprint: 'Planejar um sprint',
288
324
  guide_auto: 'Automatizar tudo',
289
- guide_osint: 'Investigação OSINT',
325
+ guide_osint: 'Investigação OSINT',
290
326
  guide_maker: 'Criar um novo agente',
291
- guide_seo: 'Auditoria SEO / GEO (360°)',
327
+ guide_seo: 'Auditoria SEO / GEO (360°)',
292
328
  guide_backup: 'Backup inteligente do projeto',
293
329
  guide_animated: 'Site animado de luxo',
294
- guide_workflow: '🚀 Fluxo recomendado:',
295
- guide_or_auto: 'âš¡ Ou: "autopilot" para gerenciar tudo automaticamente',
296
- guide_output: '📁 Saída',
297
- guide_ready: 'BMAD+ está pronto! Fale com Atlas para começar 🚀',
298
- guide_credits: '✨ BMAD+ foi criado por Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
330
+ guide_shield: '\ud83d\udee1\ufe0f Conformidade GRC',
331
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audite meu app para LGPD"',
332
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lise de lacunas ISO 27001 vs NIST CSF"',
333
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, gere checklist de evid\u00eancias SOC 2"',
334
+ guide_workflow: '🚀 Fluxo recomendado:',
335
+ guide_or_auto: '⚡ Ou: "autopilot" para gerenciar tudo automaticamente',
336
+ guide_output: '📁 Saída',
337
+ guide_ready: 'BMAD+ está pronto! Fale com Atlas para começar 🚀',
338
+ guide_credits: '✨ BMAD+ foi criado por Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
299
339
  uninstall_confirm: 'Remover BMAD+ deste projeto?',
300
340
  uninstall_removing: 'Removendo...',
301
- uninstall_done: (n) => `✅ BMAD+ removido (${n} itens)`,
302
- uninstall_output_kept: '📁 _bmad-output/ mantido (contém arquivos)',
341
+ uninstall_done: (n) => `✅ BMAD+ removido (${n} itens)`,
342
+ uninstall_output_kept: '📁 _bmad-output/ mantido (contém arquivos)',
303
343
  installed_on: 'instalado em',
304
344
  update_confirm: 'Atualizar agentes e habilidades?',
305
345
  update_updating: 'Atualizando agentes e habilidades...',
306
- update_done: (n) => `✅ ${n} arquivos atualizados`,
307
- update_current: '✅ Já está atualizado!',
308
- update_ready: 'Atualização concluída! 🚀',
346
+ update_done: (n) => `✅ ${n} arquivos atualizados`,
347
+ update_current: ' está atualizado!',
348
+ update_ready: 'Atualização concluída! 🚀',
349
+ guide_cli_title: 'Comandos CLI',
350
+ guide_cli_install: '— Instalar agentes e habilidades',
351
+ guide_cli_update: '— Atualizar (mantém config)',
352
+ guide_cli_doctor: '— Verificar instalação',
353
+ guide_cli_uninstall: '— Remover BMAD+ do projeto',
354
+ guide_examples_title: 'Exemplos rápidos',
355
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
356
+ guide_example_backup: '🗂️ Backup: "/backup create" → ZIP com timestamp',
357
+ guide_example_animated: '🎬 Animado: "/animated build hero.mp4"',
358
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
309
359
  },
310
360
 
311
361
  ru: {
312
- flag: '🇷🇺',
313
- name: 'Русский',
362
+ flag: '🇷🇺',
363
+ name: 'Русский',
314
364
  locale: 'ru',
315
- installer_title: ' BMAD+ Установщик v0.4.3 ',
316
- select_language: 'Выберите язык',
317
- installing_to: 'Установка в',
318
- select_packs: 'Какие пакеты установить? (Core всегда включён)',
319
- select_ide: 'Какую IDE вы используете?',
320
- detected_ides: 'Обнаруженные IDE',
321
- selected_packs: 'Выбранные пакеты',
322
- enter_name: 'Ваше имя (агенты используют его для приветствия)',
323
- comm_language: 'Язык общения',
324
- exec_mode: 'Режим выполнения',
325
- exec_manual: 'Ручной — Вы вызываете агентов сами',
326
- exec_autopilot: 'Автопилот — Nexus управляет всем конвейером',
327
- exec_hybrid: 'Гибрид — Автопилот с частыми контрольными точками',
328
- installing_files: 'Установка файлов...',
329
- configuring_ides: 'Настройка IDE...',
330
- installed_summary: (a, s, f) => `✅ ${a} агентов, ${s} навыков, ${f} файлов скопировано`,
331
- ide_configured: (n) => `✅ ${n} IDE настроено`,
332
- cancelled: 'Установка отменена.',
333
- failed: 'Установка не удалась.',
334
- source_not_found: 'Исходная директория не найдена',
335
- soon: 'скоро',
336
- guide_title: '✅ Установка завершена — Начало работы',
337
- guide_who: '💬 С кем поговорить?',
338
- guide_idea: 'Обсудить идею',
339
- guide_prd: 'Создать PRD',
340
- guide_arch: 'Техническая архитектура',
341
- guide_code: 'Реализовать код',
342
- guide_test: 'Тестировать / ревью кода',
343
- guide_sprint: 'Планировать спринт',
344
- guide_auto: 'Автоматизировать всё',
345
- guide_osint: 'OSINT расследование',
346
- guide_maker: 'Создать нового агента',
347
- guide_seo: 'SEO / GEO аудит (360°)',
348
- guide_backup: 'Умное резервное копирование',
349
- guide_animated: 'Анимированный люксовый сайт',
350
- guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
351
- guide_or_auto: '⚡ Или: "autopilot" для полной автоматизации',
352
- guide_output: '📁 Вывод',
353
- guide_ready: 'BMAD+ готов! Поговорите с Atlas чтобы начать 🚀',
354
- guide_credits: '✨ BMAD+ создан Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
355
- uninstall_confirm: 'Удалить BMAD+ из этого проекта?',
356
- uninstall_removing: 'Удаление...',
357
- uninstall_done: (n) => `✅ BMAD+ удалён (${n} элементов)`,
358
- uninstall_output_kept: '📁 _bmad-output/ сохранён (содержит файлы)',
359
- installed_on: 'установлено',
360
- update_confirm: 'Обновить агентов и навыки?',
361
- update_updating: 'Обновление агентов и навыков...',
362
- update_done: (n) => `✅ ${n} файлов обновлено`,
363
- update_current: '✅ Уже актуально!',
364
- update_ready: 'Обновление завершено! 🚀',
365
+ installer_title: ' BMAD+ Установщик v0.5.0 ',
366
+ select_language: 'Выберите язык',
367
+ installing_to: 'Установка в',
368
+ select_packs: 'Какие пакеты установить? (Core всегда включён)',
369
+ select_ide: 'Какую IDE вы используете?',
370
+ detected_ides: 'Обнаруженные IDE',
371
+ selected_packs: 'Выбранные пакеты',
372
+ enter_name: 'Ваше имя (агенты используют его для приветствия)',
373
+ comm_language: 'Язык общения',
374
+ exec_mode: 'Режим выполнения',
375
+ exec_manual: 'Ручной Вы вызываете агентов сами',
376
+ exec_autopilot: 'Автопилот Nexus управляет всем конвейером',
377
+ exec_hybrid: 'Гибрид Автопилот с частыми контрольными точками',
378
+ installing_files: 'Установка файлов...',
379
+ configuring_ides: 'Настройка IDE...',
380
+ installed_summary: (a, s, f) => `✅ ${a} агентов, ${s} навыков, ${f} файлов скопировано`,
381
+ ide_configured: (n) => `✅ ${n} IDE настроено`,
382
+ cancelled: 'Установка отменена.',
383
+ failed: 'Установка не удалась.',
384
+ source_not_found: 'Исходная директория не найдена',
385
+ soon: 'скоро',
386
+ guide_title: ' Установка завершена Начало работы',
387
+ guide_who: '💬 С кем поговорить?',
388
+ guide_idea: 'Обсудить идею',
389
+ guide_prd: 'Создать PRD',
390
+ guide_arch: 'Техническая архитектура',
391
+ guide_code: 'Реализовать код',
392
+ guide_test: 'Тестировать / ревью кода',
393
+ guide_sprint: 'Планировать спринт',
394
+ guide_auto: 'Автоматизировать всё',
395
+ guide_osint: 'OSINT расследование',
396
+ guide_maker: 'Создать нового агента',
397
+ guide_seo: 'SEO / GEO аудит (360°)',
398
+ guide_backup: 'Умное резервное копирование',
399
+ guide_animated: 'Анимированный люксовый сайт',
400
+ guide_shield: '🛡️ Соответствие GRC',
401
+ guide_example_shield_1: '🛡️ GRC: "Shield, проверь моё приложение на GDPR"',
402
+ guide_example_shield_2: '🛡️ GRC: "Shield, gap-анализ ISO 27001 vs NIST CSF"',
403
+ guide_example_shield_3: '🛡️ GRC: "Shield, создай чеклист SOC 2"',
404
+ guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
405
+ guide_or_auto: ' Или: "autopilot" для полной автоматизации',
406
+ guide_output: '📁 Вывод',
407
+ guide_ready: 'BMAD+ готов! Поговорите с Atlas чтобы начать 🚀',
408
+ guide_credits: ' BMAD+ создан Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
409
+ uninstall_confirm: 'Удалить BMAD+ из этого проекта?',
410
+ uninstall_removing: 'Удаление...',
411
+ uninstall_done: (n) => `✅ BMAD+ удалён (${n} элементов)`,
412
+ uninstall_output_kept: '📁 _bmad-output/ сохранён (содержит файлы)',
413
+ installed_on: 'установлено',
414
+ update_confirm: 'Обновить агентов и навыки?',
415
+ update_updating: 'Обновление агентов и навыков...',
416
+ update_done: (n) => `✅ ${n} файлов обновлено`,
417
+ update_current: '✅ Уже актуально!',
418
+ update_ready: 'Обновление завершено! 🚀',
419
+ guide_cli_title: 'Команды CLI',
420
+ guide_cli_install: '— Установить агентов',
421
+ guide_cli_update: '— Обновить (сохранить конфиг)',
422
+ guide_cli_doctor: '— Проверить установку',
423
+ guide_cli_uninstall: '— Удалить BMAD+',
424
+ guide_examples_title: 'Быстрые примеры',
425
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
426
+ guide_example_backup: '🗂️ Бэкап: "/backup create" → ZIP',
427
+ guide_example_animated: '🎬 Анимация: "/animated build hero.mp4"',
428
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
365
429
  },
366
430
 
367
431
  zh: {
368
- flag: '🇨🇳',
369
- name: '中文 (简体)',
432
+ flag: '🇨🇳',
433
+ name: '中文 (简体)',
370
434
  locale: 'zh-CN',
371
- installer_title: ' BMAD+ 安装程序 v0.4.3 ',
372
- select_language: '选择您的语言',
373
- installing_to: '安装到',
374
- select_packs: '安装哪些包?(Core 始终包含)',
375
- select_ide: '您使用哪个 IDE?',
376
- detected_ides: '检测到的 IDE',
377
- selected_packs: '已选择的包',
378
- enter_name: '您的名字(代理会用它来问候您)',
379
- comm_language: '沟通语言',
380
- exec_mode: '执行模式',
381
- exec_manual: '手动 — 您自己调用代理',
382
- exec_autopilot: '自动驾驶 — Nexus 管理整个流程',
383
- exec_hybrid: '混合 — 自动驾驶并设有频繁检查点',
384
- installing_files: '正在安装文件...',
385
- configuring_ides: '正在配置 IDE...',
386
- installed_summary: (a, s, f) => `✅ ${a} 个代理、${s} 个技能、${f} 个文件已复制`,
387
- ide_configured: (n) => `✅ ${n} 个 IDE 已配置`,
388
- cancelled: '安装已取消。',
389
- failed: '安装失败。',
390
- source_not_found: '未找到源目录',
391
- soon: '即将推出',
392
- guide_title: '✅ 安装完成 — 如何开始',
393
- guide_who: '💬 与谁交谈?',
394
- guide_idea: '讨论一个想法',
395
- guide_prd: '创建 PRD',
396
- guide_arch: '技术架构',
397
- guide_code: '实现代码',
398
- guide_test: '测试 / 代码审查',
399
- guide_sprint: '规划冲刺',
400
- guide_auto: '自动化一切',
401
- guide_osint: 'OSINT 调查',
402
- guide_maker: '创建新代理',
403
- guide_seo: 'SEO / GEO 审计 (360°)',
404
- guide_backup: '智能项目备份',
405
- guide_animated: '动画奢华网站',
406
- guide_workflow: '🚀 推荐工作流程:',
407
- guide_or_auto: '⚡ 或者:"autopilot" 全自动管理',
408
- guide_output: '📁 输出',
409
- guide_ready: 'BMAD+ 已就绪!与 Atlas 交谈开始 🚀',
410
- guide_credits: '✨ BMAD+ 由 Laurent Rochetta 创建 — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
411
- uninstall_confirm: '从此项目中删除 BMAD+?',
412
- uninstall_removing: '删除中...',
413
- uninstall_done: (n) => `✅ BMAD+ 已删除(${n} 项)`,
414
- uninstall_output_kept: '📁 _bmad-output/ 已保留(包含文件)',
415
- installed_on: '安装于',
416
- update_confirm: '更新代理和技能?',
417
- update_updating: '正在更新代理和技能...',
418
- update_done: (n) => `✅ ${n} 个文件已更新`,
419
- update_current: '✅ 已是最新版本!',
420
- update_ready: '更新完成!🚀',
435
+ installer_title: ' BMAD+ 安装程序 v0.5.0 ',
436
+ select_language: '选择您的语言',
437
+ installing_to: '安装到',
438
+ select_packs: '安装哪些包?(Core 始终包含)',
439
+ select_ide: '您使用哪个 IDE',
440
+ detected_ides: '检测到的 IDE',
441
+ selected_packs: '已选择的包',
442
+ enter_name: '您的名字(代理会用它来问候您)',
443
+ comm_language: '沟通语言',
444
+ exec_mode: '执行模式',
445
+ exec_manual: '手动 您自己调用代理',
446
+ exec_autopilot: '自动驾驶 Nexus 管理整个流程',
447
+ exec_hybrid: '混合 自动驾驶并设有频繁检查点',
448
+ installing_files: '正在安装文件...',
449
+ configuring_ides: '正在配置 IDE...',
450
+ installed_summary: (a, s, f) => `✅ ${a} 个代理、${s} 个技能、${f} 个文件已复制`,
451
+ ide_configured: (n) => `✅ ${n} IDE 已配置`,
452
+ cancelled: '安装已取消。',
453
+ failed: '安装失败。',
454
+ source_not_found: '未找到源目录',
455
+ soon: '即将推出',
456
+ guide_title: ' 安装完成 如何开始',
457
+ guide_who: '💬 与谁交谈?',
458
+ guide_idea: '讨论一个想法',
459
+ guide_prd: '创建 PRD',
460
+ guide_arch: '技术架构',
461
+ guide_code: '实现代码',
462
+ guide_test: '测试 / 代码审查',
463
+ guide_sprint: '规划冲刺',
464
+ guide_auto: '自动化一切',
465
+ guide_osint: 'OSINT 调查',
466
+ guide_maker: '创建新代理',
467
+ guide_seo: 'SEO / GEO 审计 (360°)',
468
+ guide_backup: '智能项目备份',
469
+ guide_animated: '动画奢华网站',
470
+ guide_shield: '🛡️ GRC 合规',
471
+ guide_example_shield_1: '🛡️ GRC: "Shield, 审查我的应用 GDPR 合规性"',
472
+ guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF 差距分析"',
473
+ guide_example_shield_3: '🛡️ GRC: "Shield, 生成 SOC 2 证据清单"',
474
+ guide_workflow: '🚀 推荐工作流程:',
475
+ guide_or_auto: ' 或者:"autopilot" 全自动管理',
476
+ guide_output: '📁 输出',
477
+ guide_ready: 'BMAD+ 已就绪!与 Atlas 交谈开始 🚀',
478
+ guide_credits: ' BMAD+ 由 Laurent Rochetta 创建 — github.com/lrochetta/BMAD-PLUS ',
479
+ uninstall_confirm: '从此项目中删除 BMAD+?',
480
+ uninstall_removing: '删除中...',
481
+ uninstall_done: (n) => `✅ BMAD+ 已删除(${n} 项)`,
482
+ uninstall_output_kept: '📁 _bmad-output/ 已保留(包含文件)',
483
+ installed_on: '安装于',
484
+ update_confirm: '更新代理和技能?',
485
+ update_updating: '正在更新代理和技能...',
486
+ update_done: (n) => `✅ ${n} 个文件已更新`,
487
+ update_current: '✅ 已是最新版本!',
488
+ update_ready: '更新完成!🚀',
489
+ guide_cli_title: 'CLI 命令',
490
+ guide_cli_install: '— 安装代理和技能',
491
+ guide_cli_update: '— 更新(保留配置)',
492
+ guide_cli_doctor: '— 检查安装',
493
+ guide_cli_uninstall: '— 删除 BMAD+',
494
+ guide_examples_title: '快速示例',
495
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
496
+ guide_example_backup: '🗂️ 备份: "/backup create" → ZIP',
497
+ guide_example_animated: '🎬 动画: "/animated build hero.mp4"',
498
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
421
499
  },
422
500
 
423
501
  he: {
424
- flag: '🇮🇱',
425
- name: 'עברית',
502
+ flag: '🇮🇱',
503
+ name: 'עברית',
426
504
  locale: 'he',
427
- installer_title: ' BMAD+ מתקין v0.4.3 ',
428
- select_language: 'בחר את השפה שלך',
429
- installing_to: 'מתקין ב',
430
- select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
431
- select_ide: 'באיזה IDE אתה משתמש?',
432
- detected_ides: 'IDE שזוהו',
433
- selected_packs: 'חבילות שנבחרו',
434
- enter_name: 'השם שלך (הסוכנים משתמשים בו לברכך)',
435
- comm_language: 'שפת תקשורת',
436
- exec_mode: 'מצב ביצוע',
437
- exec_manual: 'ידני — אתה קורא לסוכנים בעצמך',
438
- exec_autopilot: 'טייס אוטומטי — Nexus מנהל את כל הצינור',
439
- exec_hybrid: 'היברידי — טייס אוטומטי עם נקודות בקרה תכופות',
440
- installing_files: 'מתקין קבצים...',
441
- configuring_ides: 'מגדיר IDE...',
442
- installed_summary: (a, s, f) => `✅ ${a} סוכנים, ${s} כישורים, ${f} קבצים הועתקו`,
443
- ide_configured: (n) => `✅ ${n} IDE הוגדרו`,
444
- cancelled: 'ההתקנה בוטלה.',
445
- failed: 'ההתקנה נכשלה.',
446
- source_not_found: 'ספריית המקור לא נמצאה',
447
- soon: 'בקרוב',
448
- guide_title: '✅ ההתקנה הושלמה — איך להתחיל',
449
- guide_who: '💬 עם מי לדבר?',
450
- guide_idea: 'לדון ברעיון',
451
- guide_prd: 'ליצור PRD',
452
- guide_arch: 'ארכיטקטורה טכנית',
453
- guide_code: 'לממש קוד',
454
- guide_test: 'לבדוק / סקירת קוד',
455
- guide_sprint: 'לתכנן ספרינט',
456
- guide_auto: 'לאוטמט הכל',
457
- guide_osint: 'חקירת OSINT',
458
- guide_maker: 'ליצור סוכן חדש',
459
- guide_seo: 'ביקורת SEO / GEO (360°)',
460
- guide_backup: 'גיבוי חכם של הפרויקט',
461
- guide_animated: 'אתר אנימציה יוקרתי',
462
- guide_workflow: '🚀 תהליך עבודה מומלץ:',
463
- guide_or_auto: '⚡ או: "autopilot" לניהול אוטומטי מלא',
464
- guide_output: '📁 פלט',
465
- guide_ready: '!BMAD+ מוכן! דבר עם Atlas כדי להתחיל 🚀',
466
- guide_credits: '✨ BMAD+ נוצר על ידי Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
467
- uninstall_confirm: 'להסיר את BMAD+ מהפרויקט הזה?',
468
- uninstall_removing: 'מסיר...',
469
- uninstall_done: (n) => `✅ BMAD+ הוסר (${n} פריטים)`,
470
- uninstall_output_kept: '📁 _bmad-output/ נשמר (מכיל קבצים)',
471
- installed_on: 'הותקן ב',
472
- update_confirm: 'לעדכן סוכנים וכישורים?',
473
- update_updating: 'מעדכן סוכנים וכישורים...',
474
- update_done: (n) => `✅ ${n} קבצים עודכנו`,
475
- update_current: '✅ כבר מעודכן!',
476
- update_ready: 'העדכון הושלם! 🚀',
505
+ installer_title: ' BMAD+ מתקין v0.5.0 ',
506
+ select_language: 'בחר את השפה שלך',
507
+ installing_to: 'מתקין ב',
508
+ select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
509
+ select_ide: 'באיזה IDE אתה משתמש?',
510
+ detected_ides: 'IDE שזוהו',
511
+ selected_packs: 'חבילות שנבחרו',
512
+ enter_name: 'השם שלך (הסוכנים משתמשים בו לברכך)',
513
+ comm_language: 'שפת תקשורת',
514
+ exec_mode: 'מצב ביצוע',
515
+ exec_manual: 'ידני אתה קורא לסוכנים בעצמך',
516
+ exec_autopilot: 'טייס אוטומטי Nexus מנהל את כל הצינור',
517
+ exec_hybrid: 'היברידי טייס אוטומטי עם נקודות בקרה תכופות',
518
+ installing_files: 'מתקין קבצים...',
519
+ configuring_ides: 'מגדיר IDE...',
520
+ installed_summary: (a, s, f) => `✅ ${a} סוכנים, ${s} כישורים, ${f} קבצים הועתקו`,
521
+ ide_configured: (n) => `✅ ${n} IDE הוגדרו`,
522
+ cancelled: 'ההתקנה בוטלה.',
523
+ failed: 'ההתקנה נכשלה.',
524
+ source_not_found: 'ספריית המקור לא נמצאה',
525
+ soon: 'בקרוב',
526
+ guide_title: ' ההתקנה הושלמה איך להתחיל',
527
+ guide_who: '💬 עם מי לדבר?',
528
+ guide_idea: 'לדון ברעיון',
529
+ guide_prd: 'ליצור PRD',
530
+ guide_arch: 'ארכיטקטורה טכנית',
531
+ guide_code: 'לממש קוד',
532
+ guide_test: 'לבדוק / סקירת קוד',
533
+ guide_sprint: 'לתכנן ספרינט',
534
+ guide_auto: 'לאוטמט הכל',
535
+ guide_osint: 'חקירת OSINT',
536
+ guide_maker: 'ליצור סוכן חדש',
537
+ guide_seo: 'ביקורת SEO / GEO (360°)',
538
+ guide_backup: 'גיבוי חכם של הפרויקט',
539
+ guide_animated: 'אתר אנימציה יוקרתי',
540
+ guide_shield: '🛡️ תאימות GRC',
541
+ guide_example_shield_1: '🛡️ GRC: "Shield, בדוק את האפליקציה שלי ל-GDPR"',
542
+ guide_example_shield_2: '🛡️ GRC: "Shield, ניתוח פערים ISO 27001 מול NIST CSF"',
543
+ guide_example_shield_3: '🛡️ GRC: "Shield, צור רשימת ראיות SOC 2"',
544
+ guide_workflow: '🚀 תהליך עבודה מומלץ:',
545
+ guide_or_auto: ' או: "autopilot" לניהול אוטומטי מלא',
546
+ guide_output: '📁 פלט',
547
+ guide_ready: '!BMAD+ מוכן! דבר עם Atlas כדי להתחיל 🚀',
548
+ guide_credits: ' BMAD+ נוצר על ידי Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
549
+ uninstall_confirm: 'להסיר את BMAD+ מהפרויקט הזה?',
550
+ uninstall_removing: 'מסיר...',
551
+ uninstall_done: (n) => `✅ BMAD+ הוסר (${n} פריטים)`,
552
+ uninstall_output_kept: '📁 _bmad-output/ נשמר (מכיל קבצים)',
553
+ installed_on: 'הותקן ב',
554
+ update_confirm: 'לעדכן סוכנים וכישורים?',
555
+ update_updating: 'מעדכן סוכנים וכישורים...',
556
+ update_done: (n) => `✅ ${n} קבצים עודכנו`,
557
+ update_current: '✅ כבר מעודכן!',
558
+ update_ready: 'העדכון הושלם! 🚀',
559
+ guide_cli_title: 'פקודות CLI',
560
+ guide_cli_install: '— התקנת סוכנים',
561
+ guide_cli_update: '— עדכון (שומר תצורה)',
562
+ guide_cli_doctor: '— בדיקת התקנה',
563
+ guide_cli_uninstall: '— הסרת BMAD+',
564
+ guide_examples_title: 'דוגמאות מהירות',
565
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
566
+ guide_example_backup: '🗂️ גיבוי: "/backup create" → ZIP',
567
+ guide_example_animated: '🎬 אנימציה: "/animated build hero.mp4"',
568
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
477
569
  },
478
570
 
479
571
  ja: {
480
- flag: '🇯🇵',
481
- name: '日本語',
572
+ flag: '🇯🇵',
573
+ name: '日本語',
482
574
  locale: 'ja',
483
- installer_title: ' BMAD+ インストーラー v0.4.3 ',
484
- select_language: '言語を選択してください',
485
- installing_to: 'インストール先',
486
- select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
487
- select_ide: 'どのIDEを使用していますか?',
488
- detected_ides: '検出されたIDE',
489
- selected_packs: '選択されたパック',
490
- enter_name: 'あなたの名前(エージェントが挨拶に使います)',
491
- comm_language: 'コミュニケーション言語',
492
- exec_mode: '実行モード',
493
- exec_manual: '手動 — 自分でエージェントを呼び出す',
494
- exec_autopilot: 'オートパイロット — Nexusがパイプライン全体を管理',
495
- exec_hybrid: 'ハイブリッド — 頻繁なチェックポイント付きオートパイロット',
496
- installing_files: 'ファイルをインストール中...',
497
- configuring_ides: 'IDEを設定中...',
498
- installed_summary: (a, s, f) => `✅ ${a}エージェント、${s}スキル、${f}ファイルをコピー`,
499
- ide_configured: (n) => `✅ ${n}つのIDEを設定`,
500
- cancelled: 'インストールがキャンセルされました。',
501
- failed: 'インストールに失敗しました。',
502
- source_not_found: 'ソースディレクトリが見つかりません',
503
- soon: '近日公開',
504
- guide_title: '✅ インストール完了 — 始め方',
505
- guide_who: '💬 誰に話しかける?',
506
- guide_idea: 'アイデアを議論する',
507
- guide_prd: 'PRDを作成する',
508
- guide_arch: '技術アーキテクチャ',
509
- guide_code: 'コードを実装する',
510
- guide_test: 'テスト / コードレビュー',
511
- guide_sprint: 'スプリントを計画する',
512
- guide_auto: 'すべてを自動化する',
513
- guide_osint: 'OSINT調査',
514
- guide_maker: '新しいエージェントを作成する',
515
- guide_seo: 'SEO / GEO 監査 (360°)',
516
- guide_backup: 'スマートプロジェクトバックアップ',
517
- guide_animated: 'アニメーション高級ウェブサイト',
518
- guide_workflow: '🚀 推奨ワークフロー:',
519
- guide_or_auto: '⚡ または: "autopilot" で全自動管理',
520
- guide_output: '📁 出力',
521
- guide_ready: 'BMAD+ 準備完了!Atlasに話しかけて始めましょう 🚀',
522
- guide_credits: '✨ BMAD+ は Laurent Rochetta によって作成されました — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
523
- uninstall_confirm: 'このプロジェクトからBMAD+を削除しますか?',
524
- uninstall_removing: '削除中...',
525
- uninstall_done: (n) => `✅ BMAD+を削除しました(${n}項目)`,
526
- uninstall_output_kept: '📁 _bmad-output/ は保持されました(ファイルが含まれています)',
527
- installed_on: 'インストール日',
528
- update_confirm: 'エージェントとスキルを更新しますか?',
529
- update_updating: 'エージェントとスキルを更新中...',
530
- update_done: (n) => `✅ ${n}ファイルを更新しました`,
531
- update_current: '✅ 最新の状態です!',
532
- update_ready: 'アップデート完了!🚀',
575
+ installer_title: ' BMAD+ インストーラー v0.5.0 ',
576
+ select_language: '言語を選択してください',
577
+ installing_to: 'インストール先',
578
+ select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
579
+ select_ide: 'どのIDEを使用していますか?',
580
+ detected_ides: '検出されたIDE',
581
+ selected_packs: '選択されたパック',
582
+ enter_name: 'あなたの名前(エージェントが挨拶に使います)',
583
+ comm_language: 'コミュニケーション言語',
584
+ exec_mode: '実行モード',
585
+ exec_manual: '手動 自分でエージェントを呼び出す',
586
+ exec_autopilot: 'オートパイロット Nexusがパイプライン全体を管理',
587
+ exec_hybrid: 'ハイブリッド 頻繁なチェックポイント付きオートパイロット',
588
+ installing_files: 'ファイルをインストール中...',
589
+ configuring_ides: 'IDEを設定中...',
590
+ installed_summary: (a, s, f) => `✅ ${a}エージェント、${s}スキル、${f}ファイルをコピー`,
591
+ ide_configured: (n) => `✅ ${n}つのIDEを設定`,
592
+ cancelled: 'インストールがキャンセルされました。',
593
+ failed: 'インストールに失敗しました。',
594
+ source_not_found: 'ソースディレクトリが見つかりません',
595
+ soon: '近日公開',
596
+ guide_title: ' インストール完了 始め方',
597
+ guide_who: '💬 誰に話しかける?',
598
+ guide_idea: 'アイデアを議論する',
599
+ guide_prd: 'PRDを作成する',
600
+ guide_arch: '技術アーキテクチャ',
601
+ guide_code: 'コードを実装する',
602
+ guide_test: 'テスト / コードレビュー',
603
+ guide_sprint: 'スプリントを計画する',
604
+ guide_auto: 'すべてを自動化する',
605
+ guide_osint: 'OSINT調査',
606
+ guide_maker: '新しいエージェントを作成する',
607
+ guide_seo: 'SEO / GEO 監査 (360°)',
608
+ guide_backup: 'スマートプロジェクトバックアップ',
609
+ guide_animated: 'アニメーション高級ウェブサイト',
610
+ guide_shield: '🛡️ GRC コンプライアンス',
611
+ guide_example_shield_1: '🛡️ GRC: "Shield, アプリのGDPR準拠を監査"',
612
+ guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF ギャップ分析"',
613
+ guide_example_shield_3: '🛡️ GRC: "Shield, SOC 2 エビデンスチェックリスト生成"',
614
+ guide_workflow: '🚀 推奨ワークフロー:',
615
+ guide_or_auto: '⚡ または: "autopilot" で全自動管理',
616
+ guide_output: '📁 出力',
617
+ guide_ready: 'BMAD+ 準備完了!Atlasに話しかけて始めましょう 🚀',
618
+ guide_credits: ' BMAD+ は Laurent Rochetta によって作成されました — github.com/lrochetta/BMAD-PLUS ',
619
+ uninstall_confirm: 'このプロジェクトからBMAD+を削除しますか?',
620
+ uninstall_removing: '削除中...',
621
+ uninstall_done: (n) => `✅ BMAD+を削除しました(${n}項目)`,
622
+ uninstall_output_kept: '📁 _bmad-output/ は保持されました(ファイルが含まれています)',
623
+ installed_on: 'インストール日',
624
+ update_confirm: 'エージェントとスキルを更新しますか?',
625
+ update_updating: 'エージェントとスキルを更新中...',
626
+ update_done: (n) => `✅ ${n}ファイルを更新しました`,
627
+ update_current: '✅ 最新の状態です!',
628
+ update_ready: 'アップデート完了!🚀',
629
+ guide_cli_title: 'CLIコマンド',
630
+ guide_cli_install: '— エージェントをインストール',
631
+ guide_cli_update: '— 更新(設定保持)',
632
+ guide_cli_doctor: '— インストール確認',
633
+ guide_cli_uninstall: '— BMAD+を削除',
634
+ guide_examples_title: 'クイック例',
635
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
636
+ guide_example_backup: '🗂️ バックアップ: "/backup create" → ZIP',
637
+ guide_example_animated: '🎬 アニメ: "/animated build hero.mp4"',
638
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
533
639
  },
534
640
 
535
641
  it: {
536
- flag: '🇮🇹',
642
+ flag: '🇮🇹',
537
643
  name: 'Italiano',
538
644
  locale: 'it',
539
- installer_title: ' BMAD+ Installatore v0.4.3 ',
645
+ installer_title: ' BMAD+ Installatore v0.5.0 ',
540
646
  select_language: 'Seleziona la tua lingua',
541
647
  installing_to: 'Installazione in',
542
- select_packs: 'Quali pack installare? (Core è sempre incluso)',
648
+ select_packs: 'Quali pack installare? (Core è sempre incluso)',
543
649
  select_ide: 'Quale IDE usi?',
544
650
  detected_ides: 'IDE rilevati',
545
651
  selected_packs: 'Pack selezionati',
546
652
  enter_name: 'Il tuo nome (gli agenti lo usano per salutarti)',
547
653
  comm_language: 'Lingua di comunicazione',
548
- exec_mode: 'Modalità di esecuzione',
549
- exec_manual: 'Manuale — Chiami tu gli agenti',
550
- exec_autopilot: 'Autopilot — Nexus gestisce l\'intera pipeline',
551
- exec_hybrid: 'Ibrido — Autopilot con checkpoint frequenti',
654
+ exec_mode: 'Modalità di esecuzione',
655
+ exec_manual: 'Manuale Chiami tu gli agenti',
656
+ exec_autopilot: 'Autopilot Nexus gestisce l\'intera pipeline',
657
+ exec_hybrid: 'Ibrido Autopilot con checkpoint frequenti',
552
658
  installing_files: 'Installazione file in corso...',
553
659
  configuring_ides: 'Configurazione IDE...',
554
- installed_summary: (a, s, f) => `✅ ${a} agenti, ${s} skill, ${f} file copiati`,
555
- ide_configured: (n) => `✅ ${n} IDE configurati`,
660
+ installed_summary: (a, s, f) => `✅ ${a} agenti, ${s} skill, ${f} file copiati`,
661
+ ide_configured: (n) => `✅ ${n} IDE configurati`,
556
662
  cancelled: 'Installazione annullata.',
557
663
  failed: 'Installazione fallita.',
558
664
  source_not_found: 'Directory sorgente non trovata',
559
665
  soon: 'prossimamente',
560
- guide_title: '✅ Installazione completata — Come iniziare',
561
- guide_who: '💬 Con chi parlare?',
666
+ guide_title: ' Installazione completata Come iniziare',
667
+ guide_who: '💬 Con chi parlare?',
562
668
  guide_idea: 'Discutere un\'idea',
563
669
  guide_prd: 'Creare un PRD',
564
670
  guide_arch: 'Architettura tecnica',
@@ -568,24 +674,38 @@ const LANGUAGES = {
568
674
  guide_auto: 'Automatizzare tutto',
569
675
  guide_osint: 'Indagine OSINT',
570
676
  guide_maker: 'Creare un nuovo agente',
571
- guide_seo: 'Audit SEO / GEO (360°)',
677
+ guide_seo: 'Audit SEO / GEO (360°)',
572
678
  guide_backup: 'Backup intelligente del progetto',
573
679
  guide_animated: 'Sito web animato di lusso',
574
- guide_workflow: '🚀 Flusso consigliato:',
575
- guide_or_auto: 'âš¡ Oppure: "autopilot" per gestire tutto automaticamente',
576
- guide_output: '📁 Output',
577
- guide_ready: 'BMAD+ è pronto! Parla con Atlas per iniziare 🚀',
578
- guide_credits: '✨ BMAD+ è creato da Laurent Rochetta — github.com/lrochetta | linkedin.com/in/laurentrochetta ✨',
680
+ guide_shield: '\ud83d\udee1\ufe0f Conformit\u00e0 GRC',
681
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, verifica la mia app per il GDPR"',
682
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
683
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist evidenze SOC 2"',
684
+ guide_workflow: '🚀 Flusso consigliato:',
685
+ guide_or_auto: '⚡ Oppure: "autopilot" per gestire tutto automaticamente',
686
+ guide_output: '📁 Output',
687
+ guide_ready: 'BMAD+ è pronto! Parla con Atlas per iniziare 🚀',
688
+ guide_credits: '✨ BMAD+ è creato da Laurent Rochetta — github.com/lrochetta/BMAD-PLUS ✨',
579
689
  uninstall_confirm: 'Rimuovere BMAD+ da questo progetto?',
580
690
  uninstall_removing: 'Rimozione...',
581
- uninstall_done: (n) => `✅ BMAD+ rimosso (${n} elementi)`,
582
- uninstall_output_kept: '📁 _bmad-output/ conservato (contiene file)',
691
+ uninstall_done: (n) => `✅ BMAD+ rimosso (${n} elementi)`,
692
+ uninstall_output_kept: '📁 _bmad-output/ conservato (contiene file)',
583
693
  installed_on: 'installato il',
584
694
  update_confirm: 'Aggiornare agenti e skill?',
585
695
  update_updating: 'Aggiornamento agenti e skill...',
586
- update_done: (n) => `✅ ${n} file aggiornati`,
587
- update_current: '✅ Già aggiornato!',
588
- update_ready: 'Aggiornamento completato! 🚀',
696
+ update_done: (n) => `✅ ${n} file aggiornati`,
697
+ update_current: ' Già aggiornato!',
698
+ update_ready: 'Aggiornamento completato! 🚀',
699
+ guide_cli_title: 'Comandi CLI',
700
+ guide_cli_install: '— Installa agenti e skill',
701
+ guide_cli_update: '— Aggiorna (mantiene la config)',
702
+ guide_cli_doctor: '— Verifica installazione',
703
+ guide_cli_uninstall: '— Rimuovi BMAD+ dal progetto',
704
+ guide_examples_title: 'Esempi rapidi',
705
+ guide_example_seo: '🔍 SEO: "/seo audit https://example.com"',
706
+ guide_example_backup: '🗂️ Backup: "/backup create" → ZIP con timestamp',
707
+ guide_example_animated: '🎬 Animato: "/animated build hero.mp4"',
708
+ guide_example_osint: '🔍 OSINT: "Shadow, investigate John Doe"',
589
709
  },
590
710
  };
591
711