@sellable/install 0.1.258 → 0.1.260
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
|
@@ -1014,6 +1014,29 @@ Short form: Compact receipts must preserve `researchSenderReceipt`.
|
|
|
1014
1014
|
Short form: Compact receipts must preserve direct `finalPausedSendProof.currentStep` and `campaignStatus`.
|
|
1015
1015
|
Short form: Never change planRevision/actionId/laneKey while compacting receipts.
|
|
1016
1016
|
|
|
1017
|
+
Parent repair dispatch uses the same compact discipline. If the parent sample
|
|
1018
|
+
quality gate fails after a worker receipt, do not launch a repair worker by
|
|
1019
|
+
embedding the full existing receipt JSON, raw row arrays, raw provider output,
|
|
1020
|
+
or the full wrapper skill in the repair prompt. Build a compact repair packet
|
|
1021
|
+
with only: workspace id, original planRevision, selectedActionIds, lane
|
|
1022
|
+
actionId, laneKey, campaignId, tableId, parent sender scope arrays, receipt
|
|
1023
|
+
artifact path, allowed repair side effects, failed sample snippets, failed
|
|
1024
|
+
quality codes, and the banned phrase list. The repair prompt must say
|
|
1025
|
+
`Do not include existing receipt JSON; load current product state through
|
|
1026
|
+
Sellable MCP readbacks and rewrite the durable receipt from fresh readbacks`.
|
|
1027
|
+
After the repair worker completes the final product readbacks
|
|
1028
|
+
(`get_campaign_messages_preview`, `get_campaign`, navigation/table readback),
|
|
1029
|
+
it must rewrite the durable receipt immediately before any extended narration,
|
|
1030
|
+
analysis, or final answer. If the repair worker cannot rewrite the durable
|
|
1031
|
+
receipt in one bounded pass, it must exit with
|
|
1032
|
+
`blocked: repair_receipt_write_timeout`. The parent must treat an unchanged
|
|
1033
|
+
receipt mtime, missing repair final file, or missing updated
|
|
1034
|
+
`messageDraftingReceipt.sampleMessages` after repair as blocked, never success.
|
|
1035
|
+
Short form: repair prompts use compact repair packets, not full receipt JSON.
|
|
1036
|
+
Short form: Do not include existing receipt JSON in repair prompts.
|
|
1037
|
+
Short form: repair workers write the durable receipt immediately after final readbacks.
|
|
1038
|
+
Short form: missing repair receipt rewrite is `blocked: repair_receipt_write_timeout`.
|
|
1039
|
+
|
|
1017
1040
|
Message proof for every customer-visible lane must come from the current
|
|
1018
1041
|
campaign/table basis and include at least 3 generated review rows from the
|
|
1019
1042
|
packaged `generate-messages` path before completion is reported.
|