@sellable/install 0.1.109 → 0.1.111
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 +19 -13
- package/package.json +1 -1
- package/skill-templates/create-campaign.md +20 -17
package/bin/sellable-install.mjs
CHANGED
|
@@ -965,23 +965,29 @@ updates.
|
|
|
965
965
|
5. Create the campaign shell early with the v1 brief so the user can open the
|
|
966
966
|
watch link and see useful setup state immediately. Import only the first
|
|
967
967
|
bounded review batch after the source is attached to the campaign; do not
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
968
|
+
load post-lead registries/prompts before asking add filters vs skip filters.
|
|
969
|
+
Once the user answers, launch the message scout from the same campaign/table
|
|
970
|
+
basis. If filters are approved, also launch the filter scout. Do not queue
|
|
971
|
+
workflow cells, attach a sequence, or start until filter choice is resolved,
|
|
972
|
+
rubrics are saved when filters are enabled, template/token rules are approved
|
|
973
|
+
on the default Use Template path, and the approved message set is synced into
|
|
974
|
+
the campaign brief. When filters are approved, immediately
|
|
972
975
|
call \`mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })\`
|
|
973
976
|
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
974
977
|
After rubrics save, move the watched app to \`apply-icp-rubric\` / Filter
|
|
975
|
-
Leads and say the fit rules are saved;
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
978
|
+
Leads and say the fit rules are saved; the background message scout is
|
|
979
|
+
preparing the message recommendation and approval comes next while the
|
|
980
|
+
browser stays on Filter Leads. If filters are skipped, move to
|
|
981
|
+
Messages/message review and wait for message approval there. After approval,
|
|
982
|
+
queue the bounded review-batch \`enrichCellId\` cells to kick off
|
|
983
|
+
enrichment/filtering.
|
|
984
|
+
Product Generate Message cells must not run before that template/token
|
|
985
|
+
approval. AI Generated uses the product's AI-generated path and skips the
|
|
986
|
+
template path.
|
|
982
987
|
6. The main thread owns watch navigation: use \`filter-choice\` after the review
|
|
983
|
-
|
|
984
|
-
\`apply-icp-rubric\` after rubrics save, \`messages\` for
|
|
988
|
+
batch, \`create-icp-rubric\` as soon as filters are approved,
|
|
989
|
+
\`apply-icp-rubric\` after rubrics save on the filter path, \`messages\` for
|
|
990
|
+
skipped filters and message-template review,
|
|
985
991
|
\`auto-execute-messaging\` for approved message work or the product's
|
|
986
992
|
AI-generated path, and \`awaiting-user-greenlight\` for the final handoff.
|
|
987
993
|
\`validate-sample\` is recovery/legacy only if reached.
|
package/package.json
CHANGED
|
@@ -193,16 +193,16 @@ that we are pulling sample engagers from these posts to confirm the ICP is
|
|
|
193
193
|
actually engaging and the source is viable.
|
|
194
194
|
|
|
195
195
|
After the bounded review batch exists, use the same registry pattern for
|
|
196
|
-
post-lead work
|
|
197
|
-
`
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
with MCP tools/assets.
|
|
196
|
+
post-lead work, but do not load that registry or any deep filter/message prompt
|
|
197
|
+
before the filter-choice question. After `confirm_lead_list`, ask add filters
|
|
198
|
+
vs skip filters immediately. Once the user answers, launch the message scout
|
|
199
|
+
from the same campaign/table basis. If the user chooses filters, also launch the
|
|
200
|
+
filter-leads scout, move to Filter Rules, save rubrics, then keep the browser on
|
|
201
|
+
Filter Leads while the message recommendation is reviewed. If the user skips
|
|
202
|
+
filters, move to Messages/message review. Workflow cell execution still waits
|
|
203
|
+
for filter and template approval. AI Generated is an explicit opt-out from the
|
|
204
|
+
template path. If the post-lead agents are absent, the main thread still
|
|
205
|
+
orchestrates the same branches from the compact context with MCP tools/assets.
|
|
206
206
|
|
|
207
207
|
Use rendered Markdown for user review surfaces, not fenced code blocks. Keep
|
|
208
208
|
lines short, use indexed section labels and bullets, and translate internal
|
|
@@ -631,13 +631,16 @@ updates.
|
|
|
631
631
|
call `mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })`
|
|
632
632
|
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
633
633
|
After rubrics save, move the watched app to `apply-icp-rubric` / Filter
|
|
634
|
-
Leads and say the fit rules are saved;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
634
|
+
Leads and say the fit rules are saved; the background message scout is
|
|
635
|
+
preparing the message recommendation and approval comes next while the
|
|
636
|
+
browser stays on Filter Leads. If filters are skipped, move the watched app to
|
|
637
|
+
Messages/message review and wait for message approval there. After approval,
|
|
638
|
+
save the template to the campaign brief, then queue the bounded review-batch
|
|
639
|
+
`enrichCellId` cells to kick off enrichment/filtering. Move to Messages only
|
|
640
|
+
after at least one review row passes and Generate Message cells are running or
|
|
641
|
+
ready.
|
|
642
|
+
Product Generate Message cells must not run before that template/token
|
|
643
|
+
approval.
|
|
641
644
|
Do not ask the user to approve the brief before shell creation unless they
|
|
642
645
|
explicitly requested a no-write draft; the shell itself is the review surface.
|
|
643
646
|
6. The main thread owns watch navigation. Call
|