specweave 0.17.16 → 0.17.19

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 (232) hide show
  1. package/CLAUDE.md +405 -2495
  2. package/README.md +92 -2
  3. package/dist/locales/de/.gitkeep +0 -0
  4. package/dist/locales/de/cli.json +108 -0
  5. package/dist/locales/en/cli.json +287 -0
  6. package/dist/locales/en/errors.json +7 -0
  7. package/dist/locales/en/templates.json +6 -0
  8. package/dist/locales/es/.gitkeep +0 -0
  9. package/dist/locales/es/cli.json +41 -0
  10. package/dist/locales/fr/.gitkeep +0 -0
  11. package/dist/locales/fr/cli.json +108 -0
  12. package/dist/locales/ja/.gitkeep +0 -0
  13. package/dist/locales/ja/cli.json +108 -0
  14. package/dist/locales/ko/.gitkeep +0 -0
  15. package/dist/locales/ko/cli.json +108 -0
  16. package/dist/locales/pt/.gitkeep +0 -0
  17. package/dist/locales/pt/cli.json +108 -0
  18. package/dist/locales/ru/.gitkeep +0 -0
  19. package/dist/locales/ru/cli.json +269 -0
  20. package/dist/locales/zh/.gitkeep +0 -0
  21. package/dist/locales/zh/cli.json +108 -0
  22. package/dist/plugins/specweave/lib/hooks/sync-living-docs.d.ts.map +1 -1
  23. package/dist/plugins/specweave/lib/hooks/sync-living-docs.js +188 -36
  24. package/dist/plugins/specweave/lib/hooks/sync-living-docs.js.map +1 -1
  25. package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.d.ts.map +1 -1
  26. package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.js +65 -6
  27. package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.js.map +1 -1
  28. package/dist/plugins/specweave-ado/lib/ado-status-sync.d.ts +54 -0
  29. package/dist/plugins/specweave-ado/lib/ado-status-sync.d.ts.map +1 -0
  30. package/dist/plugins/specweave-ado/lib/ado-status-sync.js +86 -0
  31. package/dist/plugins/specweave-ado/lib/ado-status-sync.js.map +1 -0
  32. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.d.ts +25 -0
  33. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.d.ts.map +1 -0
  34. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.js +191 -0
  35. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.js.map +1 -0
  36. package/dist/plugins/specweave-github/lib/duplicate-detector.d.ts +139 -0
  37. package/dist/plugins/specweave-github/lib/duplicate-detector.d.ts.map +1 -0
  38. package/dist/plugins/specweave-github/lib/duplicate-detector.js +389 -0
  39. package/dist/plugins/specweave-github/lib/duplicate-detector.js.map +1 -0
  40. package/dist/plugins/specweave-github/lib/enhanced-github-sync.d.ts +26 -0
  41. package/dist/plugins/specweave-github/lib/enhanced-github-sync.d.ts.map +1 -0
  42. package/dist/plugins/specweave-github/lib/enhanced-github-sync.js +249 -0
  43. package/dist/plugins/specweave-github/lib/enhanced-github-sync.js.map +1 -0
  44. package/dist/plugins/specweave-github/lib/epic-content-builder.d.ts +63 -0
  45. package/dist/plugins/specweave-github/lib/epic-content-builder.d.ts.map +1 -0
  46. package/dist/plugins/specweave-github/lib/epic-content-builder.js +216 -0
  47. package/dist/plugins/specweave-github/lib/epic-content-builder.js.map +1 -0
  48. package/dist/plugins/specweave-github/lib/github-client.d.ts +1 -1
  49. package/dist/plugins/specweave-github/lib/github-client.d.ts.map +1 -1
  50. package/dist/plugins/specweave-github/lib/github-client.js +25 -13
  51. package/dist/plugins/specweave-github/lib/github-client.js.map +1 -1
  52. package/dist/plugins/specweave-github/lib/github-epic-sync.d.ts +83 -0
  53. package/dist/plugins/specweave-github/lib/github-epic-sync.d.ts.map +1 -0
  54. package/dist/plugins/specweave-github/lib/github-epic-sync.js +466 -0
  55. package/dist/plugins/specweave-github/lib/github-epic-sync.js.map +1 -0
  56. package/dist/plugins/specweave-github/lib/github-status-sync.d.ts +43 -0
  57. package/dist/plugins/specweave-github/lib/github-status-sync.d.ts.map +1 -0
  58. package/dist/plugins/specweave-github/lib/github-status-sync.js +82 -0
  59. package/dist/plugins/specweave-github/lib/github-status-sync.js.map +1 -0
  60. package/dist/plugins/specweave-github/lib/task-sync.d.ts +5 -0
  61. package/dist/plugins/specweave-github/lib/task-sync.d.ts.map +1 -1
  62. package/dist/plugins/specweave-github/lib/task-sync.js +38 -2
  63. package/dist/plugins/specweave-github/lib/task-sync.js.map +1 -1
  64. package/dist/plugins/specweave-jira/lib/enhanced-jira-sync.d.ts +28 -0
  65. package/dist/plugins/specweave-jira/lib/enhanced-jira-sync.d.ts.map +1 -0
  66. package/dist/plugins/specweave-jira/lib/enhanced-jira-sync.js +156 -0
  67. package/dist/plugins/specweave-jira/lib/enhanced-jira-sync.js.map +1 -0
  68. package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts +66 -0
  69. package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts.map +1 -0
  70. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +274 -0
  71. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -0
  72. package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts +56 -0
  73. package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts.map +1 -0
  74. package/dist/plugins/specweave-jira/lib/jira-status-sync.js +93 -0
  75. package/dist/plugins/specweave-jira/lib/jira-status-sync.js.map +1 -0
  76. package/dist/spec-parser.js +629 -0
  77. package/dist/src/cli/commands/init.d.ts.map +1 -1
  78. package/dist/src/cli/commands/init.js +107 -3
  79. package/dist/src/cli/commands/init.js.map +1 -1
  80. package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
  81. package/dist/src/cli/helpers/issue-tracker/index.js +48 -3
  82. package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
  83. package/dist/src/core/deduplication/command-deduplicator.d.ts +166 -0
  84. package/dist/src/core/deduplication/command-deduplicator.d.ts.map +1 -0
  85. package/dist/src/core/deduplication/command-deduplicator.js +254 -0
  86. package/dist/src/core/deduplication/command-deduplicator.js.map +1 -0
  87. package/dist/src/core/living-docs/hierarchy-mapper.d.ts +142 -0
  88. package/dist/src/core/living-docs/hierarchy-mapper.d.ts.map +1 -0
  89. package/dist/src/core/living-docs/hierarchy-mapper.js +453 -0
  90. package/dist/src/core/living-docs/hierarchy-mapper.js.map +1 -0
  91. package/dist/src/core/living-docs/index.d.ts +10 -84
  92. package/dist/src/core/living-docs/index.d.ts.map +1 -1
  93. package/dist/src/core/living-docs/index.js +10 -164
  94. package/dist/src/core/living-docs/index.js.map +1 -1
  95. package/dist/src/core/living-docs/spec-distributor.d.ts +106 -0
  96. package/dist/src/core/living-docs/spec-distributor.d.ts.map +1 -0
  97. package/dist/src/core/living-docs/spec-distributor.js +823 -0
  98. package/dist/src/core/living-docs/spec-distributor.js.map +1 -0
  99. package/dist/src/core/living-docs/types.d.ts +201 -0
  100. package/dist/src/core/living-docs/types.d.ts.map +1 -0
  101. package/dist/src/core/living-docs/types.js +15 -0
  102. package/dist/src/core/living-docs/types.js.map +1 -0
  103. package/dist/src/core/logging/prompt-logger.d.ts +70 -0
  104. package/dist/src/core/logging/prompt-logger.d.ts.map +1 -0
  105. package/dist/src/core/logging/prompt-logger.js +247 -0
  106. package/dist/src/core/logging/prompt-logger.js.map +1 -0
  107. package/dist/src/core/status-line/status-line-manager.d.ts +15 -24
  108. package/dist/src/core/status-line/status-line-manager.d.ts.map +1 -1
  109. package/dist/src/core/status-line/status-line-manager.js +33 -70
  110. package/dist/src/core/status-line/status-line-manager.js.map +1 -1
  111. package/dist/src/core/status-line/types.d.ts +19 -31
  112. package/dist/src/core/status-line/types.d.ts.map +1 -1
  113. package/dist/src/core/status-line/types.js +5 -9
  114. package/dist/src/core/status-line/types.js.map +1 -1
  115. package/dist/src/core/sync/conflict-resolver.d.ts +66 -0
  116. package/dist/src/core/sync/conflict-resolver.d.ts.map +1 -0
  117. package/dist/src/core/sync/conflict-resolver.js +108 -0
  118. package/dist/src/core/sync/conflict-resolver.js.map +1 -0
  119. package/dist/src/core/sync/enhanced-content-builder.d.ts +55 -0
  120. package/dist/src/core/sync/enhanced-content-builder.d.ts.map +1 -0
  121. package/dist/src/core/sync/enhanced-content-builder.js +202 -0
  122. package/dist/src/core/sync/enhanced-content-builder.js.map +1 -0
  123. package/dist/src/core/sync/label-detector.d.ts +66 -0
  124. package/dist/src/core/sync/label-detector.d.ts.map +1 -0
  125. package/dist/src/core/sync/label-detector.js +211 -0
  126. package/dist/src/core/sync/label-detector.js.map +1 -0
  127. package/dist/src/core/sync/retry-logic.d.ts +64 -0
  128. package/dist/src/core/sync/retry-logic.d.ts.map +1 -0
  129. package/dist/src/core/sync/retry-logic.js +165 -0
  130. package/dist/src/core/sync/retry-logic.js.map +1 -0
  131. package/dist/src/core/sync/spec-content-sync.d.ts +88 -0
  132. package/dist/src/core/sync/spec-content-sync.d.ts.map +1 -0
  133. package/dist/src/core/sync/spec-content-sync.js +5 -0
  134. package/dist/src/core/sync/spec-content-sync.js.map +1 -0
  135. package/dist/src/core/sync/spec-increment-mapper.d.ts +100 -0
  136. package/dist/src/core/sync/spec-increment-mapper.d.ts.map +1 -0
  137. package/dist/src/core/sync/spec-increment-mapper.js +424 -0
  138. package/dist/src/core/sync/spec-increment-mapper.js.map +1 -0
  139. package/dist/src/core/sync/status-cache.d.ts +91 -0
  140. package/dist/src/core/sync/status-cache.d.ts.map +1 -0
  141. package/dist/src/core/sync/status-cache.js +140 -0
  142. package/dist/src/core/sync/status-cache.js.map +1 -0
  143. package/dist/src/core/sync/status-mapper.d.ts +69 -0
  144. package/dist/src/core/sync/status-mapper.d.ts.map +1 -0
  145. package/dist/src/core/sync/status-mapper.js +90 -0
  146. package/dist/src/core/sync/status-mapper.js.map +1 -0
  147. package/dist/src/core/sync/status-sync-engine.d.ts +162 -0
  148. package/dist/src/core/sync/status-sync-engine.d.ts.map +1 -0
  149. package/dist/src/core/sync/status-sync-engine.js +347 -0
  150. package/dist/src/core/sync/status-sync-engine.js.map +1 -0
  151. package/dist/src/core/sync/sync-event-logger.d.ts +99 -0
  152. package/dist/src/core/sync/sync-event-logger.d.ts.map +1 -0
  153. package/dist/src/core/sync/sync-event-logger.js +103 -0
  154. package/dist/src/core/sync/sync-event-logger.js.map +1 -0
  155. package/dist/src/core/sync/types.d.ts +52 -0
  156. package/dist/src/core/sync/types.d.ts.map +1 -0
  157. package/dist/src/core/sync/types.js +5 -0
  158. package/dist/src/core/sync/types.js.map +1 -0
  159. package/dist/src/core/sync/workflow-detector.d.ts +95 -0
  160. package/dist/src/core/sync/workflow-detector.d.ts.map +1 -0
  161. package/dist/src/core/sync/workflow-detector.js +175 -0
  162. package/dist/src/core/sync/workflow-detector.js.map +1 -0
  163. package/dist/src/core/types/config.d.ts +51 -0
  164. package/dist/src/core/types/config.d.ts.map +1 -1
  165. package/dist/src/core/types/config.js +47 -0
  166. package/dist/src/core/types/config.js.map +1 -1
  167. package/dist/src/core/types/increment-metadata.d.ts +4 -0
  168. package/dist/src/core/types/increment-metadata.d.ts.map +1 -1
  169. package/dist/src/core/types/increment-metadata.js.map +1 -1
  170. package/dist/src/utils/github-url.d.ts +53 -0
  171. package/dist/src/utils/github-url.d.ts.map +1 -0
  172. package/dist/src/utils/github-url.js +90 -0
  173. package/dist/src/utils/github-url.js.map +1 -0
  174. package/dist/src/utils/spec-parser.d.ts +145 -0
  175. package/dist/src/utils/spec-parser.d.ts.map +1 -0
  176. package/dist/src/utils/spec-parser.js +640 -0
  177. package/dist/src/utils/spec-parser.js.map +1 -0
  178. package/dist/tsconfig.tsbuildinfo +1 -0
  179. package/package.json +1 -1
  180. package/plugins/specweave/agents/pm/AGENT.md +160 -13
  181. package/plugins/specweave/agents/pm/templates/increment-spec.md +158 -0
  182. package/plugins/specweave/agents/pm/templates/living-docs-spec.md +113 -0
  183. package/plugins/specweave/commands/specweave-done.md +163 -0
  184. package/plugins/specweave/commands/specweave.md +70 -405
  185. package/plugins/specweave/hooks/hooks.json +4 -0
  186. package/plugins/specweave/hooks/lib/sync-spec-content.sh +2 -2
  187. package/plugins/specweave/hooks/lib/update-status-line.sh +79 -111
  188. package/plugins/specweave/hooks/post-increment-planning.sh +133 -37
  189. package/plugins/specweave/hooks/pre-command-deduplication.sh +86 -0
  190. package/plugins/specweave/lib/hooks/sync-living-docs.js +139 -34
  191. package/plugins/specweave/lib/hooks/sync-living-docs.ts +234 -38
  192. package/plugins/specweave/skills/SKILLS-INDEX.md +4 -24
  193. package/plugins/specweave/skills/increment-planner/SKILL.md +94 -0
  194. package/plugins/specweave/skills/increment-work-router/SKILL.md +466 -0
  195. package/plugins/specweave-ado/commands/specweave-ado-sync-spec.md +1 -1
  196. package/plugins/specweave-ado/lib/ado-spec-content-sync.js +49 -5
  197. package/plugins/specweave-ado/lib/ado-spec-content-sync.ts +72 -6
  198. package/plugins/specweave-ado/lib/ado-status-sync.js +80 -0
  199. package/plugins/specweave-ado/lib/ado-status-sync.ts +121 -0
  200. package/plugins/specweave-ado/lib/enhanced-ado-sync.js +170 -0
  201. package/plugins/specweave-github/commands/specweave-github-cleanup-duplicates.md +205 -0
  202. package/plugins/specweave-github/commands/specweave-github-sync-epic.md +248 -0
  203. package/plugins/specweave-github/commands/specweave-github-sync-spec.md +1 -1
  204. package/plugins/specweave-github/hooks/post-task-completion.sh +32 -0
  205. package/plugins/specweave-github/lib/duplicate-detector.js +370 -0
  206. package/plugins/specweave-github/lib/duplicate-detector.ts +525 -0
  207. package/plugins/specweave-github/lib/enhanced-github-sync.js +220 -0
  208. package/plugins/specweave-github/lib/enhanced-github-sync.ts +322 -0
  209. package/plugins/specweave-github/lib/epic-content-builder.js +227 -0
  210. package/plugins/specweave-github/lib/epic-content-builder.ts +317 -0
  211. package/plugins/specweave-github/lib/github-client.js +21 -10
  212. package/plugins/specweave-github/lib/github-client.ts +27 -16
  213. package/plugins/specweave-github/lib/github-epic-sync.js +488 -0
  214. package/plugins/specweave-github/lib/github-epic-sync.ts +715 -0
  215. package/plugins/specweave-github/lib/github-status-sync.js +71 -0
  216. package/plugins/specweave-github/lib/github-status-sync.ts +107 -0
  217. package/plugins/specweave-github/lib/task-sync.js +33 -2
  218. package/plugins/specweave-github/lib/task-sync.ts +44 -2
  219. package/plugins/specweave-jira/commands/specweave-jira-sync-epic.md +267 -0
  220. package/plugins/specweave-jira/commands/specweave-jira-sync-spec.md +1 -1
  221. package/plugins/specweave-jira/lib/enhanced-jira-sync.js +134 -0
  222. package/plugins/specweave-jira/lib/enhanced-jira-sync.ts +196 -0
  223. package/plugins/specweave-jira/lib/jira-epic-sync.js +304 -0
  224. package/plugins/specweave-jira/lib/jira-epic-sync.ts +459 -0
  225. package/plugins/specweave-jira/lib/jira-status-sync.js +79 -0
  226. package/plugins/specweave-jira/lib/jira-status-sync.ts +139 -0
  227. package/plugins/specweave-release/commands/specweave-release-platform.md +1 -1
  228. package/plugins/specweave-release/hooks/post-task-completion.sh +2 -2
  229. package/src/templates/AGENTS.md.template +88 -1
  230. package/src/templates/CLAUDE.md.template +49 -0
  231. package/plugins/specweave/skills/increment-quality-judge/SKILL.md +0 -524
  232. package/plugins/specweave/skills/plugin-installer/SKILL.md +0 -353
package/README.md CHANGED
@@ -120,6 +120,95 @@ The same processes Fortune 500 uses. Without the team. Without the manual work.
120
120
 
121
121
  ---
122
122
 
123
+ ## 🤖 AI Manages Your Enterprise Tools (Not Just Your Code!)
124
+
125
+ **Here's what makes SpecWeave revolutionary:**
126
+
127
+ Other AI tools write code. **SpecWeave's AI runs your entire engineering operation.**
128
+
129
+ ### The Problem with Traditional AI Coding
130
+
131
+ ```
132
+ You → AI → Code ✅
133
+ You → Manual → Update JIRA ❌ (3 hours/week wasted)
134
+ You → Manual → Update GitHub ❌ (2 hours/week wasted)
135
+ You → Manual → Write docs ❌ (4 hours/week wasted)
136
+ ```
137
+
138
+ **Total waste**: 9 hours/week = $35K/year per developer
139
+
140
+ ### The SpecWeave Solution: Bidirectional AI Integration
141
+
142
+ ```
143
+ You → Claude → EVERYTHING (automatic!)
144
+
145
+ /specweave:increment "User authentication"
146
+
147
+ Claude creates:
148
+ ✅ Spec.md (user stories, acceptance criteria)
149
+ ✅ JIRA Epic + 5 Stories (auto-created in your JIRA!)
150
+ ✅ GitHub Issue #142 (auto-created in your repo!)
151
+ ✅ Tasks with embedded tests (BDD format)
152
+
153
+ /specweave:do
154
+
155
+ Claude implements Task 1:
156
+ ✅ Code (AuthService.ts, tests, 92% coverage)
157
+ ✅ JIRA Story → "Done" (updated automatically!)
158
+ ✅ GitHub checkbox → ✓ (updated automatically!)
159
+ ✅ Docs synced (ADRs, architecture, runbooks)
160
+ ```
161
+
162
+ **Your team/client/manager sees updates in real-time. You never touched JIRA.**
163
+
164
+ ### What This Means in Practice
165
+
166
+ **For Solo Founders**:
167
+ - ✅ Appear like a full engineering team to investors
168
+ - ✅ Professional JIRA/ADO tracking (without the overhead)
169
+ - ✅ 80% of time coding, 20% everything else (not 50/50!)
170
+
171
+ **For Agencies/Consultants**:
172
+ - ✅ Client A (JIRA) + Client B (ADO) + Client C (GitHub) = Zero context-switching
173
+ - ✅ Clients see real-time updates (without you doing PM work)
174
+ - ✅ Reclaim 20+ hours/month = $3K-$5K more billable time
175
+
176
+ **For Small Teams (2-10 people)**:
177
+ - ✅ No dedicated PM needed (Claude orchestrates everything)
178
+ - ✅ Save $130K/year OR free up senior dev to build
179
+ - ✅ Management self-service (no "What's the status?" meetings)
180
+
181
+ **For Enterprises**:
182
+ - ✅ SOC2/ISO audit trails (automatic compliance documentation)
183
+ - ✅ Real-time visibility (management dashboards fed by AI)
184
+ - ✅ Multi-project tracking (unlimited repos, one SpecWeave instance)
185
+
186
+ ### Supported Enterprise Platforms
187
+
188
+ | Platform | Status | Capabilities |
189
+ |----------|--------|--------------|
190
+ | **GitHub Issues** | ✅ Production | Bidirectional sync, task tracking, auto-close, multi-repo |
191
+ | **JIRA** | ✅ Production | Epic/Story sync, status updates, comments, unlimited projects |
192
+ | **Azure DevOps** | ✅ Production | Work items, hierarchy, area paths, team-based organization |
193
+ | **Linear** | 🔄 Coming Q1 2026 | Full integration planned |
194
+ | **Asana** | 🔄 Coming Q2 2026 | Full integration planned |
195
+
196
+ ### Real ROI Example
197
+
198
+ **5-person engineering team**:
199
+ - **Before SpecWeave**: 3 hours/week/person on JIRA/PM = 780 hours/year = **$58,500 wasted**
200
+ - **After SpecWeave**: 0 hours (Claude does it) = **$58,500 saved**
201
+
202
+ **Plus intangibles**:
203
+ - ✅ 30% more features shipped (time reclaimed)
204
+ - ✅ Audit-ready always (compliance automatic)
205
+ - ✅ Real-time visibility (stakeholders self-service)
206
+ - ✅ Professional appearance (even as solo founder)
207
+
208
+ **[→ Multi-Project Sync Guide](https://spec-weave.com/docs/integrations/multi-project-sync)** | **[→ 5-Minute Setup](https://spec-weave.com/docs/guides/getting-started/quickstart)**
209
+
210
+ ---
211
+
123
212
  ## Works for Both
124
213
 
125
214
  **🌱 Greenfield** (New Projects)
@@ -207,15 +296,16 @@ specweave init .
207
296
 
208
297
  ## Key Features
209
298
 
299
+ - 🤖 **AI-Native Enterprise Sync** - Claude updates JIRA/GitHub/ADO automatically (bidirectional!)
210
300
  - 📚 **Living Documentation** - Auto-updates after every task (no manual sync!)
211
301
  - 🧪 **Test-Aware Planning** - Embedded tests in BDD format (Given/When/Then)
212
302
  - 🎯 **Disciplined Progress** - Can't start increment N+1 until N is DONE
213
303
  - ⏸️ **Intelligent Pausing** - Auto-detects blockers, pauses with context, resumes when ready
304
+ - 👥 **Multi-Project Tracking** - Unlimited JIRA/ADO/GitHub repos, intelligent routing
214
305
  - 🤖 **AI Agents** - PM, Architect, Quality Judge guide your work
215
306
  - 🔧 **CI/CD Auto-Fix** - Workflow failures auto-fixed by Claude (just mention `@claude`)
216
307
  - 🌍 **Multilingual** - Work in 11 languages (FREE translation)
217
- - 🏢 **Multi-Project** - Organize by team/repo/microservice
218
- - 🔗 **Issue Tracker Sync** - GitHub, Jira, Azure DevOps integration
308
+ - 🏢 **Multi-Project Organization** - Organize by team/repo/microservice
219
309
 
220
310
  **[→ Complete Feature List](https://spec-weave.com/docs/overview/features)**
221
311
 
File without changes
@@ -0,0 +1,108 @@
1
+ {
2
+ "init": {
3
+ "welcome": "🚀 SpecWeave Initialization",
4
+ "projectName": "Project name:",
5
+ "projectNamePrompt": "Project name (for templates):",
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!",
17
+ "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}}"
30
+ },
31
+ "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."
36
+ },
37
+ "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?"
42
+ },
43
+ "info": {
44
+ "nestedEnforcement": "SpecWeave enforces a single source of truth:",
45
+ "nestedBullet1": "• Use the parent folder for all increments",
46
+ "nestedBullet2": "• Increments can span multiple subdirectories",
47
+ "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
48
+ "nestedToFix": "To fix:",
49
+ "suggestedPlugins": "💡 Suggested Plugins:",
50
+ "copiedFiles": "✓ Copied {{count}} command files",
51
+ "copiedAgents": "✓ Copied {{count}} agent directories",
52
+ "copiedSkills": "✓ Copied {{count}} skill directories",
53
+ "copiedHooks": "✓ Copied {{count}} hook files"
54
+ },
55
+ "progress": {
56
+ "creatingProject": "Creating SpecWeave project...",
57
+ "detected": "Detected {{tool}}...",
58
+ "usingTool": "Using {{tool}}...",
59
+ "directoryCreated": "Directory structure created...",
60
+ "templatesCopied": "Base templates copied...",
61
+ "installingComponents": "Installing Claude Code components...",
62
+ "commandsInstalled": "Slash commands installed...",
63
+ "agentsInstalled": "Agents installed...",
64
+ "skillsInstalled": "Skills installed...",
65
+ "hooksInstalled": "Hooks installed...",
66
+ "generatingIndex": "Generating skills index...",
67
+ "indexGenerated": "Skills index generated...",
68
+ "installingAdapter": "Installing {{tool}} adapter...",
69
+ "projectSuccess": "SpecWeave project created successfully!",
70
+ "detectingPlugins": "Detecting plugins...",
71
+ "detectedPlugins": "Detected {{count}} suggested plugins",
72
+ "enablingPlugins": "Enabling plugins...",
73
+ "enabledPlugin": "Enabled {{plugin}}",
74
+ "pluginsEnabled": "Plugins enabled"
75
+ },
76
+ "nextSteps": {
77
+ "header": "🎯 Next steps:",
78
+ "cd": "cd {{projectName}}",
79
+ "footer": "🚀 Ready to build with SpecWeave!",
80
+ "docsLink": "Documentation: https://spec-weave.com",
81
+ "githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
82
+ }
83
+ },
84
+ "increment": {
85
+ "creating": "📝 Creating increment: {name}",
86
+ "created": "✅ Increment {id} created successfully!",
87
+ "nextStepDo": "Next: Run /specweave.do to start implementation",
88
+ "errors": {
89
+ "incompleteFound": "Cannot create new increment! Previous increments incomplete"
90
+ }
91
+ },
92
+ "progress": {
93
+ "currentIncrement": "Current Increment: {id}",
94
+ "status": "Status: {status}",
95
+ "completion": "Completion: {percent}%"
96
+ },
97
+ "translate": {
98
+ "translating": "🌐 Translating content to {language}...",
99
+ "complete": "✅ Translation complete!"
100
+ },
101
+ "version": {
102
+ "current": "SpecWeave version: {version}"
103
+ },
104
+ "errors": {
105
+ "fileNotFound": "❌ File not found: {path}",
106
+ "invalidConfig": "❌ Invalid configuration: {error}"
107
+ }
108
+ }
@@ -0,0 +1,287 @@
1
+ {
2
+ "init": {
3
+ "welcome": "🚀 SpecWeave Initialization",
4
+ "projectName": "Project name:",
5
+ "projectNamePrompt": "Project name (for templates):",
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!",
17
+ "nestedCdCommand": "cd {{path}}",
18
+ "nestedIncCommand": "/specweave.inc \"your-feature\"",
19
+ "pluginEnableLater": "You can enable plugins later with: specweave plugin enable <name>",
20
+ "genericError": "Error:",
21
+ "errors": {
22
+ "invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
23
+ "alreadyExists": ".specweave directory already exists",
24
+ "cancelled": "❌ Initialization cancelled",
25
+ "invalidLanguage": "❌ Invalid language: {{language}}",
26
+ "supportedLanguages": "Supported languages: {{languages}}",
27
+ "nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
28
+ "parentFound": "Found parent .specweave/ at:",
29
+ "projectCreationFailed": "Failed to create project",
30
+ "commandsCopyFailed": "❌ Commands copy failed: {{error}}",
31
+ "agentsCopyFailed": "❌ Agents copy failed: {{error}}",
32
+ "skillsCopyFailed": "❌ Skills copy failed: {{error}}",
33
+ "hooksCopyFailed": "❌ Hooks copy failed: {{error}}",
34
+ "templatesNotFound": "❌ Error: Templates directory not found at: {{path}}",
35
+ "packageRoot": "Package root: {{root}}",
36
+ "tryingAlternate": "Trying alternate locations...",
37
+ "foundTemplatesAt": "✓ Found templates at: {{path}}",
38
+ "sourceNotFound": "❌ Error: Source {{type}} directory not found",
39
+ "expectedAt": "Expected at: {{path}}",
40
+ "dirname": "__dirname: {{path}}",
41
+ "couldNotFindRoot": "Could not find package root (looking for package.json with name=\"specweave\")",
42
+ "sourceEmpty": "❌ Error: Source {{type}} directory is empty",
43
+ "directory": "Directory: {{path}}",
44
+ "installationIssue": "This indicates a package installation issue.",
45
+ "errorCopying": "❌ Error copying {{type}}: {{error}}",
46
+ "source": "Source: {{path}}",
47
+ "target": "Target: {{path}}"
48
+ },
49
+ "warnings": {
50
+ "invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
51
+ "directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
52
+ "skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
53
+ "skillsIndexNote": "Skills will still work, but manual indexing may be needed.",
54
+ "marketplaceCopyFailed": "⚠️ Warning: Could not copy plugin marketplace",
55
+ "marketplaceNotFound": "⚠️ Warning: Plugin marketplace not found",
56
+ "pluginAutoSetupFailed": "⚠️ Warning: Could not setup automatic plugin registration",
57
+ "pluginAutoInstallFailed": "Automatic plugin installation failed (claude CLI not available)"
58
+ },
59
+ "prompts": {
60
+ "confirmInitInCurrent": "Initialize SpecWeave in current directory?",
61
+ "overwriteSpecweave": ".specweave directory already exists. Overwrite?",
62
+ "overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
63
+ "enablePlugins": "Enable suggested plugins now?"
64
+ },
65
+ "toolDetection": {
66
+ "header": "AI Tool Detection",
67
+ "detected": "Detected: {{tool}}",
68
+ "confirmPrompt": "Use {{tool}} for this project?",
69
+ "ciAutoConfirm": "CI environment detected - auto-confirming {{tool}}",
70
+ "selectPrompt": "Which AI tool will you use?",
71
+ "recommended": "Recommended - Full automation",
72
+ "tools": {
73
+ "claude": "Claude Code",
74
+ "cursor": "Cursor",
75
+ "copilot": "GitHub Copilot",
76
+ "generic": "Other (ChatGPT, Gemini, etc.)"
77
+ }
78
+ },
79
+ "info": {
80
+ "nestedEnforcement": "SpecWeave enforces a single source of truth:",
81
+ "nestedBullet1": "• Use the parent folder for all increments",
82
+ "nestedBullet2": "• Increments can span multiple subdirectories",
83
+ "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
84
+ "nestedToFix": "To fix:",
85
+ "suggestedPlugins": "💡 Suggested Plugins:",
86
+ "copiedFiles": "✓ Copied {{count}} command files",
87
+ "copiedAgents": "✓ Copied {{count}} agent directories",
88
+ "copiedSkills": "✓ Copied {{count}} skill directories",
89
+ "copiedHooks": "✓ Copied {{count}} hook files",
90
+ "pluginAutoSetupDetails": "Claude Code will auto-load SpecWeave marketplace when you trust this folder",
91
+ "manualInstallInstructions": "Run manually: /plugin install specweave",
92
+ "ciSkipPlugins": "CI environment detected - skipping plugin enablement (can configure manually later)"
93
+ },
94
+ "success": {
95
+ "pluginAutoSetup": "Plugin marketplace configured for automatic loading",
96
+ "pluginAutoInstall": "Slash commands available immediately (no restart needed!)"
97
+ },
98
+ "progress": {
99
+ "creatingProject": "Creating SpecWeave project...",
100
+ "detected": "Detected {{tool}}...",
101
+ "usingTool": "Using {{tool}}...",
102
+ "directoryCreated": "Directory structure created...",
103
+ "templatesCopied": "Base templates copied...",
104
+ "installingComponents": "Installing Claude Code components...",
105
+ "commandsInstalled": "Slash commands installed...",
106
+ "agentsInstalled": "Agents installed...",
107
+ "skillsInstalled": "Skills installed...",
108
+ "hooksInstalled": "Hooks installed...",
109
+ "generatingIndex": "Generating skills index...",
110
+ "indexGenerated": "Skills index generated...",
111
+ "installingAdapter": "Installing {{tool}} adapter...",
112
+ "projectSuccess": "SpecWeave project created successfully!",
113
+ "detectingPlugins": "Detecting plugins...",
114
+ "detectedPlugins": "Detected {{count}} suggested plugins",
115
+ "enablingPlugins": "Enabling plugins...",
116
+ "enabledPlugin": "Enabled {{plugin}}",
117
+ "pluginsEnabled": "Plugins enabled"
118
+ },
119
+ "nextSteps": {
120
+ "header": "🎯 Next steps:",
121
+ "cd": "cd {{projectName}}",
122
+ "footer": "🚀 Ready to build with SpecWeave!",
123
+ "docsLink": "Documentation: https://spec-weave.com",
124
+ "githubLink": "GitHub: https://github.com/anton-abyzov/specweave",
125
+ "claude": {
126
+ "step1": "Open Claude Code in this directory",
127
+ "step2": "Install SpecWeave core plugin (REQUIRED):",
128
+ "installCore": "Run: /plugin install specweave",
129
+ "step3": "Optional: Install additional plugins as needed:",
130
+ "installGitHub": "/plugin install specweave-github",
131
+ "installFrontend": "/plugin install specweave-frontend",
132
+ "step4": "Start building:",
133
+ "example": "\"/specweave:increment 'user authentication'\"",
134
+ "autoActivate": "Skills and agents auto-activate based on context"
135
+ },
136
+ "cursor": {
137
+ "step1": "Open project in Cursor",
138
+ "step2": "Say: \"Create increment for [your feature]\"",
139
+ "guide": "Cursor will read .cursorrules and guide you",
140
+ "step3": "Use @ shortcuts:",
141
+ "shortcuts": "@increments, @docs, @strategy, @tests"
142
+ },
143
+ "copilot": {
144
+ "step1": "Open project in VS Code with Copilot",
145
+ "step2": "Copilot will read workspace instructions automatically",
146
+ "action": "Start creating increment folders and files",
147
+ "step3": "Use Copilot Chat for guidance:",
148
+ "example": "\"How do I create a spec.md?\""
149
+ },
150
+ "generic": {
151
+ "step1": "Read SPECWEAVE-MANUAL.md",
152
+ "step2": "Follow step-by-step instructions",
153
+ "compatibility": "Works with ANY AI tool (ChatGPT, Claude web, Gemini)"
154
+ }
155
+ }
156
+ },
157
+ "plugin": {
158
+ "list": {
159
+ "header": "📦 SpecWeave Plugins",
160
+ "enabledHeader": "✅ Enabled Plugins:",
161
+ "enabledNone": "(none)",
162
+ "errorLoading": "(error loading)",
163
+ "availableHeader": "📚 Available Plugins:",
164
+ "availableNone": "(all enabled)",
165
+ "suggestedHeader": "💡 Suggested Plugins (auto-detected):",
166
+ "enableHint": "Run `specweave plugin enable <name>` to enable a plugin",
167
+ "statsFormat": "Skills: {{skills}}, Agents: {{agents}}, Commands: {{commands}}",
168
+ "errorListing": "❌ Error listing plugins:"
169
+ },
170
+ "enable": {
171
+ "enablingPlugin": "🔌 Enabling plugin: {{name}}",
172
+ "alreadyEnabled": "⚠️ Plugin {{name}} is already enabled",
173
+ "useForce": "Use --force to reinstall",
174
+ "success": "✅ Plugin {{name}} enabled successfully!",
175
+ "installed": "Installed:",
176
+ "skills": "Skills: {{names}}",
177
+ "agents": "Agents: {{names}}",
178
+ "commands": "Commands: {{names}}",
179
+ "installedTo": "Plugin installed to: {{location}}",
180
+ "restartClaude": "⚠️ Restart Claude Code to activate the new plugin",
181
+ "errorEnabling": "❌ Error enabling plugin:"
182
+ },
183
+ "disable": {
184
+ "disablingPlugin": "🔌 Disabling plugin: {{name}}",
185
+ "notEnabled": "⚠️ Plugin {{name}} is not currently enabled",
186
+ "success": "✅ Plugin {{name}} disabled successfully!",
187
+ "restartClaude": "⚠️ Restart Claude Code to deactivate the plugin",
188
+ "errorDisabling": "❌ Error disabling plugin:"
189
+ },
190
+ "info": {
191
+ "header": "📋 Plugin Information: {{name}}",
192
+ "notFound": "❌ Plugin {{name}} not found",
193
+ "listHint": "Run `specweave plugin list --available` to see available plugins",
194
+ "name": "Name:",
195
+ "version": "Version:",
196
+ "description": "Description:",
197
+ "author": "Author:",
198
+ "license": "License:",
199
+ "coreVersion": "SpecWeave Core Version:",
200
+ "status": "Status:",
201
+ "statusEnabled": "✅ Enabled",
202
+ "statusDisabled": "⚪ Disabled",
203
+ "provides": "Provides:",
204
+ "skillsFormat": "Skills: {{skills}}",
205
+ "agentsFormat": "Agents: {{agents}}",
206
+ "commandsFormat": "Commands: {{commands}}",
207
+ "noneValue": "(none)",
208
+ "dependencies": "Dependencies:",
209
+ "autoDetect": "Auto-Detection Triggers:",
210
+ "autoDetectFiles": "Files: {{files}}",
211
+ "autoDetectPackages": "Packages: {{packages}}",
212
+ "autoDetectEnv": "Environment Variables: {{env}}",
213
+ "autoDetectGit": "Git Remote Pattern: {{pattern}}",
214
+ "credits": "Credits:",
215
+ "basedOn": "Based on: {{source}}",
216
+ "originalAuthor": "Original Author: {{author}}",
217
+ "contributors": "Contributors: {{contributors}}",
218
+ "errorGettingInfo": "❌ Error getting plugin info:"
219
+ },
220
+ "errors": {
221
+ "nameRequired": "❌ Plugin name required for {{command}} command",
222
+ "usageEnable": "Usage: specweave plugin enable <plugin-name>",
223
+ "usageDisable": "Usage: specweave plugin disable <plugin-name>",
224
+ "usageInfo": "Usage: specweave plugin info <plugin-name>",
225
+ "unknownAction": "❌ Unknown plugin action: {{action}}",
226
+ "validActions": "Valid actions: list, enable, disable, info"
227
+ }
228
+ },
229
+ "list": {
230
+ "header": "📋 SpecWeave Components",
231
+ "agentsHeader": "🤖 Agents:",
232
+ "skillsHeader": "✨ Skills:",
233
+ "availableFormat": "Available in SpecWeave: {{count}} {{type}}",
234
+ "agents": "agents",
235
+ "skills": "skills",
236
+ "noDescription": "No description",
237
+ "noAgents": "⚠️ No agents found in src/agents/",
238
+ "noSkills": "⚠️ No skills found in src/skills/",
239
+ "hintInstalled": "Run `specweave list --installed` to see installed components",
240
+ "hintInstall": "Run `specweave install <name>` to install a specific component",
241
+ "localInstallation": "📁 Local Installation (.claude/):",
242
+ "globalInstallation": "🌍 Global Installation (~/.claude/):",
243
+ "noComponentsInstalled": "⚠️ No components installed",
244
+ "installPrompt": "Run `specweave install` to install components"
245
+ },
246
+ "install": {
247
+ "header": "📦 SpecWeave Component Installation",
248
+ "notFound": "❌ Component \"{{name}}\" not found",
249
+ "listHint": "Run `specweave list` to see available components",
250
+ "complete": "✅ Installation complete!",
251
+ "installedTo": "Installed to: {{location}}",
252
+ "installingFormat": "Installing {{type}}: {{name}}...",
253
+ "installedFormat": "Installed {{type}}: {{name}}",
254
+ "failedFormat": "Failed to install {{type}}: {{name}}",
255
+ "noAgentsWarning": "⚠️ No agents found in src/agents/",
256
+ "noSkillsWarning": "⚠️ No skills found in src/skills/",
257
+ "installingCount": "📦 Installing {{count}} {{type}}...",
258
+ "agent": "agent",
259
+ "agents": "agents",
260
+ "skill": "skill",
261
+ "skills": "skills"
262
+ },
263
+ "increment": {
264
+ "creating": "📝 Creating increment: {name}",
265
+ "created": "✅ Increment {id} created successfully!",
266
+ "nextStepDo": "Next: Run /specweave.do to start implementation",
267
+ "errors": {
268
+ "incompleteFound": "Cannot create new increment! Previous increments incomplete"
269
+ }
270
+ },
271
+ "progress": {
272
+ "currentIncrement": "Current Increment: {id}",
273
+ "status": "Status: {status}",
274
+ "completion": "Completion: {percent}%"
275
+ },
276
+ "translate": {
277
+ "translating": "🌐 Translating content to {language}...",
278
+ "complete": "✅ Translation complete!"
279
+ },
280
+ "version": {
281
+ "current": "SpecWeave version: {version}"
282
+ },
283
+ "errors": {
284
+ "fileNotFound": "❌ File not found: {path}",
285
+ "invalidConfig": "❌ Invalid configuration: {error}"
286
+ }
287
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "fileNotFound": "❌ File not found: {path}",
3
+ "invalidConfig": "❌ Invalid configuration",
4
+ "networkError": "❌ Network error: {message}",
5
+ "permissionDenied": "❌ Permission denied",
6
+ "unknownError": "❌ An error occurred: {message}"
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "projectName": "{PROJECT_NAME}",
3
+ "description": "Project description",
4
+ "version": "1.0.0",
5
+ "author": "Your Name"
6
+ }
File without changes
@@ -0,0 +1,41 @@
1
+ {
2
+ "init": {
3
+ "welcome": "🚀 Inicialización de SpecWeave",
4
+ "projectName": "Nombre del proyecto:",
5
+ "detectingTool": "Detectando herramienta de IA...",
6
+ "foundClaude": "✅ Claude Code encontrado",
7
+ "foundCursor": "✅ Cursor encontrado",
8
+ "foundCopilot": "✅ GitHub Copilot encontrado",
9
+ "noToolDetected": "No se detectó herramienta de IA, usando adaptador Generic",
10
+ "complete": "✨ ¡Inicialización completa!",
11
+ "errors": {
12
+ "invalidName": "El nombre del proyecto debe contener solo letras minúsculas, números y guiones",
13
+ "alreadyExists": "El directorio .specweave ya existe",
14
+ "cancelled": "❌ Inicialización cancelada"
15
+ }
16
+ },
17
+ "increment": {
18
+ "creating": "📝 Creando increment: {name}",
19
+ "created": "✅ ¡Increment {id} creado exitosamente!",
20
+ "nextStepDo": "Siguiente: Ejecuta /specweave.do para comenzar la implementación",
21
+ "errors": {
22
+ "incompleteFound": "¡No se puede crear un nuevo increment! Increments anteriores incompletos"
23
+ }
24
+ },
25
+ "progress": {
26
+ "currentIncrement": "Increment Actual: {id}",
27
+ "status": "Estado: {status}",
28
+ "completion": "Completado: {percent}%"
29
+ },
30
+ "translate": {
31
+ "translating": "🌐 Traduciendo contenido a {language}...",
32
+ "complete": "✅ ¡Traducción completa!"
33
+ },
34
+ "version": {
35
+ "current": "Versión de SpecWeave: {version}"
36
+ },
37
+ "errors": {
38
+ "fileNotFound": "❌ Archivo no encontrado: {path}",
39
+ "invalidConfig": "❌ Configuración inválida: {error}"
40
+ }
41
+ }
File without changes