@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 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
@@ -4216,7 +4216,7 @@ var Queue = class {
4216
4216
 
4217
4217
  // src/version.ts
4218
4218
  var SDK_NAME = "growth-js";
4219
- var SDK_VERSION = "0.1.2";
4219
+ var SDK_VERSION = "0.1.3";
4220
4220
 
4221
4221
  // src/client.ts
4222
4222
  var DEFAULT_HOST = "https://api.growth-loop.dev";