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": "🚀 SpecWeave 初期化",
4
+ "projectName": "プロジェクト名:",
5
+ "projectNamePrompt": "プロジェクト名(テンプレート用):",
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": "AIツールを検出中...",
8
+ "foundClaude": "✅ Claude Code を検出しました",
9
+ "foundCursor": "✅ Cursor を検出しました",
10
+ "foundCopilot": "✅ GitHub Copilot を検出しました",
11
+ "noToolDetected": "AIツールが検出されませんでした。Genericアダプターを使用します",
12
+ "complete": "✨ 初期化が完了しました!",
13
+ "claudeNativeComplete": "✨ Claude Code ネイティブインストールが完了しました!",
14
+ "claudeNativeBenefits": "✅ ネイティブのスキル、エージェント、フックがそのまま動作します",
15
+ "projectSuccess": "SpecWeave プロジェクトが正常に作成されました!",
16
+ "readyToBuild": "🚀 SpecWeave でビルドする準備ができました!",
17
+ "nestedCdCommand": "cd {{path}}",
18
+ "nestedIncCommand": "/sw:increment \"your-feature\"",
19
+ "pluginEnableLater": "プラグインは後から有効にできます: specweave plugin enable <name>",
20
+ "genericError": "エラー:",
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": "プロジェクト名には小文字の英字、数字、ハイフンのみ使用できます",
23
+ "alreadyExists": ".specweave ディレクトリは既に存在します",
24
+ "cancelled": "❌ 初期化がキャンセルされました",
25
+ "invalidLanguage": "❌ 無効な言語: {{language}}",
26
+ "supportedLanguages": "対応言語: {{languages}}",
27
+ "nestedNotSupported": "❌ ネストされた .specweave/ フォルダーはサポートされていません!",
28
+ "parentFound": "親の .specweave/ が見つかりました:",
29
+ "projectCreationFailed": "プロジェクトの作成に失敗しました",
30
+ "commandsCopyFailed": "❌ コマンドのコピーに失敗しました: {{error}}",
31
+ "agentsCopyFailed": "❌ エージェントのコピーに失敗しました: {{error}}",
32
+ "skillsCopyFailed": "❌ スキルのコピーに失敗しました: {{error}}",
33
+ "hooksCopyFailed": "❌ フックのコピーに失敗しました: {{error}}",
34
+ "templatesNotFound": "❌ エラー: テンプレートディレクトリが見つかりません: {{path}}",
35
+ "packageRoot": "パッケージルート: {{root}}",
36
+ "tryingAlternate": "代替の場所を試行中...",
37
+ "foundTemplatesAt": "✓ テンプレートが見つかりました: {{path}}",
38
+ "sourceNotFound": "❌ エラー: ソース {{type}} ディレクトリが見つかりません",
39
+ "expectedAt": "期待される場所: {{path}}",
40
+ "dirname": "__dirname: {{path}}",
41
+ "couldNotFindRoot": "パッケージルートが見つかりませんでした(name=\"specweave\" の package.json を検索中)",
42
+ "sourceEmpty": "❌ エラー: ソース {{type}} ディレクトリが空です",
43
+ "directory": "ディレクトリ: {{path}}",
44
+ "installationIssue": "パッケージのインストールに問題があります。",
45
+ "errorCopying": "❌ {{type}} のコピー中にエラーが発生しました: {{error}}",
46
+ "source": "ソース: {{path}}",
47
+ "target": "ターゲット: {{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": "⚠️ 現在のディレクトリ名 '{{dirName}}' に無効な文字が含まれています。",
51
+ "directoryNotEmpty": "⚠️ 現在のディレクトリには {{count}} 個のファイルが含まれています。",
52
+ "skillsIndexWarning": "⚠️ 警告: スキルインデックスを生成できませんでした: {{error}}",
53
+ "skillsIndexNote": "スキルは引き続き動作しますが、手動でのインデックス作成が必要になる場合があります。",
54
+ "marketplaceCopyFailed": "⚠️ 警告: プラグインマーケットプレイスをコピーできませんでした",
55
+ "marketplaceNotFound": "⚠️ 警告: プラグインマーケットプレイスが見つかりません",
56
+ "pluginAutoSetupFailed": "⚠️ 警告: プラグインの自動登録をセットアップできませんでした",
57
+ "pluginAutoInstallFailed": "プラグインの自動インストールに失敗しました(claude CLI が利用できません)"
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": "現在のディレクトリで SpecWeave を初期化しますか?",
61
+ "overwriteSpecweave": ".specweave ディレクトリは既に存在します。上書きしますか?",
62
+ "overwriteDirectory": "ディレクトリ {{projectName}} は既に存在します。上書きしますか?",
63
+ "enablePlugins": "推奨プラグインを今すぐ有効にしますか?"
64
+ },
65
+ "gitHooks": {
66
+ "prompt": "品質管理用の git フックをインストールしますか?"
67
+ },
68
+ "maturity": {
69
+ "question": "新規プロジェクトですか、既存のプロジェクトですか?",
70
+ "greenfield": "新規プロジェクト(グリーンフィールド)",
71
+ "greenfieldDesc": "ゼロから開始、既存のコードベースなし",
72
+ "brownfield": "既存プロジェクト(ブラウンフィールド)",
73
+ "brownfieldDesc": "既存のコード、依存関係、またはリポジトリがあります"
42
74
  },
43
75
  "toolDetection": {
44
76
  "header": "AIツール検出",
@@ -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 は単一の信頼できるソースを強制します:",
91
+ "nestedBullet1": "• すべてのインクリメントに親フォルダーを使用してください",
92
+ "nestedBullet2": "• インクリメントは複数のサブディレクトリにまたがることができます",
93
+ "nestedBullet3": "• CLAUDE.md の「Root-Level .specweave/ Folder」セクションを参照してください",
94
+ "nestedToFix": "修正方法:",
95
+ "suggestedPlugins": "💡 推奨プラグイン:",
96
+ "copiedFiles": "✓ {{count}} 個のコマンドファイルをコピーしました",
97
+ "copiedAgents": "✓ {{count}} 個のエージェントディレクトリをコピーしました",
98
+ "copiedSkills": "✓ {{count}} 個のスキルディレクトリをコピーしました",
99
+ "copiedHooks": "✓ {{count}} 個のフックファイルをコピーしました",
100
+ "pluginAutoSetupDetails": "Claude Code はこのフォルダーを信頼すると、SpecWeave マーケットプレイスを自動的に読み込みます",
101
+ "manualInstallInstructions": "手動で実行: /plugin install specweave",
102
+ "ciSkipPlugins": "CI環境を検出 - プラグインの有効化をスキップします(後から手動で設定できます)"
103
+ },
104
+ "success": {
105
+ "pluginAutoSetup": "プラグインマーケットプレイスが自動読み込み用に設定されました",
106
+ "pluginAutoInstall": "スラッシュコマンドがすぐに利用可能です(再起動は不要です!)"
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": "SpecWeave プロジェクトを作成中...",
110
+ "detected": "{{tool}} を検出しました...",
111
+ "usingTool": "{{tool}} を使用中...",
112
+ "directoryCreated": "ディレクトリ構造を作成しました...",
113
+ "templatesCopied": "ベーステンプレートをコピーしました...",
114
+ "installingComponents": "Claude Code コンポーネントをインストール中...",
115
+ "commandsInstalled": "スラッシュコマンドをインストールしました...",
116
+ "agentsInstalled": "エージェントをインストールしました...",
117
+ "skillsInstalled": "スキルをインストールしました...",
118
+ "hooksInstalled": "フックをインストールしました...",
119
+ "generatingIndex": "スキルインデックスを生成中...",
120
+ "indexGenerated": "スキルインデックスを生成しました...",
121
+ "installingAdapter": "{{tool}} アダプターをインストール中...",
122
+ "projectSuccess": "SpecWeave プロジェクトが正常に作成されました!",
123
+ "detectingPlugins": "プラグインを検出中...",
124
+ "detectedPlugins": "{{count}} 個の推奨プラグインを検出しました",
125
+ "enablingPlugins": "プラグインを有効化中...",
126
+ "enabledPlugin": "{{plugin}} を有効にしました",
127
+ "pluginsEnabled": "プラグインが有効になりました"
89
128
  },
90
129
  "nextSteps": {
91
- "header": "🎯 Next steps:",
130
+ "header": "🎯 次のステップ:",
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": "🚀 SpecWeave でビルドする準備ができました!",
133
+ "docsLink": "ドキュメント: https://spec-weave.com",
134
+ "githubLink": "GitHub: https://github.com/anton-abyzov/specweave",
135
+ "claude": {
136
+ "step1": "このディレクトリで Claude Code を開いてください",
137
+ "step2": "SpecWeave コアプラグインをインストールしてください(必須):",
138
+ "installCore": "実行: /plugin install specweave",
139
+ "step3": "オプション: 必要に応じて追加のプラグインをインストールしてください:",
140
+ "installGitHub": "/plugin install sw-github@specweave",
141
+ "installFrontend": "/plugin install frontend@vskill",
142
+ "step4": "ビルドを開始:",
143
+ "example": "\"/sw:increment 'user authentication'\"",
144
+ "autoActivate": "スキルとエージェントはコンテキストに基づいて自動的にアクティブになります"
145
+ },
146
+ "cursor": {
147
+ "step1": "Cursor でプロジェクトを開いてください",
148
+ "step2": "「[機能] のインクリメントを作成」と入力してください",
149
+ "guide": "Cursor は .cursorrules を読み取り、ガイドします",
150
+ "step3": "@ ショートカットを使用してください:",
151
+ "shortcuts": "@increments, @docs, @strategy, @tests"
152
+ },
153
+ "copilot": {
154
+ "step1": "Copilot が有効な VS Code でプロジェクトを開いてください",
155
+ "step2": "Copilot はワークスペースの指示を自動的に読み取ります",
156
+ "action": "インクリメントフォルダーとファイルの作成を開始してください",
157
+ "step3": "Copilot Chat をガイダンスに使用してください:",
158
+ "example": "「spec.md の作成方法は?」"
159
+ },
160
+ "generic": {
161
+ "step1": "SPECWEAVE-MANUAL.md を読んでください",
162
+ "step2": "ステップバイステップの手順に従ってください",
163
+ "compatibility": "すべてのAIツールで動作します(ChatGPT, Claude web, Gemini)"
164
+ }
165
+ }
166
+ },
167
+ "plugin": {
168
+ "list": {
169
+ "header": "📦 SpecWeave プラグイン",
170
+ "enabledHeader": "✅ 有効なプラグイン:",
171
+ "enabledNone": "(なし)",
172
+ "errorLoading": "(読み込みエラー)",
173
+ "availableHeader": "📚 利用可能なプラグイン:",
174
+ "availableNone": "(すべて有効)",
175
+ "suggestedHeader": "💡 推奨プラグイン(自動検出):",
176
+ "enableHint": "`specweave plugin enable <name>` を実行してプラグインを有効にしてください",
177
+ "statsFormat": "スキル: {{skills}}, エージェント: {{agents}}, コマンド: {{commands}}",
178
+ "errorListing": "❌ プラグイン一覧の取得中にエラーが発生しました:"
179
+ },
180
+ "enable": {
181
+ "enablingPlugin": "🔌 プラグインを有効化中: {{name}}",
182
+ "alreadyEnabled": "⚠️ プラグイン {{name}} は既に有効です",
183
+ "useForce": "--force を使用して再インストールしてください",
184
+ "success": "✅ プラグイン {{name}} が正常に有効になりました!",
185
+ "installed": "インストール済み:",
186
+ "skills": "スキル: {{names}}",
187
+ "agents": "エージェント: {{names}}",
188
+ "commands": "コマンド: {{names}}",
189
+ "installedTo": "プラグインのインストール先: {{location}}",
190
+ "restartClaude": "⚠️ 新しいプラグインを有効にするには Claude Code を再起動してください",
191
+ "errorEnabling": "❌ プラグインの有効化中にエラーが発生しました:"
192
+ },
193
+ "disable": {
194
+ "disablingPlugin": "🔌 プラグインを無効化中: {{name}}",
195
+ "notEnabled": "⚠️ プラグイン {{name}} は現在有効ではありません",
196
+ "success": "✅ プラグイン {{name}} が正常に無効になりました!",
197
+ "restartClaude": "⚠️ プラグインを無効にするには Claude Code を再起動してください",
198
+ "errorDisabling": "❌ プラグインの無効化中にエラーが発生しました:"
199
+ },
200
+ "info": {
201
+ "header": "📋 プラグイン情報: {{name}}",
202
+ "notFound": "❌ プラグイン {{name}} が見つかりません",
203
+ "listHint": "`specweave plugin list --available` を実行して利用可能なプラグインを確認してください",
204
+ "name": "名前:",
205
+ "version": "バージョン:",
206
+ "description": "説明:",
207
+ "author": "作者:",
208
+ "license": "ライセンス:",
209
+ "coreVersion": "SpecWeave コアバージョン:",
210
+ "status": "ステータス:",
211
+ "statusEnabled": "✅ 有効",
212
+ "statusDisabled": "⚪ 無効",
213
+ "provides": "提供内容:",
214
+ "skillsFormat": "スキル: {{skills}}",
215
+ "agentsFormat": "エージェント: {{agents}}",
216
+ "commandsFormat": "コマンド: {{commands}}",
217
+ "noneValue": "(なし)",
218
+ "dependencies": "依存関係:",
219
+ "autoDetect": "自動検出トリガー:",
220
+ "autoDetectFiles": "ファイル: {{files}}",
221
+ "autoDetectPackages": "パッケージ: {{packages}}",
222
+ "autoDetectEnv": "環境変数: {{env}}",
223
+ "autoDetectGit": "Git リモートパターン: {{pattern}}",
224
+ "credits": "クレジット:",
225
+ "basedOn": "ベース: {{source}}",
226
+ "originalAuthor": "原作者: {{author}}",
227
+ "contributors": "コントリビューター: {{contributors}}",
228
+ "errorGettingInfo": "❌ プラグイン情報の取得中にエラーが発生しました:"
229
+ },
230
+ "errors": {
231
+ "nameRequired": "❌ {{command}} コマンドにはプラグイン名が必要です",
232
+ "usageEnable": "使用方法: specweave plugin enable <plugin-name>",
233
+ "usageDisable": "使用方法: specweave plugin disable <plugin-name>",
234
+ "usageInfo": "使用方法: specweave plugin info <plugin-name>",
235
+ "unknownAction": "❌ 不明なプラグインアクション: {{action}}",
236
+ "validActions": "有効なアクション: list, enable, disable, info"
96
237
  }
97
238
  },
239
+ "list": {
240
+ "header": "📋 SpecWeave コンポーネント",
241
+ "agentsHeader": "🤖 エージェント:",
242
+ "skillsHeader": "✨ スキル:",
243
+ "availableFormat": "SpecWeave で利用可能: {{count}} 個の{{type}}",
244
+ "agents": "エージェント",
245
+ "skills": "スキル",
246
+ "noDescription": "説明なし",
247
+ "noAgents": "⚠️ src/agents/ にエージェントが見つかりません",
248
+ "noSkills": "⚠️ src/skills/ にスキルが見つかりません",
249
+ "hintInstalled": "`specweave list --installed` を実行してインストール済みコンポーネントを確認してください",
250
+ "hintInstall": "`specweave install <name>` を実行して特定のコンポーネントをインストールしてください",
251
+ "localInstallation": "📁 ローカルインストール (.claude/):",
252
+ "globalInstallation": "🌍 グローバルインストール (~/.claude/):",
253
+ "noComponentsInstalled": "⚠️ コンポーネントがインストールされていません",
254
+ "installPrompt": "`specweave install` を実行してコンポーネントをインストールしてください"
255
+ },
256
+ "install": {
257
+ "header": "📦 SpecWeave コンポーネントインストール",
258
+ "notFound": "❌ コンポーネント \"{{name}}\" が見つかりません",
259
+ "listHint": "`specweave list` を実行して利用可能なコンポーネントを確認してください",
260
+ "complete": "✅ インストールが完了しました!",
261
+ "installedTo": "インストール先: {{location}}",
262
+ "installingFormat": "{{type}}をインストール中: {{name}}...",
263
+ "installedFormat": "{{type}}をインストールしました: {{name}}",
264
+ "failedFormat": "{{type}}のインストールに失敗しました: {{name}}",
265
+ "noAgentsWarning": "⚠️ src/agents/ にエージェントが見つかりません",
266
+ "noSkillsWarning": "⚠️ src/skills/ にスキルが見つかりません",
267
+ "installingCount": "📦 {{count}} 個の{{type}}をインストール中...",
268
+ "agent": "エージェント",
269
+ "agents": "エージェント",
270
+ "skill": "スキル",
271
+ "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": "📝 インクリメントを作成中: {name}",
275
+ "created": "✅ インクリメント {id} が正常に作成されました!",
276
+ "nextStepDo": "次のステップ: /sw:do を実行して実装を開始してください",
102
277
  "errors": {
103
- "incompleteFound": "Cannot create new increment! Previous increments incomplete"
278
+ "incompleteFound": "新しいインクリメントを作成できません!前のインクリメントが未完了です"
104
279
  }
105
280
  },
106
281
  "progress": {
107
- "currentIncrement": "Current Increment: {id}",
108
- "status": "Status: {status}",
109
- "completion": "Completion: {percent}%"
282
+ "currentIncrement": "現在のインクリメント: {id}",
283
+ "status": "ステータス: {status}",
284
+ "completion": "完了率: {percent}%"
110
285
  },
111
286
  "translate": {
112
- "translating": "🌐 Translating content to {language}...",
113
- "complete": "✅ Translation complete!"
287
+ "translating": "🌐 {language} に翻訳中...",
288
+ "complete": "✅ 翻訳が完了しました!"
114
289
  },
115
290
  "version": {
116
- "current": "SpecWeave version: {version}"
291
+ "current": "SpecWeave バージョン: {version}"
117
292
  },
118
293
  "errors": {
119
- "fileNotFound": "❌ File not found: {path}",
120
- "invalidConfig": "❌ Invalid configuration: {error}"
294
+ "fileNotFound": "❌ ファイルが見つかりません: {path}",
295
+ "invalidConfig": "❌ 無効な設定: {error}"
121
296
  }
122
297
  }