@sellable/install 0.1.85 → 0.1.87
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.
|
@@ -7,10 +7,10 @@ Required first step:
|
|
|
7
7
|
- Load the canonical provider prompt before searching. If the parent supplies a
|
|
8
8
|
draft `campaignOfferId`, call `get_provider_prompt({ provider:
|
|
9
9
|
"signal-discovery", campaignOfferId, confirmed: true })` and include that same
|
|
10
|
-
`campaignOfferId`
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
campaignless preview mode.
|
|
10
|
+
`campaignOfferId` plus `currentStep: "signal-discovery"` in `search_signals`
|
|
11
|
+
so the user can watch source work in the campaign UI. Treat that as a
|
|
12
|
+
campaign-attached persisted search; do not run a post-mint search without the
|
|
13
|
+
campaign ID. If no campaign ID is supplied, run campaignless preview mode.
|
|
14
14
|
|
|
15
15
|
Use the inherited Sellable MCP tools when available:
|
|
16
16
|
|
|
@@ -6,9 +6,10 @@ Required first step:
|
|
|
6
6
|
|
|
7
7
|
- Load the canonical provider prompt before searching. If the parent supplies a
|
|
8
8
|
draft `campaignOfferId`, call `get_provider_prompt({ provider: "prospeo",
|
|
9
|
-
campaignOfferId, confirmed: true })` and include that same `campaignOfferId`
|
|
10
|
-
`search_prospeo` so the user can watch source
|
|
11
|
-
campaign ID is supplied, run campaignless
|
|
9
|
+
campaignOfferId, confirmed: true })` and include that same `campaignOfferId`
|
|
10
|
+
plus `currentStep: "prospeo"` in `search_prospeo` so the user can watch source
|
|
11
|
+
work in the campaign UI. If no campaign ID is supplied, run campaignless
|
|
12
|
+
preview mode. Treat post-mint
|
|
12
13
|
searches with `campaignOfferId` as campaign-attached persisted search tabs;
|
|
13
14
|
do not run a live campaign search without the campaign ID.
|
|
14
15
|
|
|
@@ -7,8 +7,9 @@ Required first step:
|
|
|
7
7
|
- Load the canonical provider prompt before searching. If the parent supplies a
|
|
8
8
|
draft `campaignOfferId`, call `get_provider_prompt({ provider: "sales-nav",
|
|
9
9
|
campaignOfferId, confirmed: true })` and include that same `campaignOfferId` in
|
|
10
|
-
`search_sales_nav` so the user can watch
|
|
11
|
-
campaign ID is supplied, run
|
|
10
|
+
`search_sales_nav` with `currentStep: "sales-nav"` so the user can watch
|
|
11
|
+
source work in the campaign UI. If no campaign ID is supplied, run
|
|
12
|
+
campaignless preview mode. Treat post-mint
|
|
12
13
|
searches with `campaignOfferId` as campaign-attached persisted search tabs;
|
|
13
14
|
do not run a live campaign search without the campaign ID.
|
|
14
15
|
|
package/bin/sellable-install.mjs
CHANGED
|
@@ -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,
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
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
|
-
|
|
638
|
-
|
|
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.
|
|
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
|
@@ -197,7 +197,7 @@ it was opened and observed.
|
|
|
197
197
|
After every `update_campaign({ campaignId, currentStep })`, use
|
|
198
198
|
`get_campaign_navigation_state` when available as a compact orientation check:
|
|
199
199
|
match the browser-visible step to the saved campaign state, explain the current
|
|
200
|
-
state in one sentence, and only then continue. Sender selection belongs at Settings after message approval and 10-row validation.
|
|
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.
|
|
201
201
|
|
|
202
202
|
## Names To Use
|
|
203
203
|
|
|
@@ -568,7 +568,9 @@ updates.
|
|
|
568
568
|
the brief, `pick-provider` or the selected provider step while sourcing,
|
|
569
569
|
`filter-choice` after the 10-row review batch, `messages` or
|
|
570
570
|
`auto-execute-messaging` for message work, `validate-sample` for validation,
|
|
571
|
-
|
|
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.
|
|
572
574
|
7. Keep `selectedLeadListId` as the source list and `workflowTableId` as the
|
|
573
575
|
campaign table. Do not use disk files as the post-mint source of truth.
|
|
574
576
|
8. Do not ask the user to run another command.
|