@sellable/mcp 0.1.184 → 0.1.186
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-campaign-v2
|
|
3
|
-
description:
|
|
3
|
+
description: compact JSON-gated shell-first Sellable campaign flow through source, reviews, Settings, sequence, and explicit start.
|
|
4
4
|
visibility: internal
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ visibility: internal
|
|
|
8
8
|
|
|
9
9
|
You are the create-campaign-v2 orchestrator. Run the active state machine in
|
|
10
10
|
`core/flow.v2.json`; load deeper references only at the stage that needs them.
|
|
11
|
-
This is the fast entry point
|
|
11
|
+
This is the fast entry point.
|
|
12
12
|
|
|
13
13
|
Load the compact flow when you need exact gates:
|
|
14
14
|
|
|
@@ -23,12 +23,14 @@ validate-sample tool:
|
|
|
23
23
|
get_subskill_prompt({ subskillName: "create-campaign-v2-tail" })
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
CampaignOffer state
|
|
27
|
-
handoff: `campaignId`,
|
|
26
|
+
CampaignOffer state is canonical. CampaignOffer state and the watch link are
|
|
27
|
+
canonical. Resume, gating, and handoff read campaign state first: `campaignId`,
|
|
28
|
+
`watchUrl`, `campaignBrief`, `currentStep`, source/search
|
|
28
29
|
association, `selectedLeadListId`, `workflowTableId`, `leadScoringRubrics`,
|
|
29
30
|
`approvedMessageTemplate`, `senderIds`, `sequenceTemplate`, and running state.
|
|
30
31
|
Local draft files are debug outputs; do not create, link, or surface them in
|
|
31
|
-
normal runs
|
|
32
|
+
normal runs; these files are debug outputs; resume and gating read campaign
|
|
33
|
+
state first.
|
|
32
34
|
|
|
33
35
|
## Normal Flow
|
|
34
36
|
|
|
@@ -101,8 +103,6 @@ individual claims. Instead, start the brief with one short provenance line:
|
|
|
101
103
|
This brief is based on Sellable's research and your answers.
|
|
102
104
|
```
|
|
103
105
|
|
|
104
|
-
Do not turn the brief into a research dump.
|
|
105
|
-
|
|
106
106
|
Use `## Sender and Company`, not `## Campaign Identity`.
|
|
107
107
|
|
|
108
108
|
Before asking for approval, say:
|