@sellable/install 0.1.144 → 0.1.146
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 -12
- package/package.json +1 -1
- package/skill-templates/create-campaign.md +21 -13
package/bin/sellable-install.mjs
CHANGED
|
@@ -794,11 +794,15 @@ which posts are being sampled in the watched app. The watch guide should say
|
|
|
794
794
|
that we are checking people from these posts to confirm the right people are
|
|
795
795
|
actually engaging and the source is viable.
|
|
796
796
|
|
|
797
|
-
|
|
798
|
-
content. Show a \`Watch link:\` line once
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
797
|
+
Only the first brief approval handoff should include live campaign access after
|
|
798
|
+
the readable inline content. Show a short \`Watch link:\` line once, immediately
|
|
799
|
+
after shell creation and before brief approval. Later approval gates should
|
|
800
|
+
describe what the already-open campaign app is showing and rely on
|
|
801
|
+
currentStep/watchNarration; do not print the URL again unless the user asks or a
|
|
802
|
+
recovery path must replace a missing/broken link. In normal customer runs, do
|
|
803
|
+
not show local draft filenames or filesystem paths unless the user asks for
|
|
804
|
+
debug artifacts. The link is for deeper inspection; never use it as a substitute
|
|
805
|
+
for showing the content in chat.
|
|
802
806
|
|
|
803
807
|
Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
|
|
804
808
|
linked skill versions, runbooks, or local skill files in normal customer-facing
|
|
@@ -1111,7 +1115,8 @@ updates.
|
|
|
1111
1115
|
call \`mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })\`
|
|
1112
1116
|
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
1113
1117
|
After rubrics save, keep Filter Rules visible for approval; after approval,
|
|
1114
|
-
move to Filter Leads and
|
|
1118
|
+
move to Filter Leads and show \`Filters saved + waiting for message approval\`
|
|
1119
|
+
until the template is approved.
|
|
1115
1120
|
If filters are skipped, move to Messages/message review. Queue the bounded
|
|
1116
1121
|
campaign-table execution-slice \`enrichCellId\` cells only after message approval. Move to
|
|
1117
1122
|
Messages only after at least one review row passes and one generated message
|
|
@@ -1124,8 +1129,8 @@ updates.
|
|
|
1124
1129
|
the brief, \`pick-provider\` or the selected provider step while sourcing,
|
|
1125
1130
|
\`filter-choice\` after source rows are copied into the campaign table, \`create-icp-rubric\` as soon
|
|
1126
1131
|
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
|
|
1132
|
+
\`apply-icp-rubric\` after filter approval while message approval is pending,
|
|
1133
|
+
and after message approval while bounded enrichment/filter scoring runs, \`validate-sample\` only as a recovery/legacy
|
|
1129
1134
|
observation state,
|
|
1130
1135
|
\`auto-execute-messaging\` after at least one row passes and initial campaign-row
|
|
1131
1136
|
messages are being generated or reviewed, \`awaiting-user-greenlight\` only
|
|
@@ -1344,10 +1349,12 @@ approval should show who we are targeting, why they should care, the offer/CTA,
|
|
|
1344
1349
|
proof, lead source hypothesis, message angle, risks/assumptions, and what
|
|
1345
1350
|
happens after approval.
|
|
1346
1351
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1352
|
+
Only the first brief approval handoff should print the campaign watch URL. After
|
|
1353
|
+
that, every approval should say what the already-open app is showing, but must
|
|
1354
|
+
not include another \`Watch link:\` line unless the user explicitly asks for the
|
|
1355
|
+
link again or a recovery path needs to replace a broken/missing URL. Local
|
|
1356
|
+
artifacts are optional debug/UAT diagnostics only; do not surface file paths or
|
|
1357
|
+
local draft filenames in normal customer runs.
|
|
1351
1358
|
|
|
1352
1359
|
This applies especially to message approvals. Never ask someone to approve a
|
|
1353
1360
|
message they cannot see. Show the subject, tokenized template, a filled sample
|
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
|
|
|
@@ -284,12 +287,16 @@ Use rendered Markdown for user review surfaces, not fenced code blocks. Keep
|
|
|
284
287
|
lines short, use indexed section labels and bullets, and translate internal
|
|
285
288
|
sourcing terms into plain language.
|
|
286
289
|
|
|
287
|
-
|
|
288
|
-
content. Show a short `Watch link:` line once
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
290
|
+
Only the first brief approval handoff should include live campaign access after
|
|
291
|
+
the readable inline content. Show a short `Watch link:` line once, immediately
|
|
292
|
+
after shell creation and before brief approval. Later approval gates should
|
|
293
|
+
describe what the already-open campaign app is showing and rely on
|
|
294
|
+
currentStep/watchNarration; do not print the URL again unless the user asks or a
|
|
295
|
+
recovery path must replace a missing/broken link. In normal customer runs, do
|
|
296
|
+
not show `Open artifact:` lines, raw filesystem paths, or local draft filenames.
|
|
297
|
+
Local artifacts are debug/UAT-only unless the user asks for them. The link is
|
|
298
|
+
for deeper inspection; never use it as a substitute for showing the content in
|
|
299
|
+
chat.
|
|
293
300
|
|
|
294
301
|
Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
|
|
295
302
|
linked skill versions, runbooks, npm/package details, repo-local files, VPS or
|
|
@@ -750,7 +757,8 @@ updates.
|
|
|
750
757
|
call `mcp__sellable__update_campaign({ campaignId, enableICPFilters: true, currentStep: "create-icp-rubric", watchNarration })`
|
|
751
758
|
so the watched app moves to Filter Rules while rubrics are drafted/saved.
|
|
752
759
|
After rubrics save, keep Filter Rules visible for approval; after approval,
|
|
753
|
-
move to Filter Leads and
|
|
760
|
+
move to Filter Leads and show `Filters saved + waiting for message approval`
|
|
761
|
+
until the template is approved.
|
|
754
762
|
If filters are skipped, move to Messages/message review. Queue the bounded
|
|
755
763
|
campaign-table execution-slice `enrichCellId` cells only after message approval. Move to
|
|
756
764
|
Messages only after at least one review row passes and one generated message
|
|
@@ -763,8 +771,8 @@ updates.
|
|
|
763
771
|
the brief, `pick-provider` or the selected provider step while sourcing,
|
|
764
772
|
`filter-choice` after source rows are copied into the campaign table, `create-icp-rubric` as soon
|
|
765
773
|
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
|
|
774
|
+
`apply-icp-rubric` after filter approval while message approval is pending,
|
|
775
|
+
and after message approval while bounded enrichment/filter scoring runs, `validate-sample` only as a recovery/legacy
|
|
768
776
|
observation state,
|
|
769
777
|
`auto-execute-messaging` after at least one row passes and initial campaign-row
|
|
770
778
|
messages are being generated or reviewed, `awaiting-user-greenlight` only
|