@sellable/install 0.1.684 → 0.1.685
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
|
@@ -712,9 +712,11 @@ bounded preparation and fallback steps instead of stopping for another
|
|
|
712
712
|
approval. It decides two things together:
|
|
713
713
|
|
|
714
714
|
- **Granted** (`yolo: true` on every call of that run): after a row's active
|
|
715
|
-
campaigns are exhausted, one
|
|
716
|
-
started, and you receive it as an ordinary executed
|
|
717
|
-
action.
|
|
715
|
+
campaigns are exhausted, one route-selected start-eligible PAUSED campaign
|
|
716
|
+
may be started, and you receive it as an ordinary executed
|
|
717
|
+
`start_paused_campaign` action. A finite non-evergreen candidate must expose
|
|
718
|
+
positive bounded supply. Keep calling advance until a terminal without
|
|
719
|
+
checking back.
|
|
718
720
|
- **Withheld** (explicit `yolo:false` only): no paused campaign is started — the backend
|
|
719
721
|
refuses it and answers the exhaustion terminal instead — and you surface each
|
|
720
722
|
result and ASK before calling advance again.
|