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.
Files changed (2) hide show
  1. package/README.md +2 -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@sdsrss-gsd-lite
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@sdsrss-gsd-lite
113
+ /plugin update gsd
114
114
 
115
115
  # npx
116
116
  npx gsd-lite install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-lite",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "AI orchestration tool for Claude Code — GSD management shell + Superpowers quality core",
5
5
  "type": "module",
6
6
  "bin": {