@sellable/install 0.1.572-wip.hotfix-runtime-binding-contract.20260807222000 → 0.1.573
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
|
@@ -594,9 +594,9 @@ compatible range, and report the version before the first call. Call
|
|
|
594
594
|
operator asked for `--yolo` — and call it again after each `advanced` or
|
|
595
595
|
settled `campaign_attention_required` result. A `run_step_pending` result means
|
|
596
596
|
the server is still completing the already-consumed step: wait its
|
|
597
|
-
`retryAfterMs`, then call advance with
|
|
598
|
-
|
|
599
|
-
this transport-reconciliation wait. `refill_v3_continue` itself
|
|
597
|
+
`retryAfterMs`, then call advance with the same public inputs. The MCP retains
|
|
598
|
+
the identical token internally; never copy a token, route to AI, or execute an
|
|
599
|
+
authority for this transport-reconciliation wait. `refill_v3_continue` itself
|
|
600
600
|
settles the exact packet action before it returns. Bounded enrichment and an
|
|
601
601
|
already-active preparation job use the shared Create Campaign waiter and
|
|
602
602
|
durable preparation owner; directly queued row repair uses the campaign waiter.
|
|
@@ -690,11 +690,16 @@ send tool on this route.
|
|
|
690
690
|
|
|
691
691
|
An `advanced` result is ALREADY EXECUTED: surface its action identity, receipt,
|
|
692
692
|
and replacement observation, and never run the action or call its authority again.
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
693
|
+
For `campaign_attention_required`, first call `refill_v3_continue` with the
|
|
694
|
+
same workspace/scope and no `decision`; the MCP supplies the exact retained
|
|
695
|
+
packet and token. After fresh revalidation it owns live-job waiting,
|
|
696
|
+
exact actionable enrichment, and same-template generation deterministically. If
|
|
697
|
+
it returns `model_decision_required`, route that returned accurate packet to
|
|
698
|
+
`refill-sends-work-campaign`, then call `refill_v3_continue` once with the
|
|
699
|
+
chosen decision. This is the only
|
|
700
|
+
ordinary model-decision boundary. The continuation executes at most one
|
|
701
|
+
existing authority and settles that exact campaign through the shared Create
|
|
702
|
+
Campaign waiter before a sibling may be considered.
|
|
698
703
|
If it returns `attention_correction_required` with
|
|
699
704
|
`correction.kind:"signal_keyword_collision"`, route the returned same packet
|
|
700
705
|
and exact correction through `refill-sends-work-campaign` once, then call
|