@sellable/install 0.1.232 → 0.1.234
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
package/package.json
CHANGED
|
@@ -349,7 +349,12 @@ not a parent-thread summary. The receipt must include:
|
|
|
349
349
|
`firstMessageTemplate`; if it uses `deliveryFormatIncluded`,
|
|
350
350
|
`tokenRulesIncluded`, `hardAvoidsIncluded`, or `sourceUseRulesIncluded`, copy
|
|
351
351
|
those to canonical `deliveryFormat`, `tokenRules`, `hardAvoids`, and
|
|
352
|
-
`sourceUseRules`.
|
|
352
|
+
`sourceUseRules`. Before the worker exits, the durable JSON must contain the
|
|
353
|
+
exact canonical leaf keys `briefHash`, `deliveryFormat`, `tokenRules`,
|
|
354
|
+
`hardAvoids`, `sourceUseRules`, and `firstMessageTemplate` inside
|
|
355
|
+
`createCampaignStepReceipt.campaignBriefReceipt`; do not leave those only in
|
|
356
|
+
narrative text, `briefIncludes`, `currentApprovedBriefHash`, or other aliases
|
|
357
|
+
for the parent/verifier to infer.
|
|
353
358
|
- `sourceDecisionReceipt`: selected source/list id, provider, cursor/inventory
|
|
354
359
|
state, import/copy caps, explicit `dedupeDncProviderExclusions:true` or an
|
|
355
360
|
equivalent exclusions object, row ids or row-count evidence (`rowCount`,
|
|
@@ -357,7 +362,12 @@ not a parent-thread summary. The receipt must include:
|
|
|
357
362
|
before the current source was proven exhausted or insufficient. If the raw
|
|
358
363
|
provider output uses `sourceProvider`, `sourceListId`, `reviewBatchRowIds`, or
|
|
359
364
|
`rationale`, copy them to canonical `provider`, `sourceId`/`sourceListId`,
|
|
360
|
-
`rowIdsHash`/`rowCount`, and `sourceLadderReason`.
|
|
365
|
+
`rowIdsHash`/`rowCount`, and `sourceLadderReason`. Before the worker exits,
|
|
366
|
+
the durable JSON must contain exact canonical source proof fields:
|
|
367
|
+
`dedupeDncProviderExclusions`, `sourceLadderReason`, and at least one row
|
|
368
|
+
evidence field such as `rowCount`, `rowIdsHash`, or `rowEvidence`; do not
|
|
369
|
+
leave those only in `searchSignalsProof`, `importProof`, `coldFallbackProof`,
|
|
370
|
+
or narrative text for the parent/verifier to infer.
|
|
361
371
|
- `filterDecisionReceipt`: saved/applied filter ids or explicit skip-filter
|
|
362
372
|
decision with current campaign/table basis.
|
|
363
373
|
- `messageDraftingReceipt`: the Message Drafting proof described below,
|
|
@@ -407,6 +417,16 @@ before writing JSON; do not leave only raw objects like
|
|
|
407
417
|
`get_campaign_message_preparation_status`, `attachRecommendedSequenceResult`,
|
|
408
418
|
`finalCampaignRead`, or `finalTableRead`.
|
|
409
419
|
Self-check shorthand: top-level `planRevision`, `actionId`, `laneKey`, `laneType`, `workspaceId`, and `senderIds` must exist before worker completion.
|
|
420
|
+
Self-check shorthand: `campaignBriefReceipt.briefHash`,
|
|
421
|
+
`campaignBriefReceipt.deliveryFormat`, `campaignBriefReceipt.tokenRules`,
|
|
422
|
+
`campaignBriefReceipt.hardAvoids`, `campaignBriefReceipt.sourceUseRules`, and
|
|
423
|
+
`campaignBriefReceipt.firstMessageTemplate` must exist as exact canonical keys
|
|
424
|
+
before worker completion.
|
|
425
|
+
Self-check shorthand: `sourceDecisionReceipt.dedupeDncProviderExclusions`,
|
|
426
|
+
`sourceDecisionReceipt.sourceLadderReason`, and one of
|
|
427
|
+
`sourceDecisionReceipt.rowCount`, `sourceDecisionReceipt.rowIdsHash`, or
|
|
428
|
+
`sourceDecisionReceipt.rowEvidence` must exist as exact canonical keys before
|
|
429
|
+
worker completion.
|
|
410
430
|
Self-check shorthand: `messageDraftingReceipt.promptLoadedToHasMoreFalse`,
|
|
411
431
|
`requiredAssetsLoaded`, `validationLoaded`, `reviewBatchRowHash`, and
|
|
412
432
|
`messageDraftRecommendation` must exist before worker completion.
|
|
@@ -676,13 +696,20 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
676
696
|
"my post" unless the selected source post was actually authored by the
|
|
677
697
|
sending sender. Do not thank the prospect for showing support, reacting,
|
|
678
698
|
commenting, or popping up unless this is a sender-owned Post Engagers lane
|
|
679
|
-
with sender-authored source evidence.
|
|
699
|
+
with sender-authored source evidence. When the shared lane has multiple
|
|
700
|
+
senders, the copy must be safe for every attached sender to send. Do not
|
|
701
|
+
use founder-only first person such as "I'm building", "my company", "my
|
|
702
|
+
team", or "I have a framework" unless every attached sender can credibly
|
|
703
|
+
say it. Prefer sender-agnostic company/team language such as "we're
|
|
704
|
+
helping CX teams..." or "at cxconnect.ai, we help..." and one clear
|
|
705
|
+
problem question.
|
|
680
706
|
- **Shared Cold Fallback** first-message style: cold, direct, and cohesive.
|
|
681
707
|
It must not pretend there was engagement, must not say "saw you pop up",
|
|
682
708
|
and must not use a standalone name line followed by "Hey there" or other
|
|
683
709
|
generic greeting. It should open with a light role/company/problem
|
|
684
|
-
observation, avoid awkward phrases like "looks like a team where",
|
|
685
|
-
|
|
710
|
+
observation, avoid awkward phrases like "looks like a team where", avoid
|
|
711
|
+
founder-only first person unless every attached sender can credibly say it,
|
|
712
|
+
and ask one clear problem question. This is a single-message
|
|
686
713
|
cold path unless the approved create-campaign message workflow proves a
|
|
687
714
|
better delivery format.
|
|
688
715
|
- Every customer-visible lane must run Message Drafting from the current
|