@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.684",
3
+ "version": "0.1.685",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code, Codex, and Hermes",
6
6
  "bin": {
@@ -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 derived-evergreen start-eligible campaign may be
716
- started, and you receive it as an ordinary executed `start_evergreen_campaign`
717
- action. Keep calling advance until a terminal without checking back.
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.