@sellable/install 0.1.127 → 0.1.129

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.
@@ -782,14 +782,16 @@ workspace routing needed for auto-login. \`create_campaign.watchUrl\`,
782
782
  acceptable only when they return that direct campaign-builder shape.
783
783
 
784
784
  Never call browser-opening tools, shell \`open\`, Computer Use, or in-app browser
785
- automation just because a watch link exists. Print the link and tell the user to
786
- Command-Enter/click it when they want to watch in the app. Use this shape:
785
+ automation just because a watch link exists. Print the link in this shape:
787
786
 
788
787
  \`\`\`text
788
+ Campaign shell is ready. You and I will keep building the campaign in this chat.
789
+ You can watch it come together in real time here:
790
+
789
791
  Watch link: {watchUrl}
790
792
 
791
- Command-Enter or click that link to watch the campaign in Sellable. I’ll keep
792
- the brief, lead source, and message-review steps explicit here as I build.
793
+ Send changes here. I’ll ask for your approval whenever I need your expertise or
794
+ taste before moving forward.
793
795
  \`\`\`
794
796
 
795
797
  The watch link should auto-login through the token in the URL. If the user says
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.127",
3
+ "version": "0.1.129",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -276,14 +276,16 @@ workspace routing needed for auto-login. `create_campaign.watchUrl`,
276
276
  acceptable only when they return that direct campaign-builder shape.
277
277
 
278
278
  Never call browser-opening tools, shell `open`, Computer Use, or in-app browser
279
- automation just because a watch link exists. Print the link and tell the user to
280
- Command-Enter/click it when they want to watch in the app. Use this shape:
279
+ automation just because a watch link exists. Print the link in this shape:
281
280
 
282
281
  ```text
282
+ Campaign shell is ready. You and I will keep building the campaign in this chat.
283
+ You can watch it come together in real time here:
284
+
283
285
  Watch link: {watchUrl}
284
286
 
285
- Command-Enter or click that link to watch the campaign in Sellable. I’ll keep
286
- the brief, lead source, and message-review steps explicit here as I build.
287
+ Send changes here. I’ll ask for your approval whenever I need your expertise or
288
+ taste before moving forward.
287
289
  ```
288
290
 
289
291
  The watch link should auto-login through the token in the URL. If the user says