@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.
package/bin/sellable-install.mjs
CHANGED
|
@@ -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
|
|
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
|
-
|
|
792
|
-
|
|
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
|
@@ -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
|
|
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
|
-
|
|
286
|
-
|
|
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
|