@sellable/mcp 0.1.85 → 0.1.86
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
|
@@ -363,9 +363,9 @@ Validated draft directory:
|
|
|
363
363
|
`RevOps`, `outbound systems`, or `pipeline architecture` unless they are
|
|
364
364
|
translated into what the user can understand.
|
|
365
365
|
|
|
366
|
-
After rendering that brief, ask for brief approval
|
|
367
|
-
|
|
368
|
-
|
|
366
|
+
After rendering that brief, ask for brief approval before lead sourcing in
|
|
367
|
+
hosted net-new runs. The user-facing choice should be approve/revise language,
|
|
368
|
+
not "looks good".
|
|
369
369
|
Approval options should refer to what the user just read, e.g. `Approve this
|
|
370
370
|
brief`, `Revise target`, `Revise offer/proof`, and `Other / custom`.
|
|
371
371
|
When the user chose `Find people for me` and the host supports subagents,
|
|
@@ -389,13 +389,13 @@ brief`, `Revise target`, `Revise offer/proof`, and `Other / custom`.
|
|
|
389
389
|
the visible approved brief; if the sidecar is still running, wait quietly or
|
|
390
390
|
finish the write synchronously at that boundary.
|
|
391
391
|
|
|
392
|
-
- After the brief is approved
|
|
392
|
+
- After the brief is approved, show the next progress line:
|
|
393
393
|
`Cool. Now I'm going to find people who are both a good fit and active enough
|
|
394
394
|
to be worth a LinkedIn test. I'll compare source paths by expected volume,
|
|
395
395
|
sampled ICP fit, activity/warmth signal, cleanup risk, and tradeoffs. This
|
|
396
396
|
usually takes ~3-5 min, and I'll show you the source decision + sample before
|
|
397
397
|
anything goes live.`
|
|
398
|
-
- After the lead sample/source decision is ready and approved
|
|
398
|
+
- After the lead sample/source decision is ready and approved,
|
|
399
399
|
show the next progress line:
|
|
400
400
|
`Lead source is set. I'll import the first 10-row review batch into the
|
|
401
401
|
campaign table, then use that same batch to tighten the fit filter and draft the
|
|
@@ -554,8 +554,14 @@ workstreams`, `in parallel`, or `background` unless parallel branches were
|
|
|
554
554
|
|
|
555
555
|
<conditional_gates>
|
|
556
556
|
|
|
557
|
-
There are
|
|
557
|
+
There are four customer-visible gates in the net-new hosted flow:
|
|
558
558
|
|
|
559
|
+
- `brief-review` asks whether to approve the rendered campaign brief before
|
|
560
|
+
lead sourcing starts. Do not skip this by inferring approval from setup
|
|
561
|
+
answers.
|
|
562
|
+
- `lead-review` / source decision asks whether to approve the selected source
|
|
563
|
+
path and sample before moving into filter/message work. Do not skip this by
|
|
564
|
+
compressing the source decision into message review.
|
|
559
565
|
- `message-review` is the mandatory pre-import message quality gate. It asks
|
|
560
566
|
only whether to proceed with the selected message (`approve-message`) or run
|
|
561
567
|
one more messaging revision (`revise-messaging`). `approve-message` authorizes
|