@sellable/install 0.1.276 → 0.1.277
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/package.json
CHANGED
|
@@ -43,7 +43,8 @@ In automation or `--yolo` customer-visible setup, use this path before the
|
|
|
43
43
|
long-form contract below:
|
|
44
44
|
|
|
45
45
|
1. Resolve the active workspace and explicit sender scopes, then call
|
|
46
|
-
`setup_evergreen_campaigns({ mode:"plan", yolo:true,
|
|
46
|
+
`setup_evergreen_campaigns({ mode:"plan", yolo:true,
|
|
47
|
+
handoffMode:"create_campaign_goals", postEngagerSenderIds,
|
|
47
48
|
sharedSenderIds })`. If the user did not name senders but
|
|
48
49
|
`get_campaign_waterfall` returns an active managed evergreen/prod waterfall
|
|
49
50
|
for the workspace, derive exact sender scopes from the waterfall `senderRefs`
|
|
@@ -60,12 +61,23 @@ long-form contract below:
|
|
|
60
61
|
If shell execution is unavailable and no visible/durable thread surface is
|
|
61
62
|
callable, return `blocked: missing_visible_or_durable_lane_worker_runtime`
|
|
62
63
|
before mutation.
|
|
63
|
-
4. Write one compact prompt file per selected lane
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
4. Write one compact prompt file per selected lane using the matching
|
|
65
|
+
`createCampaignGoals[].goalPrompt`, plus only the receipt path and canonical
|
|
66
|
+
receipt requirement. Do not paste the full evergreen skill, lane packet,
|
|
67
|
+
receipt schema, repair history, or verifier checklist into the worker prompt.
|
|
68
|
+
The worker goal is simple: run `$sellable:create-campaign` normally for that
|
|
69
|
+
campaign goal, use the evergreen-selected provider/source only as internal
|
|
70
|
+
sourcing metadata, and write the receipt. The parent does not create campaign
|
|
71
|
+
shells.
|
|
66
72
|
5. Collect fresh durable receipts, verify with the original planRevision and
|
|
67
73
|
selectedActionIds, then run the idempotency plan and show sample messages.
|
|
68
74
|
|
|
75
|
+
Critical separation: evergreen owns lane/source selection; `$sellable:create-campaign`
|
|
76
|
+
owns the customer-visible campaign brief and message strategy. Provider names
|
|
77
|
+
such as Signal Discovery, lane keys, source lists, receipt fields, workflow
|
|
78
|
+
mechanics, repair notes, hard-block checklists, and approved-message scaffolding
|
|
79
|
+
must never be pasted into `campaignBrief` or generated customer-facing messages.
|
|
80
|
+
|
|
69
81
|
Do not keep reasoning, re-reading prompts, or restating this workflow instead of
|
|
70
82
|
dispatching workers. If the first worker cannot be launched after at most one
|
|
71
83
|
short planning pass, return `blocked: worker_dispatch_deadline_exceeded` before
|
|
@@ -1220,7 +1232,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1220
1232
|
Short form: Do not pass the warm template into Shared Signal Discovery or Shared Cold Fallback.
|
|
1221
1233
|
Short form: Shared lanes must reject generic product-summary samples.
|
|
1222
1234
|
Short form: Shared lanes must reject three nearly identical samples.
|
|
1223
|
-
Short form: Shared lanes must reject low-confidence relevance hedges.
|
|
1235
|
+
Short form: Shared lanes must reject low-confidence relevance hedges except "hope this is relevant".
|
|
1224
1236
|
Short form: Shared lanes must reject internal workflow vocabulary.
|
|
1225
1237
|
Short form: revise or rerun the packaged create-campaign/generate-messages path.
|
|
1226
1238
|
- **Post Engagers** first-message style: short, casual, references the
|
|
@@ -1259,9 +1271,11 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1259
1271
|
product summaries, or repeated structure are bad. If the first generated
|
|
1260
1272
|
batch violates these rules, rerun, but record that as a repaired UAT path
|
|
1261
1273
|
rather than the desired zero-shot path.
|
|
1262
|
-
Do not use low-confidence relevance hedges such as "
|
|
1263
|
-
|
|
1264
|
-
|
|
1274
|
+
Do not use low-confidence relevance hedges such as "might be interested"
|
|
1275
|
+
or "saw you in a few conversations" in Shared Signal Discovery samples.
|
|
1276
|
+
"Hope this is relevant" is allowed when it stays topic-level and does not
|
|
1277
|
+
pretend engagement. Translate source/tool terms into prospect-facing
|
|
1278
|
+
business language; do not put internal workflow
|
|
1265
1279
|
vocabulary such as "Codex-style workflow", "MCP", "agent workflows",
|
|
1266
1280
|
"Claude Code", or "Claude-style agent workflows" in customer-facing
|
|
1267
1281
|
message one. Also avoid generic product-process nouns such as "dashboard",
|
|
@@ -1273,7 +1287,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1273
1287
|
Short form: Shared Signal Discovery uses no self-intro such as "I'm building Sellable".
|
|
1274
1288
|
Short form: Shared Signal Discovery uses no self-intro such as "We're building Sellable".
|
|
1275
1289
|
Short form: Shared Signal Discovery uses no "I've put together".
|
|
1276
|
-
Short form: no low-confidence relevance hedge such as "hope this is relevant".
|
|
1290
|
+
Short form: no low-confidence relevance hedge such as "might be interested" or "saw you in a few conversations"; "hope this is relevant" is allowed.
|
|
1277
1291
|
Short form: no internal workflow vocabulary such as "Codex-style workflow", "MCP", "agent workflows", "Claude Code", or "Claude-style agent workflows".
|
|
1278
1292
|
- **Shared Cold Fallback** first-message style: cold, direct, and cohesive.
|
|
1279
1293
|
It must not pretend there was engagement, must not say "saw you pop up",
|
|
@@ -1289,11 +1303,13 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1289
1303
|
Sellable/Codex/Claude-Code feature summary
|
|
1290
1304
|
across prospects. This is a single-message cold path unless the approved
|
|
1291
1305
|
create-campaign message workflow proves a better delivery format.
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
sample
|
|
1306
|
+
"Hope this is relevant" is allowed when it does not pretend engagement and
|
|
1307
|
+
immediately ties to a concrete buyer problem. Do not open with "might be
|
|
1308
|
+
interested" or "saw you in a few conversations". Do not use a repeated
|
|
1309
|
+
product-definition paragraph such as "Sellable is a GTM system" across
|
|
1310
|
+
samples; every reviewed cold sample should be specific enough to the role,
|
|
1311
|
+
company, or problem that the three sample messages do not share the same
|
|
1312
|
+
body skeleton.
|
|
1297
1313
|
Do not use mechanical Sellable process language such as "campaign idea into
|
|
1298
1314
|
prospects, filters, messages, and sequence setup", "sequence-prospects",
|
|
1299
1315
|
"dashboard overhead", "campaign map", "send-ready copy", or "reviewed
|
|
@@ -1310,7 +1326,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1310
1326
|
Short form: Shared Cold Fallback uses no "I've put together".
|
|
1311
1327
|
Short form: Shared Cold Fallback uses no opt-out shrug such as "If this isn't relevant, ignore me".
|
|
1312
1328
|
Short form: Shared Cold Fallback uses no product-stack dump.
|
|
1313
|
-
Short form:
|
|
1329
|
+
Short form: "hope this is relevant" is allowed; "might be interested" and "saw you in a few conversations" are not.
|
|
1314
1330
|
Short form: no repeated product-definition paragraph such as "Sellable is a GTM system".
|
|
1315
1331
|
- Customer-visible evergreen lanes must enable ICP filtering before Message
|
|
1316
1332
|
Drafting. This applies to Post Engagers, Shared Signal Discovery, and
|
|
@@ -1399,12 +1415,12 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1399
1415
|
or a product-stack dump that repeats the same
|
|
1400
1416
|
Sellable/Codex/Claude-Code feature summary across prospects. For all
|
|
1401
1417
|
shared lanes, reject generic product-summary samples, repeated
|
|
1402
|
-
near-identical samples, low-confidence relevance hedges such as "
|
|
1403
|
-
|
|
1404
|
-
`issues`, and any preserved Post
|
|
1405
|
-
create-campaign/generate-messages
|
|
1406
|
-
approve or final-report samples
|
|
1407
|
-
`issues`.
|
|
1418
|
+
near-identical samples, low-confidence relevance hedges such as "might be
|
|
1419
|
+
interested" or "saw you in a few conversations", internal workflow
|
|
1420
|
+
vocabulary, any sample with non-empty `issues`, and any preserved Post
|
|
1421
|
+
Engagers opener; revise or rerun the packaged create-campaign/generate-messages
|
|
1422
|
+
path before reporting completion. Do not approve or final-report samples
|
|
1423
|
+
with `verdict:"passed"` and non-empty `issues`.
|
|
1408
1424
|
- The first review batch exists and at least 3 review rows have generated
|
|
1409
1425
|
messages from the approved brief. If fewer than 3 usable rows exist, report
|
|
1410
1426
|
the actual count and why.
|