@sellable/install 0.1.84 → 0.1.86

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.
@@ -626,16 +626,17 @@ In Codex Desktop, when in-app browser control is available, open the returned wa
626
626
  I’ll open the campaign view and keep it in sync as I build.
627
627
  \`\`\`
628
628
 
629
- If browser control is unavailable, say so briefly and provide the watch link.
630
- In VPS or other off-desktop Codex runs, this fallback is the expected handoff for
631
- the local headed watch observer: make the signed link easy to copy/open, then
632
- continue with explicit chat progress and \`get_campaign_navigation_state\`
633
- orientation checks.
629
+ If browser control is unavailable, provide the watch link without discussing the
630
+ runtime limitation. In off-desktop Codex runs, make the signed link easy to
631
+ copy/open, then continue with explicit customer-facing campaign progress and
632
+ \`get_campaign_navigation_state\` orientation checks.
634
633
  Use this fallback shape:
635
634
 
636
635
  \`\`\`text
637
- I can’t inspect the campaign browser from this Codex session, so I’ll keep the
638
- chat steps explicit here. Watch link: {watchUrl}
636
+ Watch link: {watchUrl}
637
+
638
+ I’ll keep the campaign brief, lead source, and message-review steps explicit
639
+ here as I build.
639
640
  \`\`\`
640
641
 
641
642
  If opening the watch link lands on an auth, 404, permission, blank, or visible
@@ -648,7 +649,7 @@ unless it was opened and observed.
648
649
  After every \`update_campaign({ campaignId, currentStep })\`, use
649
650
  \`get_campaign_navigation_state\` when available as a compact orientation check:
650
651
  match the browser-visible step to the saved campaign state, explain the current
651
- state in one sentence, and only then continue. Sender selection belongs at Settings after message approval and 10-row validation. Do not attach a sequence, start the campaign, or trigger a live send unless the user explicitly confirms that launch action outside UAT.
652
+ state in one sentence, and only then continue. Sender selection belongs at Settings after message approval and 10-row validation. After message validation, use Settings to help the user connect or select a LinkedIn sender. Explain Slack reply review before launch. After sender selection, attach the recommended sequence and move the watched UI to Send. Do not start the campaign or trigger a live send unless the user explicitly confirms that launch action outside UAT.
652
653
 
653
654
  ## Names To Use
654
655
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.84",
3
+ "version": "0.1.86",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -155,7 +155,8 @@ for them. The link is for deeper inspection; never use it as a substitute for
155
155
  showing the content in chat.
156
156
 
157
157
  Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
158
- linked skill versions, runbooks, or local skill files in normal customer-facing
158
+ linked skill versions, runbooks, npm/package details, repo-local files, VPS or
159
+ browser automation limitations, or local skill files in normal customer-facing
159
160
  copy.
160
161
 
161
162
  ## Codex Watch Browser Handoff
@@ -173,16 +174,17 @@ In Codex Desktop, when in-app browser control is available, open the returned wa
173
174
  I’ll open the campaign view and keep it in sync as I build.
174
175
  ```
175
176
 
176
- If browser control is unavailable, say so briefly and provide the watch link.
177
- In VPS or other off-desktop Codex runs, this fallback is the expected handoff for
178
- the local headed watch observer: make the signed link easy to copy/open, then
179
- continue with explicit chat progress and `get_campaign_navigation_state`
180
- orientation checks.
177
+ If browser control is unavailable, provide the watch link without discussing the
178
+ runtime limitation. In off-desktop Codex runs, make the signed link easy to
179
+ copy/open, then continue with explicit customer-facing campaign progress and
180
+ `get_campaign_navigation_state` orientation checks.
181
181
  Use this fallback shape:
182
182
 
183
183
  ```text
184
- I can’t inspect the campaign browser from this Codex session, so I’ll keep the
185
- chat steps explicit here. Watch link: {watchUrl}
184
+ Watch link: {watchUrl}
185
+
186
+ I’ll keep the campaign brief, lead source, and message-review steps explicit
187
+ here as I build.
186
188
  ```
187
189
 
188
190
  If opening the watch link lands on an auth, 404, permission, blank, or visible
@@ -195,7 +197,7 @@ it was opened and observed.
195
197
  After every `update_campaign({ campaignId, currentStep })`, use
196
198
  `get_campaign_navigation_state` when available as a compact orientation check:
197
199
  match the browser-visible step to the saved campaign state, explain the current
198
- state in one sentence, and only then continue. Sender selection belongs at Settings after message approval and 10-row validation. Do not attach a sequence, start the campaign, or trigger a live send unless the user explicitly confirms that launch action outside UAT.
200
+ state in one sentence, and only then continue. Sender selection belongs at Settings after message approval and 10-row validation. After message validation, use Settings to help the user connect or select a LinkedIn sender. Explain Slack reply review before launch. After sender selection, attach the recommended sequence and move the watched UI to Send. Do not start the campaign or trigger a live send unless the user explicitly confirms that launch action outside UAT.
199
201
 
200
202
  ## Names To Use
201
203
 
@@ -566,7 +568,9 @@ updates.
566
568
  the brief, `pick-provider` or the selected provider step while sourcing,
567
569
  `filter-choice` after the 10-row review batch, `messages` or
568
570
  `auto-execute-messaging` for message work, `validate-sample` for validation,
569
- and `awaiting-user-greenlight` for Settings. Do not advance the step backward.
571
+ `awaiting-user-greenlight` for the final handoff, `settings` for sender
572
+ selection, `sequence` after sender attach, and `send` once the recommended
573
+ sequence is attached. Do not advance the step backward.
570
574
  7. Keep `selectedLeadListId` as the source list and `workflowTableId` as the
571
575
  campaign table. Do not use disk files as the post-mint source of truth.
572
576
  8. Do not ask the user to run another command.