@sellable/install 0.1.83 → 0.1.85
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
|
@@ -155,7 +155,8 @@ for them. The link is for deeper inspection; never use it as a substitute for
|
|
|
155
155
|
showing the content in chat.
|
|
156
156
|
|
|
157
157
|
Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
|
|
158
|
-
linked skill versions, runbooks,
|
|
158
|
+
linked skill versions, runbooks, npm/package details, repo-local files, VPS or
|
|
159
|
+
browser automation limitations, or local skill files in normal customer-facing
|
|
159
160
|
copy.
|
|
160
161
|
|
|
161
162
|
## Codex Watch Browser Handoff
|
|
@@ -173,16 +174,17 @@ In Codex Desktop, when in-app browser control is available, open the returned wa
|
|
|
173
174
|
I’ll open the campaign view and keep it in sync as I build.
|
|
174
175
|
```
|
|
175
176
|
|
|
176
|
-
If browser control is unavailable,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
orientation checks.
|
|
177
|
+
If browser control is unavailable, provide the watch link without discussing the
|
|
178
|
+
runtime limitation. In off-desktop Codex runs, make the signed link easy to
|
|
179
|
+
copy/open, then continue with explicit customer-facing campaign progress and
|
|
180
|
+
`get_campaign_navigation_state` orientation checks.
|
|
181
181
|
Use this fallback shape:
|
|
182
182
|
|
|
183
183
|
```text
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
Watch link: {watchUrl}
|
|
185
|
+
|
|
186
|
+
I’ll keep the campaign brief, lead source, and message-review steps explicit
|
|
187
|
+
here as I build.
|
|
186
188
|
```
|
|
187
189
|
|
|
188
190
|
If opening the watch link lands on an auth, 404, permission, blank, or visible
|
|
@@ -341,6 +343,25 @@ lookup if it has not already run, then ask the campaign setup questions. The
|
|
|
341
343
|
setup questions should use the confirmed company context so they do not feel
|
|
342
344
|
generic.
|
|
343
345
|
|
|
346
|
+
### Sufficient Intake Bypass
|
|
347
|
+
|
|
348
|
+
When the user's invocation or first answer already supplies the campaign
|
|
349
|
+
identity plus enough strategy context to draft the campaign, do not turn that
|
|
350
|
+
into an interview. Treat setup as complete when the request contains:
|
|
351
|
+
|
|
352
|
+
- identity or client/company context;
|
|
353
|
+
- target prospects or buyer segment;
|
|
354
|
+
- offer / CTA;
|
|
355
|
+
- proof or claims to use / avoid;
|
|
356
|
+
- lead-source preference, supplied list, or permission to find people.
|
|
357
|
+
|
|
358
|
+
In that case, do one lightweight identity/company lookup, summarize the inferred
|
|
359
|
+
direction in one or two lines, and immediately draft the campaign brief. Do not
|
|
360
|
+
ask the buyer, offer, proof, or lead-source setup questions again unless a
|
|
361
|
+
required field is missing, the supplied inputs conflict, or the campaign focus is
|
|
362
|
+
genuinely ambiguous. It is fine to include an explicit assumption line in the
|
|
363
|
+
brief; the approval gate lets the user revise it.
|
|
364
|
+
|
|
344
365
|
Before the identity gate, use this customer-facing shape:
|
|
345
366
|
|
|
346
367
|
```text
|