@sellable/mcp 0.1.854 → 0.1.855
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
|
@@ -626,6 +626,11 @@ per scoped sender/date/lane—not only the headline deferral or blocker. Include
|
|
|
626
626
|
`scheduledDelta`. A cumulative observation or one surfaced blocker is never a
|
|
627
627
|
row-complete terminal summary.
|
|
628
628
|
|
|
629
|
+
Lead every row-complete terminal summary by stating that all scoped
|
|
630
|
+
sender/date/lane rows were explored. Never say the workspace "stopped on" one
|
|
631
|
+
sender or headline blocker: that blocker classifies one row after independent
|
|
632
|
+
sibling work was explored; it is not the traversal stop.
|
|
633
|
+
|
|
629
634
|
Resolve the workspace BEFORE the first call, exactly as the V1 route already
|
|
630
635
|
requires. `workspaceId` must be an exact id on every automation call: when the
|
|
631
636
|
operator names a workspace, call `list_workspaces` first and match that name to
|
|
@@ -476,6 +476,11 @@ sender/date/lane—not only the headline deferral or blocker. Include
|
|
|
476
476
|
`scheduledDelta`. A cumulative observation or one surfaced blocker is never a
|
|
477
477
|
row-complete terminal summary.
|
|
478
478
|
|
|
479
|
+
Lead every row-complete terminal summary by stating that all scoped
|
|
480
|
+
sender/date/lane rows were explored. Never say the workspace "stopped on" one
|
|
481
|
+
sender or headline blocker: that blocker classifies one row after independent
|
|
482
|
+
sibling work was explored; it is not the traversal stop.
|
|
483
|
+
|
|
479
484
|
This workflow chooses nothing. It never reads capacity, supply, family, or reason
|
|
480
485
|
fields to decide what to do next; never declares a terminal, an exhaustion
|
|
481
486
|
verdict, or a health classification; never holds a counter or a cursor between
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"then": "call the advance tool again with the identical workspaceId, scope, and yolo grant",
|
|
241
241
|
"note": "This is a bounded read-only wait inherited from Create Campaign. It holds the same campaign while its cells settle; it never authorizes selecting a sibling. A partial timeout returns to fresh advance, and the same deferral may authorize another bounded wait. NOTE on run identity: awaiting_external_change is a terminal, so the server already CLOSED the run and returned no runToken. The advance after this wait therefore omits runToken and opens a new run, which starts with zero progress-free campaign visits and zero retryable paid attempts."
|
|
242
242
|
},
|
|
243
|
-
"then": "for any other deferral code, stop and report the scoped wait plus every scoped sender/date/lane row from terminalEvidence.rows; never
|
|
243
|
+
"then": "for any other deferral code, stop and report the scoped wait plus every scoped sender/date/lane row from terminalEvidence.rows; state that all scoped sender/date/lane rows were explored; never say the workspace \"stopped on\" the headline deferral"
|
|
244
244
|
},
|
|
245
245
|
"complete": {
|
|
246
246
|
"alreadyExecuted": false,
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"terminalEvidence.rows[].approvedDelta",
|
|
261
261
|
"terminalEvidence.rows[].scheduledDelta"
|
|
262
262
|
],
|
|
263
|
-
"then": "stop and report the terminal code plus every scoped sender/date/lane row from terminalEvidence.rows"
|
|
263
|
+
"then": "stop and report the terminal code plus every scoped sender/date/lane row from terminalEvidence.rows; state that all scoped sender/date/lane rows were explored; never say the workspace \"stopped on\" the headline terminal"
|
|
264
264
|
},
|
|
265
265
|
"blocked": {
|
|
266
266
|
"alreadyExecuted": false,
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"terminalEvidence.rows[].approvedDelta",
|
|
284
284
|
"terminalEvidence.rows[].scheduledDelta"
|
|
285
285
|
],
|
|
286
|
-
"then": "stop and report the typed business blocker plus every scoped sender/date/lane row from terminalEvidence.rows"
|
|
286
|
+
"then": "stop and report the typed business blocker plus every scoped sender/date/lane row from terminalEvidence.rows; state that all scoped sender/date/lane rows were explored; never say the workspace \"stopped on\" the headline blocker"
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"forbidden": [
|