@sellable/install 0.1.238 → 0.1.240
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
|
@@ -271,6 +271,9 @@ side-effect caps, and the instruction to load packaged prompts through MCP.
|
|
|
271
271
|
Do not paste the entire wrapper skill into worker prompts. If the parent cannot
|
|
272
272
|
launch at least one visible/durable worker immediately after directory setup,
|
|
273
273
|
stop with `blocked: worker_dispatch_stalled` before any mutation.
|
|
274
|
+
Use only the repo-local `workerDispatch.receiptArtifactHint` returned by the
|
|
275
|
+
current lane packet for receipt paths.
|
|
276
|
+
Do not hardcode machine-specific paths, workspace ids, campaign ids, sender ids, or UAT/phase artifact paths in this MCP prompt or any worker prompt.
|
|
274
277
|
After the receipt-directory `mkdir`, the next shell/tool call must launch the first lane worker.
|
|
275
278
|
Do not run `find`, `ls`, extra inventory, or another preflight between directory setup and the first worker launch.
|
|
276
279
|
For the local Codex CLI fallback, use this literal durable CLI worker launch template
|
|
@@ -534,7 +537,7 @@ verification unless the same object also appears inside
|
|
|
534
537
|
"workflowAssetLoaded": true,
|
|
535
538
|
"workerRuntime": "separate-codex-thread",
|
|
536
539
|
"workerThreadId": "<visible local Codex thread id>",
|
|
537
|
-
"receiptArtifactPath": ".
|
|
540
|
+
"receiptArtifactPath": "<receiptArtifactPath from workerDispatch.receiptArtifactHint>",
|
|
538
541
|
"durableReceiptWritten": true,
|
|
539
542
|
"notAdHoc": true
|
|
540
543
|
},
|
|
@@ -772,7 +775,7 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
772
775
|
|
|
773
776
|
Hey there
|
|
774
777
|
|
|
775
|
-
|
|
778
|
+
Thanks for the support on my post about {{post_topic_line}}
|
|
776
779
|
```
|
|
777
780
|
|
|
778
781
|
- **Shared Signal Discovery** first-message style: short, casual, references
|
|
@@ -794,9 +797,18 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
794
797
|
generic greeting. It should open with a light role/company/problem
|
|
795
798
|
observation, avoid awkward phrases like "looks like a team where", avoid
|
|
796
799
|
founder-only first person unless every attached sender can credibly say it,
|
|
797
|
-
and ask one clear problem question.
|
|
798
|
-
|
|
799
|
-
|
|
800
|
+
and ask one clear problem question. It must not pass just because the
|
|
801
|
+
receipt says `generate-messages` loaded; the reviewed samples must sound
|
|
802
|
+
like final cold output from the create-campaign/generate-messages workflow.
|
|
803
|
+
Use no self-intro such as "We're building", no opt-out shrug such as "If
|
|
804
|
+
this isn't relevant, ignore me", and no product-stack dump that repeats
|
|
805
|
+
Sellable/Codex/Claude-Code feature summary
|
|
806
|
+
across prospects. This is a single-message cold path unless the approved
|
|
807
|
+
create-campaign message workflow proves a better delivery format.
|
|
808
|
+
Short form: Shared Cold Fallback must not pass just because the receipt says `generate-messages` loaded.
|
|
809
|
+
Short form: Shared Cold Fallback uses no self-intro such as "We're building".
|
|
810
|
+
Short form: Shared Cold Fallback uses no opt-out shrug such as "If this isn't relevant, ignore me".
|
|
811
|
+
Short form: Shared Cold Fallback uses no product-stack dump.
|
|
800
812
|
- Every customer-visible lane must run Message Drafting from the current
|
|
801
813
|
campaign/table basis after source rows exist. The worker must load the full
|
|
802
814
|
packaged `generate-messages` prompt, every required asset, and
|
|
@@ -851,10 +863,14 @@ Parent-thread handwritten copy or setting `currentStep` is not proof.
|
|
|
851
863
|
`validationResult:"passed"`, a passed quality review, and at least 3
|
|
852
864
|
reviewed sample messages. For Shared Cold Fallback, reject samples that
|
|
853
865
|
open with a standalone name followed by "Hey there" or a similarly generic
|
|
854
|
-
greeting. For
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
866
|
+
greeting. For Shared Cold Fallback, also reject samples with a self-intro
|
|
867
|
+
such as "We're building", an opt-out shrug such as "If this isn't
|
|
868
|
+
relevant, ignore me", or a product-stack dump that repeats the same
|
|
869
|
+
Sellable/Codex/Claude-Code feature summary across prospects. For all
|
|
870
|
+
shared lanes, reject generic product-summary samples, repeated
|
|
871
|
+
near-identical samples, and any preserved Post Engagers opener; revise or
|
|
872
|
+
rerun the packaged create-campaign/generate-messages path before reporting
|
|
873
|
+
completion.
|
|
858
874
|
- The first review batch exists and at least 3 review rows have generated
|
|
859
875
|
messages from the approved brief. If fewer than 3 usable rows exist, report
|
|
860
876
|
the actual count and why.
|