@sellable/install 0.1.116 → 0.1.117
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
|
@@ -458,6 +458,32 @@ required field is missing, the supplied inputs conflict, or the campaign focus i
|
|
|
458
458
|
genuinely ambiguous. It is fine to include an explicit assumption line in the
|
|
459
459
|
brief; the approval gate lets the user revise it.
|
|
460
460
|
|
|
461
|
+
### YOLO Mode
|
|
462
|
+
|
|
463
|
+
If the invocation or any later user message explicitly asks for "yolo mode",
|
|
464
|
+
"YOLO", `--yolo`, `mode=yolo`, "autopilot", "use best guesses", "answer for
|
|
465
|
+
me", "use best estimates", or "just run it", enable YOLO mode for the rest of
|
|
466
|
+
the run. Treat YOLO as `interactionMode: "autonomous"` plus an intake policy:
|
|
467
|
+
|
|
468
|
+
- If campaign identity is missing, ask only for the LinkedIn profile or company
|
|
469
|
+
website in normal chat; do not ask buyer, offer, proof, source, or filter setup
|
|
470
|
+
questions before that.
|
|
471
|
+
- Treat any freeform directions already provided, or added later by the user, as
|
|
472
|
+
operator directions for the rest of the run. If directions conflict, the newest
|
|
473
|
+
user direction wins.
|
|
474
|
+
- After the lightweight identity/company lookup, infer the buyer segment,
|
|
475
|
+
offer/CTA, proof to use or avoid, first lead source, filter choice, and message
|
|
476
|
+
direction with best estimates from public/company context plus operator
|
|
477
|
+
directions. State the important assumptions in the brief and watch narration.
|
|
478
|
+
- Do not use structured setup questions in YOLO mode. For pre-launch approval
|
|
479
|
+
gates, choose the recommended path yourself when confidence is sufficient, show
|
|
480
|
+
the assumed choice briefly, and continue.
|
|
481
|
+
- Pause only when no reasonable estimate exists, a tool requires missing
|
|
482
|
+
credentials/data, the source/message quality floor fails, or the next action
|
|
483
|
+
would start the live campaign.
|
|
484
|
+
- Never call `start_campaign` from YOLO mode without explicit user launch
|
|
485
|
+
confirmation. Do not invent proof; mark proof gaps and use safer claims.
|
|
486
|
+
|
|
461
487
|
Before the identity gate, use this customer-facing shape:
|
|
462
488
|
|
|
463
489
|
```text
|