@sellable/mcp 0.1.43 → 0.1.44
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
|
@@ -133,11 +133,17 @@ approval:
|
|
|
133
133
|
installer enables this in Default mode with
|
|
134
134
|
`[features].default_mode_request_user_input = true`.
|
|
135
135
|
|
|
136
|
-
Use the structured question gate
|
|
137
|
-
approval gates. Never use it to collect open text
|
|
138
|
-
company domains, notes,
|
|
139
|
-
offer/CTA, proof, lead source,
|
|
140
|
-
|
|
136
|
+
Use the structured question gate for crisp identity confirmations, compact setup
|
|
137
|
+
intake, and approval gates. Never use it to collect raw open text like LinkedIn
|
|
138
|
+
URLs, company domains, pasted notes, long campaign ideas, or detailed feedback.
|
|
139
|
+
For buyer strategy, offer/CTA, proof, and lead source, use the structured gate
|
|
140
|
+
when it is exposed, but treat the visible choices as shortcuts, not a rigid
|
|
141
|
+
multiple-choice survey. Every setup question must allow a custom typed answer.
|
|
142
|
+
In Codex, `request_user_input` adds a freeform Other path; in Claude, include an
|
|
143
|
+
`Other / custom` option. Keep setup intake to two panels because Codex supports
|
|
144
|
+
at most three questions per panel: target/offer/proof first, lead source second.
|
|
145
|
+
Do not use checkbox/radio multi-select language like "pick one",
|
|
146
|
+
"multi-select", or "choose all that apply" for these setup questions.
|
|
141
147
|
|
|
142
148
|
Use "quick question panel" only when explaining a missing Codex/Claude setup
|
|
143
149
|
capability for approvals. Do not tell customers about `request_user_input`,
|
|
@@ -281,9 +287,10 @@ proof, and lead source.
|
|
|
281
287
|
```
|
|
282
288
|
|
|
283
289
|
Do not silently ask approval questions as plain chat when `request_user_input` is
|
|
284
|
-
unavailable in an interactive session.
|
|
285
|
-
|
|
286
|
-
gate needs the
|
|
290
|
+
unavailable in an interactive session. Setup strategy questions should use the
|
|
291
|
+
quick question panel when available, but may fall back to normal chat if the host
|
|
292
|
+
does not expose structured setup input. Stop only when an approval gate needs the
|
|
293
|
+
quick question panel:
|
|
287
294
|
|
|
288
295
|
```text
|
|
289
296
|
I need Codex’s quick question panel for campaign approvals.
|
|
@@ -79,12 +79,19 @@ Validated draft directory:
|
|
|
79
79
|
`request_user_input` (enabled in Default mode by
|
|
80
80
|
`[features].default_mode_request_user_input = true`, not available in
|
|
81
81
|
`codex exec`). Treat them as equivalent approval gates and persist the same
|
|
82
|
-
draft artifacts after the user answers. Use this structured gate
|
|
83
|
-
|
|
84
|
-
text
|
|
85
|
-
campaign ideas, buyer strategy, offer/CTA,
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
draft artifacts after the user answers. Use this structured gate for crisp
|
|
83
|
+
identity confirmations, compact setup intake, and approval gates. Never use it
|
|
84
|
+
to collect raw open text like LinkedIn URLs, company domains, pasted notes,
|
|
85
|
+
long campaign ideas, or detailed feedback. For buyer strategy, offer/CTA,
|
|
86
|
+
proof, and lead source, use the structured gate when it is exposed, but treat
|
|
87
|
+
the visible choices as shortcuts, not a rigid multiple-choice survey. Every
|
|
88
|
+
setup question must allow a custom typed answer. In Codex,
|
|
89
|
+
`request_user_input` adds a freeform Other path; in Claude, include an
|
|
90
|
+
`Other / custom` option. Keep setup intake to two panels because Codex
|
|
91
|
+
supports at most three questions per panel: target/offer/proof first, lead
|
|
92
|
+
source second. Do not use checkbox/radio multi-select language like "pick
|
|
93
|
+
one", "multi-select", or "choose all that apply" for these setup questions.
|
|
94
|
+
If an interactive
|
|
88
95
|
Codex session does not expose `request_user_input`, do not silently degrade to
|
|
89
96
|
a plain chat question; stop and tell the user:
|
|
90
97
|
|
|
@@ -277,10 +284,12 @@ me`, `I’ll paste a different sender profile`, and `Other / custom`.
|
|
|
277
284
|
first identity gate as a quiet token/sender inference shortcut, and once means
|
|
278
285
|
once: do not call it again after a LinkedIn lookup if it already ran. Do
|
|
279
286
|
draft-directory setup only after the founder answers. After launch identity is
|
|
280
|
-
confirmed, ask buyer, offer/CTA, proof, and lead source
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
287
|
+
confirmed, ask buyer, offer/CTA, proof, and lead source through the structured
|
|
288
|
+
question gate when available. Split the setup intake into two panels:
|
|
289
|
+
target/offer/proof first, then lead source. Do not present these as
|
|
290
|
+
checkbox/radio multi-select gates. Use 2-3 context-specific suggested answers
|
|
291
|
+
per question as fast-start shortcuts, and rely on the freeform custom path for
|
|
292
|
+
nuanced answers.
|
|
284
293
|
- After the founder answers the first strategy/source packet, explain the next
|
|
285
294
|
stage only: campaign brief creation and brief approval. Use this shape:
|
|
286
295
|
|
|
@@ -477,21 +486,22 @@ Ask the user only when one of these is true:
|
|
|
477
486
|
packet so the founder can approve or revise the message deliberately.
|
|
478
487
|
|
|
479
488
|
When asking subjective strategy questions (buyer scope, first ask, proof
|
|
480
|
-
emphasis, tone, lead-source preference),
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
to the final six-choice
|
|
489
|
+
emphasis, tone, lead-source preference), use the structured quick question panel
|
|
490
|
+
when available. Do not make it feel like a rigid multiple-choice survey:
|
|
491
|
+
suggested directions are shortcuts, and the user must be able to type a custom
|
|
492
|
+
answer in their own words. Ask target, offer, and proof in the first panel; ask
|
|
493
|
+
lead source in a second panel. Do not add custom options to the final six-choice
|
|
494
|
+
commit gate.
|
|
485
495
|
Use customer-facing question wording:
|
|
486
496
|
|
|
487
|
-
- target prospects: `Who should
|
|
488
|
-
- main CTA / offer: `What should
|
|
489
|
-
- proof emphasis: `
|
|
490
|
-
- lead source: `How should we get the people for this campaign
|
|
497
|
+
- target prospects: `Who should this campaign target?`
|
|
498
|
+
- main CTA / offer: `What should {{sender_or_company}} offer them?`
|
|
499
|
+
- proof emphasis: `What proof should we lean on?`
|
|
500
|
+
- lead source: `How should we get the people for this campaign?`
|
|
491
501
|
|
|
492
502
|
Ask the lead-source question as the last question in the first strategy batch,
|
|
493
503
|
after buyer, offer/ask, and proof/safety are understood. Frame supplied lists as
|
|
494
|
-
optional, not required.
|
|
504
|
+
optional, not required. Suggested lead-source shortcuts should include:
|
|
495
505
|
`I can find people for you, use a CSV of LinkedIn profiles, use a CSV of company
|
|
496
506
|
domains, use an existing Sellable lead list, or follow another source idea.`
|
|
497
507
|
If the user pastes up to 100 LinkedIn profile URLs or company domains, normalize
|