specweave 1.0.350 → 1.0.352

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 (282) hide show
  1. package/bin/specweave.js +9 -0
  2. package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts +5 -0
  3. package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts.map +1 -1
  4. package/dist/plugins/specweave-ado/lib/ado-client-v2.js +61 -23
  5. package/dist/plugins/specweave-ado/lib/ado-client-v2.js.map +1 -1
  6. package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.d.ts.map +1 -1
  7. package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js +3 -2
  8. package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js.map +1 -1
  9. package/dist/plugins/specweave-ado/lib/ado-profile-resolver.d.ts.map +1 -1
  10. package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js +2 -1
  11. package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js.map +1 -1
  12. package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts +1 -1
  13. package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts.map +1 -1
  14. package/dist/plugins/specweave-ado/lib/ado-spec-sync.js +25 -9
  15. package/dist/plugins/specweave-ado/lib/ado-spec-sync.js.map +1 -1
  16. package/dist/plugins/specweave-ado/lib/conflict-resolver.d.ts.map +1 -1
  17. package/dist/plugins/specweave-ado/lib/conflict-resolver.js +17 -1
  18. package/dist/plugins/specweave-ado/lib/conflict-resolver.js.map +1 -1
  19. package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts +3 -0
  20. package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts.map +1 -1
  21. package/dist/plugins/specweave-ado/lib/per-us-sync.js +14 -1
  22. package/dist/plugins/specweave-ado/lib/per-us-sync.js.map +1 -1
  23. package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
  24. package/dist/plugins/specweave-github/lib/github-client-v2.js +10 -7
  25. package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
  26. package/dist/plugins/specweave-github/lib/github-client.d.ts +1 -1
  27. package/dist/plugins/specweave-github/lib/github-client.d.ts.map +1 -1
  28. package/dist/plugins/specweave-github/lib/github-client.js +7 -5
  29. package/dist/plugins/specweave-github/lib/github-client.js.map +1 -1
  30. package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js +13 -3
  31. package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js.map +1 -1
  32. package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts +24 -1
  33. package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts.map +1 -1
  34. package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js +36 -20
  35. package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js.map +1 -1
  36. package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts +4 -2
  37. package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts.map +1 -1
  38. package/dist/plugins/specweave-github/lib/github-feature-sync.js +38 -9
  39. package/dist/plugins/specweave-github/lib/github-feature-sync.js.map +1 -1
  40. package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts +1 -0
  41. package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts.map +1 -1
  42. package/dist/plugins/specweave-github/lib/github-graphql-client.js +32 -22
  43. package/dist/plugins/specweave-github/lib/github-graphql-client.js.map +1 -1
  44. package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js +144 -8
  45. package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js.map +1 -1
  46. package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts +8 -1
  47. package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts.map +1 -1
  48. package/dist/plugins/specweave-github/lib/github-spec-sync.js +94 -24
  49. package/dist/plugins/specweave-github/lib/github-spec-sync.js.map +1 -1
  50. package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts +1 -0
  51. package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts.map +1 -1
  52. package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js +2 -1
  53. package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js.map +1 -1
  54. package/dist/plugins/specweave-github/lib/github-us-auto-closer.d.ts.map +1 -1
  55. package/dist/plugins/specweave-github/lib/github-us-auto-closer.js +25 -0
  56. package/dist/plugins/specweave-github/lib/github-us-auto-closer.js.map +1 -1
  57. package/dist/plugins/specweave-github/lib/per-us-sync.d.ts +3 -0
  58. package/dist/plugins/specweave-github/lib/per-us-sync.d.ts.map +1 -1
  59. package/dist/plugins/specweave-github/lib/per-us-sync.js +29 -9
  60. package/dist/plugins/specweave-github/lib/per-us-sync.js.map +1 -1
  61. package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts +59 -0
  62. package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts.map +1 -0
  63. package/dist/plugins/specweave-jira/lib/content-format-adapter.js +159 -0
  64. package/dist/plugins/specweave-jira/lib/content-format-adapter.js.map +1 -0
  65. package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts +45 -0
  66. package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts.map +1 -0
  67. package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js +92 -0
  68. package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js.map +1 -0
  69. package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.d.ts.map +1 -1
  70. package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js +13 -28
  71. package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js.map +1 -1
  72. package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts +2 -1
  73. package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts.map +1 -1
  74. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +19 -7
  75. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -1
  76. package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts +47 -0
  77. package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts.map +1 -0
  78. package/dist/plugins/specweave-jira/lib/jira-field-discovery.js +110 -0
  79. package/dist/plugins/specweave-jira/lib/jira-field-discovery.js.map +1 -0
  80. package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts +26 -0
  81. package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts.map +1 -0
  82. package/dist/plugins/specweave-jira/lib/jira-paginated-search.js +77 -0
  83. package/dist/plugins/specweave-jira/lib/jira-paginated-search.js.map +1 -0
  84. package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.d.ts.map +1 -1
  85. package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js +5 -3
  86. package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js.map +1 -1
  87. package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts +17 -2
  88. package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts.map +1 -1
  89. package/dist/plugins/specweave-jira/lib/jira-spec-sync.js +103 -33
  90. package/dist/plugins/specweave-jira/lib/jira-spec-sync.js.map +1 -1
  91. package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts +4 -0
  92. package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts.map +1 -1
  93. package/dist/plugins/specweave-jira/lib/jira-status-sync.js +19 -6
  94. package/dist/plugins/specweave-jira/lib/jira-status-sync.js.map +1 -1
  95. package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts +29 -0
  96. package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts.map +1 -0
  97. package/dist/plugins/specweave-jira/lib/metadata-paths.js +73 -0
  98. package/dist/plugins/specweave-jira/lib/metadata-paths.js.map +1 -0
  99. package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts +15 -2
  100. package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts.map +1 -1
  101. package/dist/plugins/specweave-jira/lib/reorganization-detector.js +121 -33
  102. package/dist/plugins/specweave-jira/lib/reorganization-detector.js.map +1 -1
  103. package/dist/src/cli/commands/init.d.ts.map +1 -1
  104. package/dist/src/cli/commands/init.js +23 -18
  105. package/dist/src/cli/commands/init.js.map +1 -1
  106. package/dist/src/cli/commands/sync-progress.d.ts +6 -0
  107. package/dist/src/cli/commands/sync-progress.d.ts.map +1 -1
  108. package/dist/src/cli/commands/sync-progress.js +37 -0
  109. package/dist/src/cli/commands/sync-progress.js.map +1 -1
  110. package/dist/src/cli/commands/sync-task.d.ts +16 -0
  111. package/dist/src/cli/commands/sync-task.d.ts.map +1 -0
  112. package/dist/src/cli/commands/sync-task.js +42 -0
  113. package/dist/src/cli/commands/sync-task.js.map +1 -0
  114. package/dist/src/cli/helpers/init/instruction-file-merger.js +3 -3
  115. package/dist/src/cli/helpers/init/instruction-file-merger.js.map +1 -1
  116. package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts +9 -1
  117. package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts.map +1 -1
  118. package/dist/src/core/hooks/LifecycleHookDispatcher.js +26 -8
  119. package/dist/src/core/hooks/LifecycleHookDispatcher.js.map +1 -1
  120. package/dist/src/core/increment/metadata-manager.d.ts +13 -0
  121. package/dist/src/core/increment/metadata-manager.d.ts.map +1 -1
  122. package/dist/src/core/increment/metadata-manager.js +144 -17
  123. package/dist/src/core/increment/metadata-manager.js.map +1 -1
  124. package/dist/src/core/increment/status-change-sync-trigger.d.ts +1 -1
  125. package/dist/src/core/increment/status-change-sync-trigger.d.ts.map +1 -1
  126. package/dist/src/core/increment/status-change-sync-trigger.js +2 -1
  127. package/dist/src/core/increment/status-change-sync-trigger.js.map +1 -1
  128. package/dist/src/core/increment/status-commands.d.ts.map +1 -1
  129. package/dist/src/core/increment/status-commands.js +33 -11
  130. package/dist/src/core/increment/status-commands.js.map +1 -1
  131. package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
  132. package/dist/src/core/repo-structure/repo-structure-manager.js +2 -1
  133. package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
  134. package/dist/src/locales/de/cli.json +252 -77
  135. package/dist/src/locales/en/cli.json +7 -0
  136. package/dist/src/locales/es/cli.json +245 -3
  137. package/dist/src/locales/fr/cli.json +259 -84
  138. package/dist/src/locales/ja/cli.json +253 -78
  139. package/dist/src/locales/ko/cli.json +253 -78
  140. package/dist/src/locales/pt/cli.json +252 -77
  141. package/dist/src/locales/ru/cli.json +17 -3
  142. package/dist/src/locales/zh/cli.json +258 -83
  143. package/dist/src/sync/ado-reconciler.d.ts.map +1 -1
  144. package/dist/src/sync/ado-reconciler.js +5 -1
  145. package/dist/src/sync/ado-reconciler.js.map +1 -1
  146. package/dist/src/sync/base-reconciler.d.ts.map +1 -1
  147. package/dist/src/sync/base-reconciler.js +6 -1
  148. package/dist/src/sync/base-reconciler.js.map +1 -1
  149. package/dist/src/sync/config.d.ts +4 -0
  150. package/dist/src/sync/config.d.ts.map +1 -1
  151. package/dist/src/sync/config.js +6 -4
  152. package/dist/src/sync/config.js.map +1 -1
  153. package/dist/src/sync/external-issue-auto-creator.d.ts +3 -0
  154. package/dist/src/sync/external-issue-auto-creator.d.ts.map +1 -1
  155. package/dist/src/sync/external-issue-auto-creator.js +53 -17
  156. package/dist/src/sync/external-issue-auto-creator.js.map +1 -1
  157. package/dist/src/sync/external-item-sync-service.d.ts +9 -0
  158. package/dist/src/sync/external-item-sync-service.d.ts.map +1 -1
  159. package/dist/src/sync/external-item-sync-service.js +210 -9
  160. package/dist/src/sync/external-item-sync-service.js.map +1 -1
  161. package/dist/src/sync/github-reconciler.d.ts +30 -0
  162. package/dist/src/sync/github-reconciler.d.ts.map +1 -1
  163. package/dist/src/sync/github-reconciler.js +242 -3
  164. package/dist/src/sync/github-reconciler.js.map +1 -1
  165. package/dist/src/sync/jira-reconciler.d.ts.map +1 -1
  166. package/dist/src/sync/jira-reconciler.js +5 -1
  167. package/dist/src/sync/jira-reconciler.js.map +1 -1
  168. package/dist/src/sync/provider-router.d.ts.map +1 -1
  169. package/dist/src/sync/provider-router.js +2 -1
  170. package/dist/src/sync/provider-router.js.map +1 -1
  171. package/dist/src/sync/providers/ado.d.ts +4 -0
  172. package/dist/src/sync/providers/ado.d.ts.map +1 -1
  173. package/dist/src/sync/providers/ado.js +36 -11
  174. package/dist/src/sync/providers/ado.js.map +1 -1
  175. package/dist/src/sync/providers/github.d.ts.map +1 -1
  176. package/dist/src/sync/providers/github.js +48 -35
  177. package/dist/src/sync/providers/github.js.map +1 -1
  178. package/dist/src/sync/providers/jira.d.ts.map +1 -1
  179. package/dist/src/sync/providers/jira.js +42 -26
  180. package/dist/src/sync/providers/jira.js.map +1 -1
  181. package/dist/src/sync/status-mapper.d.ts +3 -1
  182. package/dist/src/sync/status-mapper.d.ts.map +1 -1
  183. package/dist/src/sync/status-mapper.js +10 -2
  184. package/dist/src/sync/status-mapper.js.map +1 -1
  185. package/dist/src/sync/sync-coordinator.d.ts.map +1 -1
  186. package/dist/src/sync/sync-coordinator.js +29 -19
  187. package/dist/src/sync/sync-coordinator.js.map +1 -1
  188. package/package.json +1 -1
  189. package/plugins/specweave/hooks/v2/guards/task-ac-sync-guard.sh +31 -0
  190. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.d.ts +13 -0
  191. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +144 -17
  192. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
  193. package/plugins/specweave/lib/vendor/sync/github-reconciler.d.ts +30 -0
  194. package/plugins/specweave/lib/vendor/sync/github-reconciler.js +242 -3
  195. package/plugins/specweave/lib/vendor/sync/github-reconciler.js.map +1 -1
  196. package/plugins/specweave/skills/architect/SKILL.md +2 -0
  197. package/plugins/specweave/skills/grill/SKILL.md +2 -0
  198. package/plugins/specweave/skills/team-lead/SKILL.md +43 -320
  199. package/plugins/specweave/skills/team-lead/agents/backend.md +60 -0
  200. package/plugins/specweave/skills/team-lead/agents/database.md +51 -0
  201. package/plugins/specweave/skills/team-lead/agents/frontend.md +61 -0
  202. package/plugins/specweave/skills/team-lead/agents/security.md +52 -0
  203. package/plugins/specweave/skills/team-lead/agents/testing.md +57 -0
  204. package/plugins/specweave/skills/test-aware-planner/SKILL.md +2 -0
  205. package/plugins/specweave-ado/hooks/post-task-completion.sh +2 -2
  206. package/plugins/specweave-ado/lib/ado-client-v2.js +51 -21
  207. package/plugins/specweave-ado/lib/ado-client-v2.ts +62 -23
  208. package/plugins/specweave-ado/lib/ado-duplicate-detector.js +4 -4
  209. package/plugins/specweave-ado/lib/ado-duplicate-detector.ts +4 -3
  210. package/plugins/specweave-ado/lib/ado-hierarchical-sync.js +54 -12
  211. package/plugins/specweave-ado/lib/ado-hierarchical-sync.ts +88 -18
  212. package/plugins/specweave-ado/lib/ado-profile-resolver.js +1 -1
  213. package/plugins/specweave-ado/lib/ado-profile-resolver.ts +3 -1
  214. package/plugins/specweave-ado/lib/ado-spec-sync.js +22 -9
  215. package/plugins/specweave-ado/lib/ado-spec-sync.ts +27 -9
  216. package/plugins/specweave-ado/lib/conflict-resolver.js +17 -1
  217. package/plugins/specweave-ado/lib/conflict-resolver.ts +17 -1
  218. package/plugins/specweave-ado/lib/enhanced-ado-sync.js +11 -1
  219. package/plugins/specweave-ado/lib/per-us-sync.js +8 -1
  220. package/plugins/specweave-ado/lib/per-us-sync.ts +17 -2
  221. package/plugins/specweave-github/hooks/github-auto-create-handler.sh +28 -2
  222. package/plugins/specweave-github/hooks/post-task-completion.sh +6 -3
  223. package/plugins/specweave-github/lib/enhanced-github-sync.js +35 -6
  224. package/plugins/specweave-github/lib/github-board-resolver.js +4 -4
  225. package/plugins/specweave-github/lib/github-board-resolver.ts +4 -4
  226. package/plugins/specweave-github/lib/github-client-v2.js +6 -6
  227. package/plugins/specweave-github/lib/github-client-v2.ts +11 -7
  228. package/plugins/specweave-github/lib/github-client.js +5 -4
  229. package/plugins/specweave-github/lib/github-client.ts +7 -5
  230. package/plugins/specweave-github/lib/github-cross-repo-sync.js +17 -3
  231. package/plugins/specweave-github/lib/github-cross-repo-sync.ts +16 -3
  232. package/plugins/specweave-github/lib/github-feature-sync-cli.js +20 -11
  233. package/plugins/specweave-github/lib/github-feature-sync-cli.ts +42 -20
  234. package/plugins/specweave-github/lib/github-feature-sync.js +32 -8
  235. package/plugins/specweave-github/lib/github-feature-sync.ts +41 -9
  236. package/plugins/specweave-github/lib/github-graphql-client.js +29 -20
  237. package/plugins/specweave-github/lib/github-graphql-client.ts +34 -22
  238. package/plugins/specweave-github/lib/github-hierarchical-sync.js +2 -2
  239. package/plugins/specweave-github/lib/github-hierarchical-sync.ts +2 -2
  240. package/plugins/specweave-github/lib/github-multi-project-sync.js +23 -7
  241. package/plugins/specweave-github/lib/github-multi-project-sync.ts +26 -8
  242. package/plugins/specweave-github/lib/github-spec-frontmatter-updater.js +110 -5
  243. package/plugins/specweave-github/lib/github-spec-frontmatter-updater.ts +135 -9
  244. package/plugins/specweave-github/lib/github-spec-sync.js +85 -24
  245. package/plugins/specweave-github/lib/github-spec-sync.ts +100 -26
  246. package/plugins/specweave-github/lib/github-sync-orchestrator.js +2 -1
  247. package/plugins/specweave-github/lib/github-sync-orchestrator.ts +3 -1
  248. package/plugins/specweave-github/lib/github-us-auto-closer.js +25 -0
  249. package/plugins/specweave-github/lib/github-us-auto-closer.ts +43 -0
  250. package/plugins/specweave-github/lib/per-us-sync.js +26 -11
  251. package/plugins/specweave-github/lib/per-us-sync.ts +29 -11
  252. package/plugins/specweave-jira/hooks/post-task-completion.sh +2 -1
  253. package/plugins/specweave-jira/lib/content-format-adapter.js +116 -0
  254. package/plugins/specweave-jira/lib/content-format-adapter.ts +189 -0
  255. package/plugins/specweave-jira/lib/enhanced-jira-sync.js +21 -5
  256. package/plugins/specweave-jira/lib/jira-deployment-detector.js +63 -0
  257. package/plugins/specweave-jira/lib/jira-deployment-detector.ts +113 -0
  258. package/plugins/specweave-jira/lib/jira-duplicate-detector.js +12 -29
  259. package/plugins/specweave-jira/lib/jira-duplicate-detector.ts +13 -27
  260. package/plugins/specweave-jira/lib/jira-epic-sync.js +15 -5
  261. package/plugins/specweave-jira/lib/jira-epic-sync.ts +22 -7
  262. package/plugins/specweave-jira/lib/jira-field-discovery.js +76 -0
  263. package/plugins/specweave-jira/lib/jira-field-discovery.ts +139 -0
  264. package/plugins/specweave-jira/lib/jira-hierarchical-sync.js +10 -0
  265. package/plugins/specweave-jira/lib/jira-hierarchical-sync.ts +11 -0
  266. package/plugins/specweave-jira/lib/jira-multi-project-sync.js +19 -9
  267. package/plugins/specweave-jira/lib/jira-multi-project-sync.ts +25 -14
  268. package/plugins/specweave-jira/lib/jira-paginated-search.js +55 -0
  269. package/plugins/specweave-jira/lib/jira-paginated-search.ts +108 -0
  270. package/plugins/specweave-jira/lib/jira-spec-commit-sync.js +5 -3
  271. package/plugins/specweave-jira/lib/jira-spec-commit-sync.ts +5 -3
  272. package/plugins/specweave-jira/lib/jira-spec-sync.js +102 -31
  273. package/plugins/specweave-jira/lib/jira-spec-sync.ts +123 -45
  274. package/plugins/specweave-jira/lib/jira-status-sync.js +18 -5
  275. package/plugins/specweave-jira/lib/jira-status-sync.ts +21 -6
  276. package/plugins/specweave-jira/lib/metadata-paths.js +38 -0
  277. package/plugins/specweave-jira/lib/metadata-paths.ts +73 -0
  278. package/plugins/specweave-jira/lib/reorganization-detector.js +101 -23
  279. package/plugins/specweave-jira/lib/reorganization-detector.ts +125 -35
  280. package/plugins/specweave-jira/scripts/refresh-cache.js +1 -1
  281. package/plugins/specweave-jira/scripts/refresh-cache.ts +2 -2
  282. package/plugins/specweave-jira/skills/jira-resource-validator/SKILL.md +3 -5
@@ -1,44 +1,76 @@
1
1
  {
2
2
  "init": {
3
- "welcome": "🚀 SpecWeave Initialization",
4
- "projectName": "Project name:",
5
- "projectNamePrompt": "Project name (for templates):",
3
+ "welcome": "🚀 Inicialização do SpecWeave",
4
+ "projectName": "Nome do projeto:",
5
+ "projectNamePrompt": "Nome do projeto (para templates):",
6
6
  "projectNameDefault": "my-saas",
7
- "detectingTool": "Detecting AI tool...",
8
- "foundClaude": "✅ Found Claude Code",
9
- "foundCursor": "✅ Found Cursor",
10
- "foundCopilot": "✅ Found GitHub Copilot",
11
- "noToolDetected": "No AI tool detected, using Generic adapter",
12
- "complete": "✨ Initialization complete!",
13
- "claudeNativeComplete": "✨ Claude Code native installation complete!",
14
- "claudeNativeBenefits": "✅ Native skills, agents, hooks work out of the box",
15
- "projectSuccess": "SpecWeave project created successfully!",
16
- "readyToBuild": "🚀 Ready to build with SpecWeave!",
7
+ "detectingTool": "Detectando ferramenta de IA...",
8
+ "foundClaude": "✅ Claude Code encontrado",
9
+ "foundCursor": "✅ Cursor encontrado",
10
+ "foundCopilot": "✅ GitHub Copilot encontrado",
11
+ "noToolDetected": "Nenhuma ferramenta de IA detectada, usando adaptador Generic",
12
+ "complete": "✨ Inicialização concluída!",
13
+ "claudeNativeComplete": "✨ Instalação nativa do Claude Code concluída!",
14
+ "claudeNativeBenefits": "✅ Skills, agentes e hooks nativos funcionam de imediato",
15
+ "projectSuccess": "Projeto SpecWeave criado com sucesso!",
16
+ "readyToBuild": "🚀 Pronto para construir com SpecWeave!",
17
+ "nestedCdCommand": "cd {{path}}",
18
+ "nestedIncCommand": "/sw:increment \"your-feature\"",
19
+ "pluginEnableLater": "Você pode habilitar plugins mais tarde com: specweave plugin enable <name>",
20
+ "genericError": "Erro:",
17
21
  "errors": {
18
- "invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
19
- "alreadyExists": ".specweave directory already exists",
20
- "cancelled": "❌ Initialization cancelled",
21
- "invalidLanguage": "❌ Invalid language: {{language}}",
22
- "supportedLanguages": "Supported languages: {{languages}}",
23
- "nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
24
- "parentFound": "Found parent .specweave/ at:",
25
- "projectCreationFailed": "Failed to create project",
26
- "commandsCopyFailed": "❌ Commands copy failed: {{error}}",
27
- "agentsCopyFailed": "❌ Agents copy failed: {{error}}",
28
- "skillsCopyFailed": "❌ Skills copy failed: {{error}}",
29
- "hooksCopyFailed": "❌ Hooks copy failed: {{error}}"
22
+ "invalidName": "O nome do projeto deve conter apenas letras minúsculas, números e hífens",
23
+ "alreadyExists": "O diretório .specweave existe",
24
+ "cancelled": "❌ Inicialização cancelada",
25
+ "invalidLanguage": "❌ Idioma inválido: {{language}}",
26
+ "supportedLanguages": "Idiomas suportados: {{languages}}",
27
+ "nestedNotSupported": "❌ Pastas .specweave/ aninhadas NÃO são suportadas!",
28
+ "parentFound": "Pasta .specweave/ pai encontrada em:",
29
+ "projectCreationFailed": "Falha ao criar o projeto",
30
+ "commandsCopyFailed": "❌ Falha ao copiar comandos: {{error}}",
31
+ "agentsCopyFailed": "❌ Falha ao copiar agentes: {{error}}",
32
+ "skillsCopyFailed": "❌ Falha ao copiar skills: {{error}}",
33
+ "hooksCopyFailed": "❌ Falha ao copiar hooks: {{error}}",
34
+ "templatesNotFound": "❌ Erro: Diretório de templates não encontrado em: {{path}}",
35
+ "packageRoot": "Raiz do pacote: {{root}}",
36
+ "tryingAlternate": "Tentando localizações alternativas...",
37
+ "foundTemplatesAt": "✓ Templates encontrados em: {{path}}",
38
+ "sourceNotFound": "❌ Erro: Diretório fonte de {{type}} não encontrado",
39
+ "expectedAt": "Esperado em: {{path}}",
40
+ "dirname": "__dirname: {{path}}",
41
+ "couldNotFindRoot": "Não foi possível encontrar a raiz do pacote (procurando package.json com name=\"specweave\")",
42
+ "sourceEmpty": "❌ Erro: O diretório fonte de {{type}} está vazio",
43
+ "directory": "Diretório: {{path}}",
44
+ "installationIssue": "Isso indica um problema na instalação do pacote.",
45
+ "errorCopying": "❌ Erro ao copiar {{type}}: {{error}}",
46
+ "source": "Origem: {{path}}",
47
+ "target": "Destino: {{path}}"
30
48
  },
31
49
  "warnings": {
32
- "invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
33
- "directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
34
- "skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
35
- "skillsIndexNote": "Skills will still work, but manual indexing may be needed."
50
+ "invalidDirName": "⚠️ O nome do diretório atual '{{dirName}}' contém caracteres inválidos.",
51
+ "directoryNotEmpty": "⚠️ O diretório atual contém {{count}} arquivo{{plural}}.",
52
+ "skillsIndexWarning": "⚠️ Aviso: Não foi possível gerar o índice de skills: {{error}}",
53
+ "skillsIndexNote": "Os skills continuarão funcionando, mas a indexação manual pode ser necessária.",
54
+ "marketplaceCopyFailed": "⚠️ Aviso: Não foi possível copiar o marketplace de plugins",
55
+ "marketplaceNotFound": "⚠️ Aviso: Marketplace de plugins não encontrado",
56
+ "pluginAutoSetupFailed": "⚠️ Aviso: Não foi possível configurar o registro automático de plugins",
57
+ "pluginAutoInstallFailed": "A instalação automática de plugins falhou (CLI do claude não disponível)"
36
58
  },
37
59
  "prompts": {
38
- "confirmInitInCurrent": "Initialize SpecWeave in current directory?",
39
- "overwriteSpecweave": ".specweave directory already exists. Overwrite?",
40
- "overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
41
- "enablePlugins": "Enable suggested plugins now?"
60
+ "confirmInitInCurrent": "Inicializar SpecWeave no diretório atual?",
61
+ "overwriteSpecweave": "O diretório .specweave existe. Sobrescrever?",
62
+ "overwriteDirectory": "O diretório {{projectName}} existe. Sobrescrever?",
63
+ "enablePlugins": "Habilitar os plugins sugeridos agora?"
64
+ },
65
+ "gitHooks": {
66
+ "prompt": "Instalar git hooks para controle de qualidade?"
67
+ },
68
+ "maturity": {
69
+ "question": "Este é um projeto novo ou existente?",
70
+ "greenfield": "Projeto novo (greenfield)",
71
+ "greenfieldDesc": "Começando do zero, sem código existente",
72
+ "brownfield": "Projeto existente (brownfield)",
73
+ "brownfieldDesc": "Possui código, dependências ou repositórios existentes"
42
74
  },
43
75
  "toolDetection": {
44
76
  "header": "Detecção de ferramenta de IA",
@@ -55,68 +87,211 @@
55
87
  }
56
88
  },
57
89
  "info": {
58
- "nestedEnforcement": "SpecWeave enforces a single source of truth:",
59
- "nestedBullet1": "• Use the parent folder for all increments",
60
- "nestedBullet2": "• Increments can span multiple subdirectories",
61
- "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
62
- "nestedToFix": "To fix:",
63
- "suggestedPlugins": "💡 Suggested Plugins:",
64
- "copiedFiles": "✓ Copied {{count}} command files",
65
- "copiedAgents": "✓ Copied {{count}} agent directories",
66
- "copiedSkills": "✓ Copied {{count}} skill directories",
67
- "copiedHooks": "✓ Copied {{count}} hook files"
90
+ "nestedEnforcement": "SpecWeave impõe uma única fonte de verdade:",
91
+ "nestedBullet1": "• Use a pasta pai para todos os increments",
92
+ "nestedBullet2": "• Increments podem abranger múltiplos subdiretórios",
93
+ "nestedBullet3": "• Consulte a seção \"Root-Level .specweave/ Folder\" no CLAUDE.md",
94
+ "nestedToFix": "Para corrigir:",
95
+ "suggestedPlugins": "💡 Plugins sugeridos:",
96
+ "copiedFiles": "✓ {{count}} arquivos de comandos copiados",
97
+ "copiedAgents": "✓ {{count}} diretórios de agentes copiados",
98
+ "copiedSkills": "✓ {{count}} diretórios de skills copiados",
99
+ "copiedHooks": "✓ {{count}} arquivos de hooks copiados",
100
+ "pluginAutoSetupDetails": "Claude Code carregará automaticamente o marketplace do SpecWeave quando você confiar nesta pasta",
101
+ "manualInstallInstructions": "Executar manualmente: /plugin install specweave",
102
+ "ciSkipPlugins": "Ambiente CI detectado - pulando habilitação de plugins (pode configurar manualmente depois)"
103
+ },
104
+ "success": {
105
+ "pluginAutoSetup": "Marketplace de plugins configurado para carregamento automático",
106
+ "pluginAutoInstall": "Comandos slash disponíveis imediatamente (não precisa reiniciar!)"
68
107
  },
69
108
  "progress": {
70
- "creatingProject": "Creating SpecWeave project...",
71
- "detected": "Detected {{tool}}...",
72
- "usingTool": "Using {{tool}}...",
73
- "directoryCreated": "Directory structure created...",
74
- "templatesCopied": "Base templates copied...",
75
- "installingComponents": "Installing Claude Code components...",
76
- "commandsInstalled": "Slash commands installed...",
77
- "agentsInstalled": "Agents installed...",
78
- "skillsInstalled": "Skills installed...",
79
- "hooksInstalled": "Hooks installed...",
80
- "generatingIndex": "Generating skills index...",
81
- "indexGenerated": "Skills index generated...",
82
- "installingAdapter": "Installing {{tool}} adapter...",
83
- "projectSuccess": "SpecWeave project created successfully!",
84
- "detectingPlugins": "Detecting plugins...",
85
- "detectedPlugins": "Detected {{count}} suggested plugins",
86
- "enablingPlugins": "Enabling plugins...",
87
- "enabledPlugin": "Enabled {{plugin}}",
88
- "pluginsEnabled": "Plugins enabled"
109
+ "creatingProject": "Criando projeto SpecWeave...",
110
+ "detected": "{{tool}} detectado...",
111
+ "usingTool": "Usando {{tool}}...",
112
+ "directoryCreated": "Estrutura de diretórios criada...",
113
+ "templatesCopied": "Templates base copiados...",
114
+ "installingComponents": "Instalando componentes do Claude Code...",
115
+ "commandsInstalled": "Comandos slash instalados...",
116
+ "agentsInstalled": "Agentes instalados...",
117
+ "skillsInstalled": "Skills instalados...",
118
+ "hooksInstalled": "Hooks instalados...",
119
+ "generatingIndex": "Gerando índice de skills...",
120
+ "indexGenerated": "Índice de skills gerado...",
121
+ "installingAdapter": "Instalando adaptador do {{tool}}...",
122
+ "projectSuccess": "Projeto SpecWeave criado com sucesso!",
123
+ "detectingPlugins": "Detectando plugins...",
124
+ "detectedPlugins": "{{count}} plugins sugeridos detectados",
125
+ "enablingPlugins": "Habilitando plugins...",
126
+ "enabledPlugin": "{{plugin}} habilitado",
127
+ "pluginsEnabled": "Plugins habilitados"
89
128
  },
90
129
  "nextSteps": {
91
- "header": "🎯 Next steps:",
130
+ "header": "🎯 Próximos passos:",
92
131
  "cd": "cd {{projectName}}",
93
- "footer": "🚀 Ready to build with SpecWeave!",
94
- "docsLink": "Documentation: https://spec-weave.com",
95
- "githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
132
+ "footer": "🚀 Pronto para construir com SpecWeave!",
133
+ "docsLink": "Documentação: https://spec-weave.com",
134
+ "githubLink": "GitHub: https://github.com/anton-abyzov/specweave",
135
+ "claude": {
136
+ "step1": "Abra Claude Code neste diretório",
137
+ "step2": "Instale o plugin principal do SpecWeave (OBRIGATÓRIO):",
138
+ "installCore": "Execute: /plugin install specweave",
139
+ "step3": "Opcional: Instale plugins adicionais conforme necessário:",
140
+ "installGitHub": "/plugin install sw-github@specweave",
141
+ "installFrontend": "/plugin install frontend@vskill",
142
+ "step4": "Comece a construir:",
143
+ "example": "\"/sw:increment 'user authentication'\"",
144
+ "autoActivate": "Skills e agentes são ativados automaticamente com base no contexto"
145
+ },
146
+ "cursor": {
147
+ "step1": "Abra o projeto no Cursor",
148
+ "step2": "Diga: \"Create increment for [sua funcionalidade]\"",
149
+ "guide": "Cursor lerá .cursorrules e guiará você",
150
+ "step3": "Use atalhos @:",
151
+ "shortcuts": "@increments, @docs, @strategy, @tests"
152
+ },
153
+ "copilot": {
154
+ "step1": "Abra o projeto no VS Code com Copilot",
155
+ "step2": "Copilot lerá as instruções do workspace automaticamente",
156
+ "action": "Comece a criar pastas e incrementos",
157
+ "step3": "Use Copilot Chat para orientação:",
158
+ "example": "\"How do I create a spec.md?\""
159
+ },
160
+ "generic": {
161
+ "step1": "Leia SPECWEAVE-MANUAL.md",
162
+ "step2": "Siga as instruções passo a passo",
163
+ "compatibility": "Funciona com QUALQUER ferramenta de IA (ChatGPT, Claude web, Gemini)"
164
+ }
165
+ }
166
+ },
167
+ "plugin": {
168
+ "list": {
169
+ "header": "📦 Plugins do SpecWeave",
170
+ "enabledHeader": "✅ Plugins habilitados:",
171
+ "enabledNone": "(nenhum)",
172
+ "errorLoading": "(erro ao carregar)",
173
+ "availableHeader": "📚 Plugins disponíveis:",
174
+ "availableNone": "(todos habilitados)",
175
+ "suggestedHeader": "💡 Plugins sugeridos (auto-detectados):",
176
+ "enableHint": "Execute `specweave plugin enable <name>` para habilitar um plugin",
177
+ "statsFormat": "Skills: {{skills}}, Agentes: {{agents}}, Comandos: {{commands}}",
178
+ "errorListing": "❌ Erro ao listar plugins:"
179
+ },
180
+ "enable": {
181
+ "enablingPlugin": "🔌 Habilitando plugin: {{name}}",
182
+ "alreadyEnabled": "⚠️ O plugin {{name}} já está habilitado",
183
+ "useForce": "Use --force para reinstalar",
184
+ "success": "✅ Plugin {{name}} habilitado com sucesso!",
185
+ "installed": "Instalado:",
186
+ "skills": "Skills: {{names}}",
187
+ "agents": "Agentes: {{names}}",
188
+ "commands": "Comandos: {{names}}",
189
+ "installedTo": "Plugin instalado em: {{location}}",
190
+ "restartClaude": "⚠️ Reinicie Claude Code para ativar o novo plugin",
191
+ "errorEnabling": "❌ Erro ao habilitar plugin:"
192
+ },
193
+ "disable": {
194
+ "disablingPlugin": "🔌 Desabilitando plugin: {{name}}",
195
+ "notEnabled": "⚠️ O plugin {{name}} não está habilitado atualmente",
196
+ "success": "✅ Plugin {{name}} desabilitado com sucesso!",
197
+ "restartClaude": "⚠️ Reinicie Claude Code para desativar o plugin",
198
+ "errorDisabling": "❌ Erro ao desabilitar plugin:"
199
+ },
200
+ "info": {
201
+ "header": "📋 Informações do plugin: {{name}}",
202
+ "notFound": "❌ Plugin {{name}} não encontrado",
203
+ "listHint": "Execute `specweave plugin list --available` para ver os plugins disponíveis",
204
+ "name": "Nome:",
205
+ "version": "Versão:",
206
+ "description": "Descrição:",
207
+ "author": "Autor:",
208
+ "license": "Licença:",
209
+ "coreVersion": "Versão do SpecWeave Core:",
210
+ "status": "Status:",
211
+ "statusEnabled": "✅ Habilitado",
212
+ "statusDisabled": "⚪ Desabilitado",
213
+ "provides": "Fornece:",
214
+ "skillsFormat": "Skills: {{skills}}",
215
+ "agentsFormat": "Agentes: {{agents}}",
216
+ "commandsFormat": "Comandos: {{commands}}",
217
+ "noneValue": "(nenhum)",
218
+ "dependencies": "Dependências:",
219
+ "autoDetect": "Gatilhos de auto-detecção:",
220
+ "autoDetectFiles": "Arquivos: {{files}}",
221
+ "autoDetectPackages": "Pacotes: {{packages}}",
222
+ "autoDetectEnv": "Variáveis de ambiente: {{env}}",
223
+ "autoDetectGit": "Padrão de Git remoto: {{pattern}}",
224
+ "credits": "Créditos:",
225
+ "basedOn": "Baseado em: {{source}}",
226
+ "originalAuthor": "Autor original: {{author}}",
227
+ "contributors": "Contribuidores: {{contributors}}",
228
+ "errorGettingInfo": "❌ Erro ao obter informações do plugin:"
229
+ },
230
+ "errors": {
231
+ "nameRequired": "❌ Nome do plugin obrigatório para o comando {{command}}",
232
+ "usageEnable": "Uso: specweave plugin enable <plugin-name>",
233
+ "usageDisable": "Uso: specweave plugin disable <plugin-name>",
234
+ "usageInfo": "Uso: specweave plugin info <plugin-name>",
235
+ "unknownAction": "❌ Ação de plugin desconhecida: {{action}}",
236
+ "validActions": "Ações válidas: list, enable, disable, info"
96
237
  }
97
238
  },
239
+ "list": {
240
+ "header": "📋 Componentes do SpecWeave",
241
+ "agentsHeader": "🤖 Agentes:",
242
+ "skillsHeader": "✨ Skills:",
243
+ "availableFormat": "Disponíveis no SpecWeave: {{count}} {{type}}",
244
+ "agents": "agentes",
245
+ "skills": "skills",
246
+ "noDescription": "Sem descrição",
247
+ "noAgents": "⚠️ Nenhum agente encontrado em src/agents/",
248
+ "noSkills": "⚠️ Nenhuma skill encontrada em src/skills/",
249
+ "hintInstalled": "Execute `specweave list --installed` para ver os componentes instalados",
250
+ "hintInstall": "Execute `specweave install <name>` para instalar um componente específico",
251
+ "localInstallation": "📁 Instalação local (.claude/):",
252
+ "globalInstallation": "🌍 Instalação global (~/.claude/):",
253
+ "noComponentsInstalled": "⚠️ Nenhum componente instalado",
254
+ "installPrompt": "Execute `specweave install` para instalar componentes"
255
+ },
256
+ "install": {
257
+ "header": "📦 Instalação de componentes do SpecWeave",
258
+ "notFound": "❌ Componente \"{{name}}\" não encontrado",
259
+ "listHint": "Execute `specweave list` para ver os componentes disponíveis",
260
+ "complete": "✅ Instalação concluída!",
261
+ "installedTo": "Instalado em: {{location}}",
262
+ "installingFormat": "Instalando {{type}}: {{name}}...",
263
+ "installedFormat": "{{type}} instalado: {{name}}",
264
+ "failedFormat": "Falha ao instalar {{type}}: {{name}}",
265
+ "noAgentsWarning": "⚠️ Nenhum agente encontrado em src/agents/",
266
+ "noSkillsWarning": "⚠️ Nenhuma skill encontrada em src/skills/",
267
+ "installingCount": "📦 Instalando {{count}} {{type}}...",
268
+ "agent": "agente",
269
+ "agents": "agentes",
270
+ "skill": "skill",
271
+ "skills": "skills"
272
+ },
98
273
  "increment": {
99
- "creating": "📝 Creating increment: {name}",
100
- "created": "✅ Increment {id} created successfully!",
101
- "nextStepDo": "Next: Run /sw:do to start implementation",
274
+ "creating": "📝 Criando increment: {name}",
275
+ "created": "✅ Increment {id} criado com sucesso!",
276
+ "nextStepDo": "Próximo: Execute /sw:do para começar a implementação",
102
277
  "errors": {
103
- "incompleteFound": "Cannot create new increment! Previous increments incomplete"
278
+ "incompleteFound": "Não é possível criar novo increment! Increments anteriores incompletos"
104
279
  }
105
280
  },
106
281
  "progress": {
107
- "currentIncrement": "Current Increment: {id}",
282
+ "currentIncrement": "Increment atual: {id}",
108
283
  "status": "Status: {status}",
109
- "completion": "Completion: {percent}%"
284
+ "completion": "Concluído: {percent}%"
110
285
  },
111
286
  "translate": {
112
- "translating": "🌐 Translating content to {language}...",
113
- "complete": "✅ Translation complete!"
287
+ "translating": "🌐 Traduzindo conteúdo para {language}...",
288
+ "complete": "✅ Tradução concluída!"
114
289
  },
115
290
  "version": {
116
- "current": "SpecWeave version: {version}"
291
+ "current": "Versão do SpecWeave: {version}"
117
292
  },
118
293
  "errors": {
119
- "fileNotFound": "❌ File not found: {path}",
120
- "invalidConfig": "❌ Invalid configuration: {error}"
294
+ "fileNotFound": "❌ Arquivo não encontrado: {path}",
295
+ "invalidConfig": "❌ Configuração inválida: {error}"
121
296
  }
122
297
  }
@@ -53,7 +53,8 @@
53
53
  "skillsIndexNote": "Навыки всё равно будут работать, но может потребоваться ручная индексация.",
54
54
  "marketplaceCopyFailed": "⚠️ Предупреждение: Не удалось скопировать маркетплейс плагинов",
55
55
  "marketplaceNotFound": "⚠️ Предупреждение: Маркетплейс плагинов не найден",
56
- "pluginAutoSetupFailed": "⚠️ Предупреждение: Не удалось настроить автоматическую регистрацию плагинов"
56
+ "pluginAutoSetupFailed": "⚠️ Предупреждение: Не удалось настроить автоматическую регистрацию плагинов",
57
+ "pluginAutoInstallFailed": "Автоматическая установка плагинов не удалась (CLI claude недоступен)"
57
58
  },
58
59
  "prompts": {
59
60
  "confirmInitInCurrent": "Инициализировать SpecWeave в текущей директории?",
@@ -61,6 +62,16 @@
61
62
  "overwriteDirectory": "Директория {{projectName}} уже существует. Перезаписать?",
62
63
  "enablePlugins": "Включить предложенные плагины сейчас?"
63
64
  },
65
+ "gitHooks": {
66
+ "prompt": "Установить git-хуки для контроля качества?"
67
+ },
68
+ "maturity": {
69
+ "question": "Это новый или существующий проект?",
70
+ "greenfield": "Новый проект (greenfield)",
71
+ "greenfieldDesc": "Начинаем с нуля, без существующей кодовой базы",
72
+ "brownfield": "Существующий проект (brownfield)",
73
+ "brownfieldDesc": "Есть существующий код, зависимости или репозитории"
74
+ },
64
75
  "toolDetection": {
65
76
  "header": "Определение AI-инструмента",
66
77
  "detected": "Обнаружен: {{tool}}",
@@ -86,10 +97,13 @@
86
97
  "copiedAgents": "✓ Скопировано {{count}} директорий агентов",
87
98
  "copiedSkills": "✓ Скопировано {{count}} директорий навыков",
88
99
  "copiedHooks": "✓ Скопировано {{count}} файлов хуков",
89
- "pluginAutoSetupDetails": "Claude Code автоматически загрузит маркетплейс SpecWeave когда вы доверитесь этой папке"
100
+ "pluginAutoSetupDetails": "Claude Code автоматически загрузит маркетплейс SpecWeave когда вы доверитесь этой папке",
101
+ "manualInstallInstructions": "Запустите вручную: /plugin install specweave",
102
+ "ciSkipPlugins": "Обнаружена CI среда - пропуск включения плагинов (можно настроить вручную позже)"
90
103
  },
91
104
  "success": {
92
- "pluginAutoSetup": "Маркетплейс плагинов настроен для автоматической загрузки"
105
+ "pluginAutoSetup": "Маркетплейс плагинов настроен для автоматической загрузки",
106
+ "pluginAutoInstall": "Команды доступны сразу (перезапуск не требуется!)"
93
107
  },
94
108
  "progress": {
95
109
  "creatingProject": "Создание проекта SpecWeave...",