@sellable/mcp 0.1.347 → 0.1.348
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
|
@@ -130,6 +130,38 @@ attachment, and send-review readiness. Do not rebuild those steps ad hoc in the
|
|
|
130
130
|
parent thread.
|
|
131
131
|
|
|
132
132
|
Workers return worker receipts. Each customer-visible lane receipt must include
|
|
133
|
+
one durable `createCampaignStepReceipt` built from actual tool calls or worker receipts,
|
|
134
|
+
not a parent-thread summary. The receipt must include:
|
|
135
|
+
|
|
136
|
+
- `setupPlanCall`: the exact `setup_evergreen_campaigns({ mode:"plan", ... })`
|
|
137
|
+
planRevision, selected actionId, lane key, workspace id, sender ids, and
|
|
138
|
+
campaign/table binding or create intent used before work started.
|
|
139
|
+
- `campaignBriefReceipt`: the CampaignOffer/campaign id, current
|
|
140
|
+
workflowTableId, brief hash or updated-at marker, delivery format, token
|
|
141
|
+
rules, hard avoids, source-use rules, and first-message template state.
|
|
142
|
+
- `sourceDecisionReceipt`: selected source/list id, provider, cursor/inventory
|
|
143
|
+
state, import/copy caps, dedupe/DNC/provider exclusions, row ids or row-count
|
|
144
|
+
evidence, and the reason no colder source was used before the current source
|
|
145
|
+
was proven exhausted or insufficient.
|
|
146
|
+
- `filterDecisionReceipt`: saved/applied filter ids or explicit skip-filter
|
|
147
|
+
decision with current campaign/table basis.
|
|
148
|
+
- `messageDraftingReceipt`: the Message Drafting proof described below,
|
|
149
|
+
including packaged `generate-messages` prompt/assets and validation.
|
|
150
|
+
- `reviewBatchReceipt`: review-batch row ids/hash, generated row count,
|
|
151
|
+
quality-valid route-proof row id when approved, and proof that no broad
|
|
152
|
+
approve-all occurred.
|
|
153
|
+
- `sequenceReceipt`: exact current workflowTableId, recommended non-paid
|
|
154
|
+
sequence attach/precheck result, and readback showing `hasSequence:true` when
|
|
155
|
+
completion is claimed.
|
|
156
|
+
- `verifyCall`: the exact `setup_evergreen_campaigns({ mode:"verify",
|
|
157
|
+
planRevision, selectedActionIds, receipts })` call/result used before the
|
|
158
|
+
parent reports completion.
|
|
159
|
+
|
|
160
|
+
If any required field is missing, report
|
|
161
|
+
`blocked: missing_create_campaign_step_receipt` for that lane and do not call it
|
|
162
|
+
complete.
|
|
163
|
+
|
|
164
|
+
Each customer-visible lane receipt must also include
|
|
133
165
|
message proof from `watchNarration.workerDetails.messageDraftBuilder` or the
|
|
134
166
|
worker's equivalent handoff record. Valid message proof names the current
|
|
135
167
|
campaign id, workflowTableId, selected lead-list or source id, filter choice,
|