@sellable/install 0.1.110 → 0.1.111

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.
@@ -965,23 +965,29 @@ updates.
965
965
  5. Create the campaign shell early with the v1 brief so the user can open the
966
966
  watch link and see useful setup state immediately. Import only the first
967
967
  bounded review batch after the source is attached to the campaign; do not
968
- queue workflow cells, attach a sequence, or start until filter choice is
969
- resolved, rubrics are saved when filters are enabled, template/token rules
970
- are approved on the default Use Template path, and the approved message set
971
- is synced into the campaign brief. When filters are approved, immediately
968
+ load post-lead registries/prompts before asking add filters vs skip filters.
969
+ Once the user answers, launch the message scout from the same campaign/table
970
+ basis. If filters are approved, also launch the filter scout. Do not queue
971
+ workflow cells, attach a sequence, or start until filter choice is resolved,
972
+ rubrics are saved when filters are enabled, template/token rules are approved
973
+ on the default Use Template path, and the approved message set is synced into
974
+ the campaign brief. When filters are approved, immediately
972
975
  call \`mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })\`
973
976
  so the watched app moves to Filter Rules while rubrics are drafted/saved.
974
977
  After rubrics save, move the watched app to \`apply-icp-rubric\` / Filter
975
- Leads and say the fit rules are saved; approve the message template next;
976
- after approval, queue the bounded review-batch
977
- \`enrichCellId\` cells to kick off enrichment/filtering.
978
- Product Generate Message cells must not run from the background template
979
- path before that template/token approval. AI Generated uses the
980
- product's AI-generated path and cancels or ignores the background template
981
- draft.
978
+ Leads and say the fit rules are saved; the background message scout is
979
+ preparing the message recommendation and approval comes next while the
980
+ browser stays on Filter Leads. If filters are skipped, move to
981
+ Messages/message review and wait for message approval there. After approval,
982
+ queue the bounded review-batch \`enrichCellId\` cells to kick off
983
+ enrichment/filtering.
984
+ Product Generate Message cells must not run before that template/token
985
+ approval. AI Generated uses the product's AI-generated path and skips the
986
+ template path.
982
987
  6. The main thread owns watch navigation: use \`filter-choice\` after the review
983
- review batch, \`create-icp-rubric\` as soon as filters are approved,
984
- \`apply-icp-rubric\` after rubrics save, \`messages\` for the Use Template / AI Generated mode choice,
988
+ batch, \`create-icp-rubric\` as soon as filters are approved,
989
+ \`apply-icp-rubric\` after rubrics save on the filter path, \`messages\` for
990
+ skipped filters and message-template review,
985
991
  \`auto-execute-messaging\` for approved message work or the product's
986
992
  AI-generated path, and \`awaiting-user-greenlight\` for the final handoff.
987
993
  \`validate-sample\` is recovery/legacy only if reached.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.110",
3
+ "version": "0.1.111",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -193,16 +193,16 @@ that we are pulling sample engagers from these posts to confirm the ICP is
193
193
  actually engaging and the source is viable.
194
194
 
195
195
  After the bounded review batch exists, use the same registry pattern for
196
- post-lead work. The create-campaign-v2 subskill calls
197
- `get_post_find_leads_scout_registry`, then launches the returned
198
- message-generation scout immediately when real subagents are available and the
199
- current session exposes the returned name. If the user chooses filters, launch
200
- the filter-leads scout then and join it with the already-running or completed
201
- message draft before message review. Workflow cell execution still waits for
202
- filter and template approval. AI Generated is an explicit opt-out that cancels
203
- or ignores the background template draft. If the post-lead agents are absent,
204
- the main thread still orchestrates the same branches from the compact context
205
- with MCP tools/assets.
196
+ post-lead work, but do not load that registry or any deep filter/message prompt
197
+ before the filter-choice question. After `confirm_lead_list`, ask add filters
198
+ vs skip filters immediately. Once the user answers, launch the message scout
199
+ from the same campaign/table basis. If the user chooses filters, also launch the
200
+ filter-leads scout, move to Filter Rules, save rubrics, then keep the browser on
201
+ Filter Leads while the message recommendation is reviewed. If the user skips
202
+ filters, move to Messages/message review. Workflow cell execution still waits
203
+ for filter and template approval. AI Generated is an explicit opt-out from the
204
+ template path. If the post-lead agents are absent, the main thread still
205
+ orchestrates the same branches from the compact context with MCP tools/assets.
206
206
 
207
207
  Use rendered Markdown for user review surfaces, not fenced code blocks. Keep
208
208
  lines short, use indexed section labels and bullets, and translate internal
@@ -631,13 +631,16 @@ updates.
631
631
  call `mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })`
632
632
  so the watched app moves to Filter Rules while rubrics are drafted/saved.
633
633
  After rubrics save, move the watched app to `apply-icp-rubric` / Filter
634
- Leads and say the fit rules are saved; approve the message template next
635
- while the browser stays on Filter Leads. After approval, save the template
636
- to the campaign brief, then queue the bounded review-batch `enrichCellId`
637
- cells to kick off enrichment/filtering. Move to Messages only after at
638
- least one review row passes and Generate Message cells are running or ready.
639
- Product Generate Message cells must not run from the background template
640
- path before that template/token approval.
634
+ Leads and say the fit rules are saved; the background message scout is
635
+ preparing the message recommendation and approval comes next while the
636
+ browser stays on Filter Leads. If filters are skipped, move the watched app to
637
+ Messages/message review and wait for message approval there. After approval,
638
+ save the template to the campaign brief, then queue the bounded review-batch
639
+ `enrichCellId` cells to kick off enrichment/filtering. Move to Messages only
640
+ after at least one review row passes and Generate Message cells are running or
641
+ ready.
642
+ Product Generate Message cells must not run before that template/token
643
+ approval.
641
644
  Do not ask the user to approve the brief before shell creation unless they
642
645
  explicitly requested a no-write draft; the shell itself is the review surface.
643
646
  6. The main thread owns watch navigation. Call