@sellable/install 0.1.97 → 0.1.98

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.
@@ -509,7 +509,6 @@ const CREATE_CAMPAIGN_ALLOWED_TOOLS = [
509
509
  "mcp__sellable__get_provider_prompt",
510
510
  "mcp__sellable__get_source_scout_registry",
511
511
  "mcp__sellable__get_post_find_leads_scout_registry",
512
- "mcp__sellable__get_message_prompt",
513
512
  "mcp__sellable__get_active_workspace",
514
513
  "mcp__sellable__list_senders",
515
514
  "mcp__sellable__get_sender",
@@ -936,10 +935,11 @@ updates.
936
935
  watch link and see useful setup state immediately. Import only the first
937
936
  bounded review batch after the source is attached to the campaign; do not
938
937
  queue workflow cells, attach a sequence, or start until filter choice is
939
- resolved, Messages has shown Use Template / AI Generated, template/token
940
- rules are approved when Use Template is chosen, rubrics are saved and the
941
- bounded review-batch \`enrichCellId\` cells have been queued when filters are
942
- enabled, and the approved message set is synced into the campaign brief.
938
+ resolved, rubrics are saved when filters are enabled, template/token rules
939
+ are approved on the default Use Template path, and the approved message set
940
+ is synced into the campaign brief. After rubrics save, pause and say the fit
941
+ rules are saved; approve the message template next; after approval, queue the
942
+ bounded review-batch \`enrichCellId\` cells to kick off enrichment/filtering.
943
943
  Product Generate Message cells must not run from the background template
944
944
  path before that template/token approval. AI Generated uses the
945
945
  product's AI-generated path and cancels or ignores the background template
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.97",
3
+ "version": "0.1.98",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -13,7 +13,6 @@ allowed-tools:
13
13
  - mcp__sellable__get_provider_prompt
14
14
  - mcp__sellable__get_source_scout_registry
15
15
  - mcp__sellable__get_post_find_leads_scout_registry
16
- - mcp__sellable__get_message_prompt
17
16
  - mcp__sellable__get_active_workspace
18
17
  - mcp__sellable__list_senders
19
18
  - mcp__sellable__get_sender
@@ -71,10 +70,11 @@ Disk artifacts are optional debug/UAT diagnostics; normal customer runs should
71
70
  not create, link, or surface local draft files unless the user explicitly asks
72
71
  for them. Resume, gating, and handoff read campaign state first. The
73
72
  watchable campaign exists after the short brief; lead import is bounded to the
74
- first review batch. After that, the user chooses whether to use filters or skip,
75
- then Messages first shows Use Template and AI Generated. The Message Draft
76
- Builder may work in the background, but template review waits for the filter
77
- path and an explicit Use Template choice.
73
+ first review batch. After that, the user chooses whether to use filters or skip.
74
+ When filters are chosen, save rubrics, then pause before queueing enrichment or
75
+ filtering: tell the user the fit rules are saved, the message template needs
76
+ approval next, and enrichment/filtering will start after that approval. Use
77
+ Template is the default message path; AI Generated is only an explicit opt-out.
78
78
 
79
79
  ## Opening Turn Contract
80
80
 
@@ -148,12 +148,13 @@ calls `get_post_find_leads_scout_registry`, then launches the returned
148
148
  filter-leads scout and message-generation scout together when real subagents are
149
149
  available and the current session exposes the returned names. Message
150
150
  generation is the provisional Message Draft Builder: it may start after the
151
- review batch exists, including while the user is on filter choice, but template
152
- review cannot start until the user answers filter choice and chooses Use
153
- Template in Messages. AI Generated is an explicit opt-out that cancels or
154
- ignores the background template draft. If the post-lead agents are absent, the
155
- main thread still orchestrates the same branches from the compact context with
156
- MCP tools/assets.
151
+ review batch exists, including while the user is on filter choice, but workflow
152
+ cell execution must wait. After rubrics are saved, do not queue enrichment,
153
+ filtering, or Generate Message cells until the user approves the message
154
+ template. AI Generated is an explicit opt-out that cancels or ignores the
155
+ background template draft. If the post-lead agents are absent, the main thread
156
+ still orchestrates the same branches from the compact context with MCP
157
+ tools/assets.
157
158
 
158
159
  Use rendered Markdown for user review surfaces, not fenced code blocks. Keep
159
160
  lines short, use indexed section labels and bullets, and translate internal
@@ -574,10 +575,11 @@ updates.
574
575
  watch link and see useful setup state immediately. Import only the first
575
576
  bounded review batch after the source is attached to the campaign; do not
576
577
  queue workflow cells, attach a sequence, or start until the filter choice is
577
- resolved, Messages has shown Use Template / AI Generated, template/token
578
- rules are approved when Use Template is chosen, rubrics are saved and the
579
- bounded review-batch `enrichCellId` cells have been queued when filters are
580
- enabled, and the approved message set is synced into the campaign brief.
578
+ resolved, rubrics are saved when filters are enabled, template/token rules
579
+ are approved on the default Use Template path, and the approved message set
580
+ is synced into the campaign brief. After rubrics save, pause and say the fit
581
+ rules are saved; approve the message template next; after approval, queue the
582
+ bounded review-batch `enrichCellId` cells to kick off enrichment/filtering.
581
583
  Product Generate Message cells must not run from the background template
582
584
  path before that template/token approval.
583
585
  Do not ask the user to approve the brief before shell creation unless they