@sellable/mcp 0.1.252 → 0.1.253

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.252",
3
+ "version": "0.1.253",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",
@@ -299,11 +299,10 @@ After filter choice, the only normal background worker is Message Drafting (`pos
299
299
 
300
300
  The parent thread is the orchestrator and the filter writer. On the filters path, start Message Drafting, then load `references/filter-leads.md`, save rubrics, and ask users to approve saved criteria. Keep `currentStep` on Filter Rules and show `Filters saved + waiting for message approval`; do not queue cells until message approval. Tell the user Message Drafting is preparing the template in the background.
301
301
 
302
- Message Drafting must not wait for `save_rubrics` or require
303
- `leadScoringRubrics` to be visible before returning a reusable template. The
304
- parent waits for both saved-filter approval and the message recommendation
305
- before review, so missing saved rubrics in the branch read means "filters still
306
- owned by parent," not `blocked`.
302
+ Message Drafting must not wait for `save_rubrics` or require visible
303
+ `leadScoringRubrics` before returning a reusable template. The parent waits for
304
+ saved-filter approval plus the message recommendation, so missing saved rubrics
305
+ in the branch read means "filters still owned by parent," not `blocked`.
307
306
 
308
307
  Keep the handoff lean: `campaignId`, `workflowTableId`, concise brief/source summary, source-use rule, and 3-5 sample rows (`rowId`, name, title, company, signal). Do not paste copied row counts, hashes, full row IDs, broad row data, or local debug artifacts.
309
308