@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.
package/bin/sellable-install.mjs
CHANGED
|
@@ -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,
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
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
|
@@ -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
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
MCP
|
|
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,
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
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
|