@sellable/install 0.1.138 → 0.1.140
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
|
@@ -817,8 +817,8 @@ Never call browser-opening tools, shell \`open\`, Computer Use, or in-app browse
|
|
|
817
817
|
automation just because a watch link exists. Print the link in this shape:
|
|
818
818
|
|
|
819
819
|
\`\`\`text
|
|
820
|
-
Campaign shell is ready.
|
|
821
|
-
You can watch it
|
|
820
|
+
Campaign shell is ready. We'll keep building the campaign in this chat.
|
|
821
|
+
You can watch it being built in real time in the app here:
|
|
822
822
|
|
|
823
823
|
Watch link: {watchUrl}
|
|
824
824
|
|
|
@@ -983,7 +983,7 @@ inferred strategy hardens:
|
|
|
983
983
|
|
|
984
984
|
\`\`\`text
|
|
985
985
|
Who should we target first?
|
|
986
|
-
What
|
|
986
|
+
What should we pitch to prospects first?
|
|
987
987
|
What is the strongest credibility signal we can lead with?
|
|
988
988
|
How should we find prospects: find prospects for me, use a CSV of LinkedIn
|
|
989
989
|
profiles, or use a CSV of company domains?
|
|
@@ -992,6 +992,9 @@ profiles, or use a CSV of company domains?
|
|
|
992
992
|
The setup questions should use the confirmed company context so they do not feel
|
|
993
993
|
generic. When you present a researched recommendation, introduce it as based on
|
|
994
994
|
the research you just did and keep it editable.
|
|
995
|
+
Do not render a \`## Campaign Identity\` brief section. Use
|
|
996
|
+
\`## Sender and Company\` for the person/company context, because the person is
|
|
997
|
+
sender context, not a customer-facing campaign identity concept.
|
|
995
998
|
|
|
996
999
|
Before the identity gate, use this customer-facing shape:
|
|
997
1000
|
|
package/package.json
CHANGED
|
@@ -309,8 +309,8 @@ Never call browser-opening tools, shell `open`, Computer Use, or in-app browser
|
|
|
309
309
|
automation just because a watch link exists. Print the link in this shape:
|
|
310
310
|
|
|
311
311
|
```text
|
|
312
|
-
Campaign shell is ready.
|
|
313
|
-
You can watch it
|
|
312
|
+
Campaign shell is ready. We'll keep building the campaign in this chat.
|
|
313
|
+
You can watch it being built in real time in the app here:
|
|
314
314
|
|
|
315
315
|
Watch link: {watchUrl}
|
|
316
316
|
|
|
@@ -480,7 +480,7 @@ inferred strategy hardens:
|
|
|
480
480
|
|
|
481
481
|
```text
|
|
482
482
|
Who should we target first?
|
|
483
|
-
What
|
|
483
|
+
What should we pitch to prospects first?
|
|
484
484
|
What is the strongest credibility signal we can lead with?
|
|
485
485
|
How should we find prospects: find prospects for me, use a CSV of LinkedIn
|
|
486
486
|
profiles, or use a CSV of company domains?
|
|
@@ -489,6 +489,9 @@ profiles, or use a CSV of company domains?
|
|
|
489
489
|
The setup questions should use the confirmed company context so they do not feel
|
|
490
490
|
generic. When you present a researched recommendation, introduce it as based on
|
|
491
491
|
the research you just did and keep it editable.
|
|
492
|
+
Do not render a `## Campaign Identity` brief section. Use
|
|
493
|
+
`## Sender and Company` for the person/company context, because the person is
|
|
494
|
+
sender context, not a customer-facing campaign identity concept.
|
|
492
495
|
|
|
493
496
|
### Sufficient Intake Bypass
|
|
494
497
|
|
|
@@ -676,18 +679,20 @@ updates.
|
|
|
676
679
|
|
|
677
680
|
```text
|
|
678
681
|
You're in — {activeWorkspaceName} workspace, ready to roll.
|
|
679
|
-
|
|
680
|
-
What is your LinkedIn profile URL?
|
|
681
682
|
```
|
|
682
683
|
|
|
684
|
+
What is your LinkedIn profile URL?
|
|
685
|
+
|
|
686
|
+
````
|
|
687
|
+
|
|
683
688
|
- If `isReturningUser === false`, prepend ONE line confirming the new
|
|
684
|
-
|
|
689
|
+
workspace, then the locked Step 3 narration verbatim:
|
|
685
690
|
|
|
686
|
-
|
|
687
|
-
|
|
691
|
+
```text
|
|
692
|
+
You're set up — your {activeWorkspaceName} workspace is ready.
|
|
688
693
|
|
|
689
|
-
|
|
690
|
-
|
|
694
|
+
What is your LinkedIn profile URL?
|
|
695
|
+
````
|
|
691
696
|
|
|
692
697
|
No other lines. No "all set", no "signed in", no other acknowledgement.
|
|
693
698
|
|