@sellable/install 0.1.139 → 0.1.141

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.
@@ -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. You and I will keep building the campaign in this chat.
821
- You can watch it come together in real time here:
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 offer should this campaign lead with?
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,13 @@ 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.
998
+ If setup choices were supplied and you skip the questions, show before the
999
+ brief: "Accepted LinkedIn input: the LinkedIn profile URL was the required
1000
+ identity input. Offer path: supplied current offer or Sellable's researched
1001
+ recommendation; you can replace it with your current offer."
995
1002
 
996
1003
  Before the identity gate, use this customer-facing shape:
997
1004
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.139",
3
+ "version": "0.1.141",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -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. You and I will keep building the campaign in this chat.
313
- You can watch it come together in real time here:
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 offer should this campaign lead with?
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
 
@@ -508,6 +511,9 @@ ask the buyer, offer, proof, or lead-source setup questions again unless a
508
511
  required field is missing, the supplied inputs conflict, or the campaign focus is
509
512
  genuinely ambiguous. It is fine to include an explicit assumption line in the
510
513
  brief; the approval gate lets the user revise it.
514
+ Before the brief, show: "Accepted LinkedIn input: the LinkedIn profile URL was
515
+ the required identity input. Offer path: supplied current offer or Sellable's
516
+ researched recommendation; you can replace it with your current offer."
511
517
 
512
518
  ### YOLO Mode
513
519
 
@@ -676,18 +682,20 @@ updates.
676
682
 
677
683
  ```text
678
684
  You're in — {activeWorkspaceName} workspace, ready to roll.
679
-
680
- What is your LinkedIn profile URL?
681
685
  ```
682
686
 
687
+ What is your LinkedIn profile URL?
688
+
689
+ ````
690
+
683
691
  - If `isReturningUser === false`, prepend ONE line confirming the new
684
- workspace, then the locked Step 3 narration verbatim:
692
+ workspace, then the locked Step 3 narration verbatim:
685
693
 
686
- ```text
687
- You're set up — your {activeWorkspaceName} workspace is ready.
694
+ ```text
695
+ You're set up — your {activeWorkspaceName} workspace is ready.
688
696
 
689
- What is your LinkedIn profile URL?
690
- ```
697
+ What is your LinkedIn profile URL?
698
+ ````
691
699
 
692
700
  No other lines. No "all set", no "signed in", no other acknowledgement.
693
701