@sellable/install 0.1.49 → 0.1.51

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -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 only for crisp identity confirmations and
137
- approval gates. Never use it to collect open text input like LinkedIn URLs,
138
- company domains, notes, pasted context, campaign ideas, buyer strategy,
139
- offer/CTA, proof, lead source, or feedback. For open text, ask in normal chat
140
- and wait for the user to type an answer and press Enter.
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. Normal setup strategy questions are
285
- free-text chat and do not need `request_user_input`. Stop only when an approval
286
- gate needs the quick question panel:
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.