@sellable/install 0.1.49 → 0.1.50
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.
|