@sellable/install 0.1.144 → 0.1.145
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
|
@@ -1111,7 +1111,8 @@ updates.
|
|
|
1111
1111
|
call \`mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })\`
|
|
1112
1112
|
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
1113
1113
|
After rubrics save, keep Filter Rules visible for approval; after approval,
|
|
1114
|
-
move to Filter Leads and
|
|
1114
|
+
move to Filter Leads and show \`Filters saved + waiting for message approval\`
|
|
1115
|
+
until the template is approved.
|
|
1115
1116
|
If filters are skipped, move to Messages/message review. Queue the bounded
|
|
1116
1117
|
campaign-table execution-slice \`enrichCellId\` cells only after message approval. Move to
|
|
1117
1118
|
Messages only after at least one review row passes and one generated message
|
|
@@ -1124,8 +1125,8 @@ updates.
|
|
|
1124
1125
|
the brief, \`pick-provider\` or the selected provider step while sourcing,
|
|
1125
1126
|
\`filter-choice\` after source rows are copied into the campaign table, \`create-icp-rubric\` as soon
|
|
1126
1127
|
as filters are chosen and while saved filters await approval,
|
|
1127
|
-
\`apply-icp-rubric\` after filter approval
|
|
1128
|
-
enrichment/filter scoring runs, \`validate-sample\` only as a recovery/legacy
|
|
1128
|
+
\`apply-icp-rubric\` after filter approval while message approval is pending,
|
|
1129
|
+
and after message approval while bounded enrichment/filter scoring runs, \`validate-sample\` only as a recovery/legacy
|
|
1129
1130
|
observation state,
|
|
1130
1131
|
\`auto-execute-messaging\` after at least one row passes and initial campaign-row
|
|
1131
1132
|
messages are being generated or reviewed, \`awaiting-user-greenlight\` only
|
package/package.json
CHANGED
|
@@ -76,6 +76,8 @@ execution slice configures filters and messages. After that, the user chooses
|
|
|
76
76
|
whether to use filters or skip.
|
|
77
77
|
When filters are chosen, save rubrics, get filter approval, then wait for
|
|
78
78
|
message-template approval before enrichment/filtering or Generate Message cells.
|
|
79
|
+
After filter approval, Filter Leads should show `Filters saved + waiting for
|
|
80
|
+
message approval` until the template is approved.
|
|
79
81
|
Use Template is the default message path; AI Generated is only an explicit
|
|
80
82
|
opt-out.
|
|
81
83
|
|
|
@@ -273,10 +275,11 @@ before the filter-choice question. After `confirm_lead_list`, ask add filters
|
|
|
273
275
|
vs skip filters immediately. Once the user answers, launch the message scout
|
|
274
276
|
from the same campaign/table basis. If the user chooses filters, also launch the
|
|
275
277
|
filter-leads scout, move to Filter Rules, save rubrics, then ask for filter
|
|
276
|
-
approval. After approval,
|
|
277
|
-
recommendation is reviewed. If the user
|
|
278
|
-
review. Enrichment/filtering and
|
|
279
|
-
approval. AI Generated is an explicit
|
|
278
|
+
approval. After approval, move to Filter Leads and show `Filters saved + waiting
|
|
279
|
+
for message approval` while the message recommendation is reviewed. If the user
|
|
280
|
+
skips filters, move to Messages/message review. Enrichment/filtering and
|
|
281
|
+
Generate Message cells wait for message approval. AI Generated is an explicit
|
|
282
|
+
opt-out from the template path. If the
|
|
280
283
|
post-lead agents are absent, the main thread still orchestrates the same
|
|
281
284
|
branches from compact MCP context.
|
|
282
285
|
|
|
@@ -750,7 +753,8 @@ updates.
|
|
|
750
753
|
call `mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })`
|
|
751
754
|
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
752
755
|
After rubrics save, keep Filter Rules visible for approval; after approval,
|
|
753
|
-
move to Filter Leads and
|
|
756
|
+
move to Filter Leads and show `Filters saved + waiting for message approval`
|
|
757
|
+
until the template is approved.
|
|
754
758
|
If filters are skipped, move to Messages/message review. Queue the bounded
|
|
755
759
|
campaign-table execution-slice `enrichCellId` cells only after message approval. Move to
|
|
756
760
|
Messages only after at least one review row passes and one generated message
|
|
@@ -763,8 +767,8 @@ updates.
|
|
|
763
767
|
the brief, `pick-provider` or the selected provider step while sourcing,
|
|
764
768
|
`filter-choice` after source rows are copied into the campaign table, `create-icp-rubric` as soon
|
|
765
769
|
as filters are chosen and while saved filters await approval,
|
|
766
|
-
`apply-icp-rubric` after filter approval
|
|
767
|
-
enrichment/filter scoring runs, `validate-sample` only as a recovery/legacy
|
|
770
|
+
`apply-icp-rubric` after filter approval while message approval is pending,
|
|
771
|
+
and after message approval while bounded enrichment/filter scoring runs, `validate-sample` only as a recovery/legacy
|
|
768
772
|
observation state,
|
|
769
773
|
`auto-execute-messaging` after at least one row passes and initial campaign-row
|
|
770
774
|
messages are being generated or reviewed, `awaiting-user-greenlight` only
|