specweave 1.0.120 → 1.0.121
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.
|
@@ -259,21 +259,6 @@
|
|
|
259
259
|
"name": "Anton Abyzov",
|
|
260
260
|
"email": "anton.abyzov@gmail.com"
|
|
261
261
|
}
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"name": "sw-router",
|
|
265
|
-
"description": "Lightweight SpecWeave router for lazy plugin loading - detects intent and loads plugins on-demand",
|
|
266
|
-
"source": "./plugins/specweave-router",
|
|
267
|
-
"category": "development",
|
|
268
|
-
"version": "1.0.0",
|
|
269
|
-
"lazyLoading": {
|
|
270
|
-
"isRouter": true,
|
|
271
|
-
"tokenEstimate": 400
|
|
272
|
-
},
|
|
273
|
-
"author": {
|
|
274
|
-
"name": "Anton Abyzov",
|
|
275
|
-
"email": "anton.abyzov@gmail.com"
|
|
276
|
-
}
|
|
277
262
|
}
|
|
278
263
|
]
|
|
279
264
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specweave",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.121",
|
|
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",
|