@sellable/install 0.1.145 → 0.1.146

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.
@@ -794,11 +794,15 @@ which posts are being sampled in the watched app. The watch guide should say
794
794
  that we are checking people from these posts to confirm the right people are
795
795
  actually engaging and the source is viable.
796
796
 
797
- Every approval gate must include live campaign access after the readable inline
798
- content. Show a \`Watch link:\` line once the campaign shell exists. In normal
799
- customer runs, do not show local draft filenames or filesystem paths unless the
800
- user asks for debug artifacts. The link is for deeper inspection; never use it
801
- as a substitute for showing the content in chat.
797
+ Only the first brief approval handoff should include live campaign access after
798
+ the readable inline content. Show a short \`Watch link:\` line once, immediately
799
+ after shell creation and before brief approval. Later approval gates should
800
+ describe what the already-open campaign app is showing and rely on
801
+ currentStep/watchNarration; do not print the URL again unless the user asks or a
802
+ recovery path must replace a missing/broken link. In normal customer runs, do
803
+ not show local draft filenames or filesystem paths unless the user asks for
804
+ debug artifacts. The link is for deeper inspection; never use it as a substitute
805
+ for showing the content in chat.
802
806
 
803
807
  Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
804
808
  linked skill versions, runbooks, or local skill files in normal customer-facing
@@ -1345,10 +1349,12 @@ approval should show who we are targeting, why they should care, the offer/CTA,
1345
1349
  proof, lead source hypothesis, message angle, risks/assumptions, and what
1346
1350
  happens after approval.
1347
1351
 
1348
- Every approval should also give the user a way to inspect the live campaign.
1349
- After the readable inline content, include a \`Watch link:\` line when a
1350
- campaign shell exists. Local artifacts are optional debug/UAT diagnostics only;
1351
- do not surface file paths or local draft filenames in normal customer runs.
1352
+ Only the first brief approval handoff should print the campaign watch URL. After
1353
+ that, every approval should say what the already-open app is showing, but must
1354
+ not include another \`Watch link:\` line unless the user explicitly asks for the
1355
+ link again or a recovery path needs to replace a broken/missing URL. Local
1356
+ artifacts are optional debug/UAT diagnostics only; do not surface file paths or
1357
+ local draft filenames in normal customer runs.
1352
1358
 
1353
1359
  This applies especially to message approvals. Never ask someone to approve a
1354
1360
  message they cannot see. Show the subject, tokenized template, a filled sample
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.145",
3
+ "version": "0.1.146",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -287,12 +287,16 @@ Use rendered Markdown for user review surfaces, not fenced code blocks. Keep
287
287
  lines short, use indexed section labels and bullets, and translate internal
288
288
  sourcing terms into plain language.
289
289
 
290
- Every approval gate must include live campaign access after the readable inline
291
- content. Show a short `Watch link:` line once the campaign shell exists. In
292
- normal customer runs, do not show `Open artifact:` lines, raw filesystem paths,
293
- or local draft filenames. Local artifacts are debug/UAT-only unless the user asks
294
- for them. The link is for deeper inspection; never use it as a substitute for
295
- showing the content in chat.
290
+ Only the first brief approval handoff should include live campaign access after
291
+ the readable inline content. Show a short `Watch link:` line once, immediately
292
+ after shell creation and before brief approval. Later approval gates should
293
+ describe what the already-open campaign app is showing and rely on
294
+ currentStep/watchNarration; do not print the URL again unless the user asks or a
295
+ recovery path must replace a missing/broken link. In normal customer runs, do
296
+ not show `Open artifact:` lines, raw filesystem paths, or local draft filenames.
297
+ Local artifacts are debug/UAT-only unless the user asks for them. The link is
298
+ for deeper inspection; never use it as a substitute for showing the content in
299
+ chat.
296
300
 
297
301
  Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
298
302
  linked skill versions, runbooks, npm/package details, repo-local files, VPS or