@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.
package/bin/sellable-install.mjs
CHANGED
|
@@ -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
|
-
|
|
798
|
-
content. Show a \`Watch link:\` line once
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
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
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
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
|
@@ -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
|
-
|
|
291
|
-
content. Show a short `Watch link:` line once
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
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
|