@sellable/install 0.1.86 → 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` in `search_signals` so the user can watch source work in the
11
- campaign UI. Treat that as a campaign-attached persisted search; do not run a
12
- post-mint search without the campaign ID. If no campaign ID is supplied, run
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` in
10
- `search_prospeo` so the user can watch source work in the campaign UI. If no
11
- campaign ID is supplied, run campaignless preview mode. Treat post-mint
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 source work in the campaign UI. If no
11
- campaign ID is supplied, run campaignless preview mode. Treat post-mint
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {