@sellable/mcp 0.1.133 → 0.1.134
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
|
@@ -427,13 +427,18 @@ brief`, `Revise target`, `Revise offer/proof`, and `Other / custom`.
|
|
|
427
427
|
not visible in this session, use `Approve brief + compare source paths`
|
|
428
428
|
instead. The customer approves the sourcing decision, not the host
|
|
429
429
|
implementation detail.
|
|
430
|
-
Include a `Watch link:` line
|
|
431
|
-
`create_campaign` has returned `watchUrl`.
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
430
|
+
Include a `Watch link:` line in the normal chat text immediately before the
|
|
431
|
+
brief approval question once `create_campaign` has returned `watchUrl`. This
|
|
432
|
+
is a hard gate for `AskUserQuestion` / `request_user_input`: do not ask
|
|
433
|
+
`Approve this brief before I start finding leads?` until the user has already
|
|
434
|
+
seen the watch link for the live campaign shell. If the question panel would
|
|
435
|
+
appear without a preceding `Watch link:` line, stop and send the link first.
|
|
436
|
+
The visible brief must come before any optional debug persistence. After the
|
|
437
|
+
brief is synthesized, render the approval-ready brief in chat and
|
|
438
|
+
create/update the campaign shell before any visible `mkdir`, `Write`,
|
|
439
|
+
artifact-copy, or similar local draft setup. In normal customer runs, skip
|
|
440
|
+
local draft setup entirely. File/folder creation is not the user's value
|
|
441
|
+
moment; the live campaign brief is.
|
|
437
442
|
|
|
438
443
|
The approval question can be based on the rendered brief in chat and the live
|
|
439
444
|
campaign brief. Do not wait for file-write chrome before asking for approval.
|
|
@@ -443,6 +443,8 @@
|
|
|
443
443
|
"watchUrl"
|
|
444
444
|
],
|
|
445
445
|
"campaignLinkTiming": "before_approval_question",
|
|
446
|
+
"questionToolGate": "Do not call AskUserQuestion or request_user_input for brief approval until the immediately preceding customer-visible chat text includes `Watch link:` with the create_campaign.watchUrl for this campaign shell.",
|
|
447
|
+
"missingWatchLinkRecovery": "If the brief approval question would appear before the watch link, stop and send the rendered brief checkpoint plus `Watch link: {watchUrl}` first; then ask the approve/revise question.",
|
|
446
448
|
"forbiddenNormalCustomerLinks": [
|
|
447
449
|
"brief.md",
|
|
448
450
|
"local draft path",
|
|
@@ -452,6 +454,12 @@
|
|
|
452
454
|
},
|
|
453
455
|
{
|
|
454
456
|
"action": "ask_continue_or_revise_only_if_needed",
|
|
457
|
+
"requiresPriorVisibleContent": [
|
|
458
|
+
"full readable brief",
|
|
459
|
+
"live campaign shell orientation",
|
|
460
|
+
"Watch link: {watchUrl}"
|
|
461
|
+
],
|
|
462
|
+
"mustNotCallQuestionToolUntil": "The watch link has already been shown in normal chat text after create_campaign returned watchUrl.",
|
|
455
463
|
"autoContinueWhen": {
|
|
456
464
|
"artifactStatus": "confirmed",
|
|
457
465
|
"confidenceIn": [
|
|
@@ -46,6 +46,9 @@ real-time updates from your signed-in session.
|
|
|
46
46
|
|
|
47
47
|
Command-Enter or click that link to watch it in Sellable.
|
|
48
48
|
|
|
49
|
+
Now ask the brief approval question. Do not show the approve/revise question
|
|
50
|
+
panel until this `Watch link:` line has appeared in normal chat text.
|
|
51
|
+
|
|
49
52
|
Cool, let's find leads.
|
|
50
53
|
```
|
|
51
54
|
|