@growth-loop/sdk 0.1.2 → 0.1.3
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 +5 -2
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/node.js +1 -1
- package/dist/node.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,8 +196,11 @@ claude mcp add growth-loop \
|
|
|
196
196
|
-- npx -y @growth-loop/mcp-server
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
Then in Claude Code: `/init` (auto-instrument), `/diagnose <metric>`,
|
|
200
|
-
`/weekly`, `/pmf`, `/icp`, `/strategy`, `/pivot`.
|
|
199
|
+
Then in Claude Code: `/growth-init` (auto-instrument), `/growth-diagnose <metric>`,
|
|
200
|
+
`/growth-weekly`, `/growth-pmf`, `/growth-icp`, `/growth-strategy`, `/growth-pivot`.
|
|
201
|
+
|
|
202
|
+
(The `growth-` prefix is intentional — it keeps our prompts out of the way
|
|
203
|
+
of Claude Code's built-in `/init` and any other editor's defaults.)
|
|
201
204
|
|
|
202
205
|
## License
|
|
203
206
|
|
package/dist/browser.js
CHANGED