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