gsd-lite 0.3.9 → 0.3.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.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,10 +80,14 @@ User → discuss + research (confirm requirements) → approve plan → auto-exe
|
|
|
80
80
|
### Method 1: Claude Code Plugin (Recommended)
|
|
81
81
|
|
|
82
82
|
```bash
|
|
83
|
-
|
|
83
|
+
# Step 1: Add the marketplace
|
|
84
|
+
/plugin marketplace add sdsrss/gsd-lite
|
|
85
|
+
|
|
86
|
+
# Step 2: Install the plugin
|
|
87
|
+
/plugin install gsd@sdsrss-gsd-lite
|
|
84
88
|
```
|
|
85
89
|
|
|
86
|
-
Automatically registers all commands, agents, workflows, MCP server, and hooks.
|
|
90
|
+
Automatically registers all commands, agents, workflows, MCP server, and hooks. Run these commands inside a Claude Code session.
|
|
87
91
|
|
|
88
92
|
### Method 2: npx
|
|
89
93
|
|
|
@@ -106,7 +110,7 @@ Uninstall: `node cli.js uninstall` or `npx gsd-lite uninstall`
|
|
|
106
110
|
|
|
107
111
|
```bash
|
|
108
112
|
# Plugin
|
|
109
|
-
|
|
113
|
+
/plugin update gsd@sdsrss-gsd-lite
|
|
110
114
|
|
|
111
115
|
# npx
|
|
112
116
|
npx gsd-lite install
|