@sellable/install 0.1.101 → 0.1.102
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
|
@@ -646,6 +646,25 @@ data, compare sources by source volume, sampled ICP fit, activity/warmth
|
|
|
646
646
|
signals, cleanup risk, and confidence basis. If a user asks for a forecast,
|
|
647
647
|
label it explicitly as not estimated from this run.
|
|
648
648
|
|
|
649
|
+
Before any provider prompt, search, source scout, or signal-discovery call,
|
|
650
|
+
show a short source-plan gate and ask for approval. The gate should say:
|
|
651
|
+
|
|
652
|
+
- given this campaign, the viable source options
|
|
653
|
+
- the recommended first lane
|
|
654
|
+
- why that lane fits the buyer, offer, and likely public activity
|
|
655
|
+
- what will be tested next
|
|
656
|
+
- the fallback lane if relevant posts or ICP engagement look thin
|
|
657
|
+
- that approval authorizes scouting/search only, not lead import or sending
|
|
658
|
+
|
|
659
|
+
If active prospects likely engage with relevant LinkedIn content, recommend
|
|
660
|
+
LinkedIn post engagement / Signal Discovery and name the post themes you will
|
|
661
|
+
look for. If the niche is too private, low-volume, or unlikely to have relevant
|
|
662
|
+
public posts, recommend Sales Nav recent activity, broader Sales Nav role/title
|
|
663
|
+
filters, or Prospeo, and explain the tradeoff. Do not call \`search_signals\`,
|
|
664
|
+
\`search_sales_nav\`, \`search_prospeo\`, \`fetch_post_engagers\`, or provider-scoped
|
|
665
|
+
subagents until the user approves this source plan or explicitly chooses a
|
|
666
|
+
different source.
|
|
667
|
+
|
|
649
668
|
For campaign-attached Signal Discovery sampling, promote/select the exact posts
|
|
650
669
|
with \`select_promising_posts\` before \`fetch_post_engagers\` so the user can see
|
|
651
670
|
which posts are being sampled in the watched app. The watch guide should say
|
|
@@ -943,15 +962,19 @@ updates.
|
|
|
943
962
|
queue workflow cells, attach a sequence, or start until filter choice is
|
|
944
963
|
resolved, rubrics are saved when filters are enabled, template/token rules
|
|
945
964
|
are approved on the default Use Template path, and the approved message set
|
|
946
|
-
is synced into the campaign brief.
|
|
947
|
-
|
|
948
|
-
|
|
965
|
+
is synced into the campaign brief. When filters are approved, immediately
|
|
966
|
+
call \`mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })\`
|
|
967
|
+
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
968
|
+
After rubrics save, pause and say the fit rules are saved; approve the
|
|
969
|
+
message template next; after approval, queue the bounded review-batch
|
|
970
|
+
\`enrichCellId\` cells to kick off enrichment/filtering.
|
|
949
971
|
Product Generate Message cells must not run from the background template
|
|
950
972
|
path before that template/token approval. AI Generated uses the
|
|
951
973
|
product's AI-generated path and cancels or ignores the background template
|
|
952
974
|
draft.
|
|
953
975
|
6. The main thread owns watch navigation: use \`filter-choice\` after the 15-row
|
|
954
|
-
review batch, \`
|
|
976
|
+
review batch, \`create-icp-rubric\` as soon as filters are approved,
|
|
977
|
+
\`messages\` for the Use Template / AI Generated mode choice,
|
|
955
978
|
\`auto-execute-messaging\` for approved message work or the product's
|
|
956
979
|
AI-generated path, and \`awaiting-user-greenlight\` for the final handoff.
|
|
957
980
|
\`validate-sample\` is recovery/legacy only if reached.
|
package/package.json
CHANGED
|
@@ -117,6 +117,25 @@ data, compare sources by source volume, sampled ICP fit, activity/warmth
|
|
|
117
117
|
signals, cleanup risk, and confidence basis. If a user asks for a forecast,
|
|
118
118
|
label it explicitly as not estimated from this run.
|
|
119
119
|
|
|
120
|
+
Before any provider prompt, search, source scout, or signal-discovery call,
|
|
121
|
+
show a short source-plan gate and ask for approval. The gate should say:
|
|
122
|
+
|
|
123
|
+
- given this campaign, the viable source options
|
|
124
|
+
- the recommended first lane
|
|
125
|
+
- why that lane fits the buyer, offer, and likely public activity
|
|
126
|
+
- what will be tested next
|
|
127
|
+
- the fallback lane if relevant posts or ICP engagement look thin
|
|
128
|
+
- that approval authorizes scouting/search only, not lead import or sending
|
|
129
|
+
|
|
130
|
+
If active prospects likely engage with relevant LinkedIn content, recommend
|
|
131
|
+
LinkedIn post engagement / Signal Discovery and name the post themes you will
|
|
132
|
+
look for. If the niche is too private, low-volume, or unlikely to have relevant
|
|
133
|
+
public posts, recommend Sales Nav recent activity, broader Sales Nav role/title
|
|
134
|
+
filters, or Prospeo, and explain the tradeoff. Do not call `search_signals`,
|
|
135
|
+
`search_sales_nav`, `search_prospeo`, `fetch_post_engagers`, or provider-scoped
|
|
136
|
+
subagents until the user approves this source plan or explicitly chooses a
|
|
137
|
+
different source.
|
|
138
|
+
|
|
120
139
|
When the user has not supplied a source and multiple source angles are viable,
|
|
121
140
|
scout those angles as independent branches when the host can actually do it:
|
|
122
141
|
LinkedIn Engagement / active post engagers (internal `signal-discovery`
|
|
@@ -577,9 +596,12 @@ updates.
|
|
|
577
596
|
queue workflow cells, attach a sequence, or start until the filter choice is
|
|
578
597
|
resolved, rubrics are saved when filters are enabled, template/token rules
|
|
579
598
|
are approved on the default Use Template path, and the approved message set
|
|
580
|
-
is synced into the campaign brief.
|
|
581
|
-
|
|
582
|
-
|
|
599
|
+
is synced into the campaign brief. When filters are approved, immediately
|
|
600
|
+
call `mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })`
|
|
601
|
+
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
602
|
+
After rubrics save, pause and say the fit rules are saved; approve the
|
|
603
|
+
message template next; after approval, queue the bounded review-batch
|
|
604
|
+
`enrichCellId` cells to kick off enrichment/filtering.
|
|
583
605
|
Product Generate Message cells must not run from the background template
|
|
584
606
|
path before that template/token approval.
|
|
585
607
|
Do not ask the user to approve the brief before shell creation unless they
|
|
@@ -588,8 +610,9 @@ updates.
|
|
|
588
610
|
`mcp__sellable__update_campaign({ campaignId, currentStep })` before major
|
|
589
611
|
visible work so the user can watch progress in the app: `create-offer` for
|
|
590
612
|
the brief, `pick-provider` or the selected provider step while sourcing,
|
|
591
|
-
`filter-choice` after the 15-row review batch, `
|
|
592
|
-
|
|
613
|
+
`filter-choice` after the 15-row review batch, `create-icp-rubric` as soon
|
|
614
|
+
as filters are approved, `messages` for the Use Template / AI Generated mode
|
|
615
|
+
choice, `auto-execute-messaging` for approved
|
|
593
616
|
message work or the product's AI-generated path, `awaiting-user-greenlight`
|
|
594
617
|
for the final handoff, `settings` for sender selection, `sequence` after
|
|
595
618
|
sender attach, and `send` once the recommended sequence is attached.
|