@sellable/mcp 0.1.129 → 0.1.130

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.129",
3
+ "version": "0.1.130",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",
@@ -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
@@ -629,18 +629,19 @@ batch`, and a no-launch safety note. Do not leave the guide saying
629
629
  Fit Builder saves rubrics, move the watched browser to Filter Leads before
630
630
  waiting for message work to finish. Persist `currentStep:
631
631
  "apply-icp-rubric"` and `watchNarration.stage: "fit-message"`, then read the
632
- bounded review batch with `get_rows_minimal`, queue only pending/error
633
- `enrichCellId` values with `queue_cells`, and then wait for rubric results
634
- with at least one passing row. Do not call `check_rubric` in the normal
635
- create-campaign-v2 path. The next user-facing Messages screen must show mode
636
- choice first: Use Template and AI Generated. Use Template is recommended. AI
637
- Generated is an explicit opt-out that cancels or ignores the background
638
- template draft and must not let late template output overwrite campaign
639
- state. Product Generate Message cells should not run from the background
640
- template path until template/token rules are approved. After message approval,
641
- update the campaign brief with an Approved Message Template containing
642
- `{{...}}` tokens and keep `enableICPFilters: true`; Generate Message detects
643
- template mode from those tokens, not from `useMessagingTemplate`.
632
+ bounded review batch with `get_rows_minimal`, but do not queue workflow cells
633
+ yet. Tell the user the fit rules are saved, the message template needs
634
+ approval next, and enrichment/filtering will start after approval. Do not call
635
+ `check_rubric` in the normal create-campaign-v2 path. Use Template is the
636
+ default message path. AI Generated is an explicit opt-out that cancels or
637
+ ignores the background template draft and must not let late template output
638
+ overwrite campaign state. Product Generate Message cells should not run from
639
+ the background template path until template/token rules are approved. After
640
+ message approval, update the campaign brief with an Approved Message Template
641
+ containing `{{...}}` tokens and keep `enableICPFilters: true`; then queue only
642
+ pending/error `enrichCellId` values with `queue_cells` to start enrichment and
643
+ filtering. Generate Message detects template mode from those tokens, not from
644
+ `useMessagingTemplate`.
644
645
  - During pre-import validation, do not call `check_rubric`; use the lead-filter
645
646
  artifacts and only use campaign-backed scoring after Step 13 imports the
646
647
  15-lead test batch.