specweave 0.34.9 → 0.34.10
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.
|
@@ -205,17 +205,6 @@
|
|
|
205
205
|
"email": "anton.abyzov@gmail.com"
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
{
|
|
209
|
-
"name": "sw-tooling",
|
|
210
|
-
"description": "Development tooling - Skill creation, plugin scaffolding, development utilities",
|
|
211
|
-
"source": "./plugins/specweave-tooling",
|
|
212
|
-
"category": "development",
|
|
213
|
-
"version": "1.0.0",
|
|
214
|
-
"author": {
|
|
215
|
-
"name": "Anton Abyzov",
|
|
216
|
-
"email": "anton.abyzov@gmail.com"
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
208
|
{
|
|
220
209
|
"name": "sw-diagrams",
|
|
221
210
|
"description": "Architecture diagram generation - Mermaid, C4 Model, sequence diagrams, ER diagrams, deployment diagrams",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specweave",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.10",
|
|
4
4
|
"description": "Spec-driven development framework for Claude Code. AI-native workflow with living documentation, intelligent agents, and multilingual support (9 languages). Enterprise-grade traceability with permanent specs and temporary increments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|