@sellable/install 0.1.204 → 0.1.205
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.
|
@@ -165,10 +165,15 @@ When reporting branch runtime proof, use this shape under
|
|
|
165
165
|
- `runId` or `fallbackId`
|
|
166
166
|
- `startedAt` and `updatedAt`
|
|
167
167
|
- `basisToken` and `basis`
|
|
168
|
+
- `basis.selectedLeadListId`, `basis.workflowTableId`, and either
|
|
169
|
+
`basis.reviewBatchRowHash` or non-empty `basis.reviewBatchRowIds`
|
|
168
170
|
- optional `messageDraftOutputRef`, `messageDraftOutput`, and `error`
|
|
169
171
|
|
|
170
172
|
Do not tell the UI to show Message Draft Builder as running unless this proof
|
|
171
173
|
exists and points at the current non-empty campaign-table execution slice.
|
|
174
|
+
Use `workerStatuses.messageDraftBuilder` only for simple badge text such as
|
|
175
|
+
`running`; never put `runId`, `statusSource`, `status`, or `basis` under
|
|
176
|
+
`workerStatuses`, and never use a `messageDrafting` key.
|
|
172
177
|
If the host cannot launch a background branch and the parent thread runs this
|
|
173
178
|
same contract inline, report `statusSource: "parent-thread-fallback"` and
|
|
174
179
|
`status: "fallback-active"` while working, then `status: "ready"` when the
|
package/package.json
CHANGED
|
@@ -950,6 +950,13 @@ updates.
|
|
|
950
950
|
background-agent tool is callable, start the same full message branch inline
|
|
951
951
|
before filter drafting or skip-filter message review and record it as
|
|
952
952
|
`statusSource: "parent-thread-fallback"`.
|
|
953
|
+
After a spawned branch starts, persist rich proof under
|
|
954
|
+
`watchNarration.workerDetails.messageDraftBuilder` with
|
|
955
|
+
`statusSource: "branch"`, `status: "branch-running"`, `runId`, timestamps,
|
|
956
|
+
selectedLeadListId, workflowTableId, filterChoice, and reviewBatchRowHash or
|
|
957
|
+
reviewBatchRowIds. `workerStatuses.messageDraftBuilder` is only the optional
|
|
958
|
+
simple badge (`running`); never put rich proof under `workerStatuses` or use
|
|
959
|
+
a `messageDrafting` key.
|
|
953
960
|
Do not use any alternate, examples-only, or local-artifact message prompt. Message review and
|
|
954
961
|
message QA require Message Drafting output:
|
|
955
962
|
do not draft from a checklist, local markdown artifact, or parent-thread
|