specweave 1.0.325 → 1.0.326
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.
- package/bin/specweave.js +2 -2
- package/package.json +1 -1
package/bin/specweave.js
CHANGED
|
@@ -1251,9 +1251,9 @@ program.on('--help', () => {
|
|
|
1251
1251
|
console.log('');
|
|
1252
1252
|
console.log('Plugin Management (use Claude CLI commands):');
|
|
1253
1253
|
console.log(' $ claude plugin install sw@specweave # Install core SpecWeave');
|
|
1254
|
-
console.log(' $ claude plugin install
|
|
1254
|
+
console.log(' $ claude plugin install frontend@vskill # Install frontend plugin');
|
|
1255
1255
|
console.log(' $ claude plugin list # Show installed plugins');
|
|
1256
|
-
console.log(' $ claude plugin uninstall
|
|
1256
|
+
console.log(' $ claude plugin uninstall testing@vskill # Remove a plugin');
|
|
1257
1257
|
console.log('');
|
|
1258
1258
|
console.log('Supported AI Tools:');
|
|
1259
1259
|
console.log(' - Claude Code (full automation) - Native skills, agents, hooks');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specweave",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.326",
|
|
4
4
|
"description": "Spec-driven development framework for AI coding agents. Works with Claude Code, Codex, Antigravity, Cursor, Copilot & more. 100+ skills, 49 CLI commands, verified skill certification, autonomous execution, and living documentation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|