@sellable/install 0.1.245 → 0.1.246
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
|
@@ -503,6 +503,12 @@ not a parent-thread summary. The receipt must include:
|
|
|
503
503
|
`filterDecisionReceipt.filterIds`, `filterDecisionReceipt.rubricIds`,
|
|
504
504
|
`filterDecisionReceipt.savedRubricCount`, or
|
|
505
505
|
`filterDecisionReceipt.headlineICPCriteria`.
|
|
506
|
+
The exact status string is contractual: use `status:"applied"` only.
|
|
507
|
+
Do not write `status:"confirmed"`, `status:"saved"`, `status:"done"`, or
|
|
508
|
+
any other alias after saving filters; the parent verifier rejects those
|
|
509
|
+
aliases even when saved rubric proof exists.
|
|
510
|
+
Short form: Filter receipt status must be exactly `applied`.
|
|
511
|
+
Short form: Do not write `filterDecisionReceipt.status:"confirmed"`.
|
|
506
512
|
- `messageDraftingReceipt`: the Message Drafting proof described below,
|
|
507
513
|
including packaged `generate-messages` prompt/assets and validation. Raw
|
|
508
514
|
fields like `generateMessagesPromptLoadedToHasMoreFalse`,
|
|
@@ -848,6 +854,22 @@ duplicate-lane blockers before you call the command finished. If verify blocks,
|
|
|
848
854
|
report the blocker and repair only the missing postconditions from the same
|
|
849
855
|
current plan.
|
|
850
856
|
|
|
857
|
+
Before calling verify, the parent should build compact receipt objects from the
|
|
858
|
+
durable receipt files and pass those compact objects to MCP. The compact receipt
|
|
859
|
+
must preserve every verifier-owned field named above, including top-level ids,
|
|
860
|
+
`createCampaignStepReceipt`, canonical filter/message/review/sequence/final
|
|
861
|
+
proof, and at least three concrete sample messages. It should omit large raw
|
|
862
|
+
search outputs, long post lists, full row arrays, raw provider responses, and
|
|
863
|
+
debug-only narration fields. Do not pass multi-hundred-kilobyte raw receipt
|
|
864
|
+
objects when a compact canonical receipt has the same proof; large raw verify
|
|
865
|
+
payloads can stall local MCP bridges and make UAT ambiguous.
|
|
866
|
+
Do not print or `jq .` full receipt JSON into the terminal. For local checks,
|
|
867
|
+
print only compact summaries such as file, actionId, laneKey, campaignId,
|
|
868
|
+
filter status, sample count, approved count, and final status.
|
|
869
|
+
Short form: Parent verify uses compact canonical receipt objects, not raw giant receipts.
|
|
870
|
+
Short form: Do not dump full receipt JSON with `jq .`.
|
|
871
|
+
Short form: Never change planRevision/actionId/laneKey while compacting receipts.
|
|
872
|
+
|
|
851
873
|
Message proof for every customer-visible lane must come from the current
|
|
852
874
|
campaign/table basis and include at least 3 generated review rows from the
|
|
853
875
|
packaged `generate-messages` path before completion is reported.
|
|
@@ -896,7 +918,7 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
896
918
|
|
|
897
919
|
Hey there
|
|
898
920
|
|
|
899
|
-
|
|
921
|
+
Thank you for the support on my post about {{post_topic_line}}
|
|
900
922
|
```
|
|
901
923
|
|
|
902
924
|
- **Shared Signal Discovery** first-message style: short, casual, references
|
|
@@ -912,6 +934,12 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
912
934
|
say it. Prefer sender-agnostic company/team language such as "we're
|
|
913
935
|
helping CX teams..." or "at cxconnect.ai, we help..." and one clear
|
|
914
936
|
problem question.
|
|
937
|
+
Before Message Drafting runs, the campaign brief must already include
|
|
938
|
+
these shared-lane hard avoids and source-use rules. Do not rely on a
|
|
939
|
+
failed first generation batch to discover that self-intros, generic
|
|
940
|
+
product summaries, or repeated structure are bad. If the first generated
|
|
941
|
+
batch violates these rules, rerun, but record that as a repaired UAT path
|
|
942
|
+
rather than the desired zero-shot path.
|
|
915
943
|
Short form: Shared Signal Discovery uses no self-intro such as "I'm building Sellable".
|
|
916
944
|
Short form: Shared Signal Discovery uses no self-intro such as "We're building Sellable".
|
|
917
945
|
Short form: Shared Signal Discovery uses no "I've put together".
|
|
@@ -929,6 +957,11 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
929
957
|
Sellable/Codex/Claude-Code feature summary
|
|
930
958
|
across prospects. This is a single-message cold path unless the approved
|
|
931
959
|
create-campaign message workflow proves a better delivery format.
|
|
960
|
+
Before Message Drafting runs, the campaign brief must already forbid
|
|
961
|
+
self-intros, generic product summaries, opt-out shrugs, product-stack
|
|
962
|
+
dumps, and repeated template structure. Do not let the first generation
|
|
963
|
+
batch use "I'm building", "We're building", "I've put together", or
|
|
964
|
+
similar language and then rely on a cleanup rerun as the normal path.
|
|
932
965
|
Short form: Shared Cold Fallback must not pass just because the receipt says `generate-messages` loaded.
|
|
933
966
|
Short form: Shared Cold Fallback uses no self-intro such as "We're building".
|
|
934
967
|
Short form: Shared Cold Fallback uses no self-intro such as "I'm building Sellable".
|