@sellable/install 0.1.181 → 0.1.185
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
|
@@ -31,7 +31,7 @@ function getInstallVersion() {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
const CODEX_PLUGIN_VERSION = "0.1.
|
|
34
|
+
const CODEX_PLUGIN_VERSION = "0.1.37";
|
|
35
35
|
const CODEX_PLUGIN_COMPAT_VERSIONS = [
|
|
36
36
|
"0.1.8",
|
|
37
37
|
"0.1.9",
|
|
@@ -61,6 +61,7 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
|
|
|
61
61
|
"0.1.33",
|
|
62
62
|
"0.1.34",
|
|
63
63
|
"0.1.35",
|
|
64
|
+
"0.1.36",
|
|
64
65
|
];
|
|
65
66
|
const INSTALL_PACKAGE_SPEC =
|
|
66
67
|
process.env.SELLABLE_INSTALL_PACKAGE_SPEC || "@sellable/install@latest";
|
|
@@ -846,11 +847,7 @@ automation just because a watch link exists. If \`create_campaign\` returns
|
|
|
846
847
|
approval question. It will use the URL mode to say Codex or Claude Code:
|
|
847
848
|
|
|
848
849
|
\`\`\`\`markdown
|
|
849
|
-
|
|
850
|
-
+------------------------------------------------------+
|
|
851
|
-
| WATCH CODEX BUILD THE CAMPAIGN LIVE |
|
|
852
|
-
+------------------------------------------------------+
|
|
853
|
-
\`\`\`
|
|
850
|
+
**Watch Codex build the campaign live**
|
|
854
851
|
|
|
855
852
|
[Open live campaign builder]({watchUrl})
|
|
856
853
|
|
|
@@ -858,10 +855,11 @@ Keep this chat open. I'll ask approval questions here before making decisions
|
|
|
858
855
|
that need your judgment.
|
|
859
856
|
\`\`\`\`
|
|
860
857
|
|
|
861
|
-
The Markdown
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
858
|
+
The normal rendered Markdown is intentional: rendered chat clients show the
|
|
859
|
+
headline, link, and note inline with the surrounding message, and plain terminals
|
|
860
|
+
still expose the tokenized URL inside the Markdown target. Do not wrap this CTA
|
|
861
|
+
in a fenced code block, replace it with a shell command, or add a
|
|
862
|
+
browser-opening instruction.
|
|
865
863
|
|
|
866
864
|
The watch link should auto-login through the token in the URL. If the user says
|
|
867
865
|
the link lands on auth, 404, permission, blank, or a visible error state, recover
|
|
@@ -1291,7 +1289,7 @@ then retry \`get_subskill_prompt\`.
|
|
|
1291
1289
|
function createPostSkillMd() {
|
|
1292
1290
|
return `---
|
|
1293
1291
|
name: create-post
|
|
1294
|
-
description: Capture rough LinkedIn post ideas,
|
|
1292
|
+
description: Capture rough LinkedIn post ideas, develop a valuable premise, research current hooks and market beliefs, then save validated drafts in the user's voice.
|
|
1295
1293
|
allowed-tools:
|
|
1296
1294
|
- mcp__sellable__get_auth_status
|
|
1297
1295
|
- mcp__sellable__get_subskill_prompt
|
|
@@ -1310,13 +1308,15 @@ allowed-tools:
|
|
|
1310
1308
|
- mcp__sellable__fetch_linkedin_posts
|
|
1311
1309
|
- mcp__sellable__fetch_linkedin_profile
|
|
1312
1310
|
- mcp__sellable__record_engage_proven_search
|
|
1311
|
+
- mcp__sellable__upsert_engage_tracked_person
|
|
1313
1312
|
---
|
|
1314
1313
|
|
|
1315
1314
|
# Sellable Create Post
|
|
1316
1315
|
|
|
1317
1316
|
Use this as the customer-facing entrypoint for the Sellable \`create-post\`
|
|
1318
1317
|
workflow. It captures raw LinkedIn post ideas, preserves the user's source
|
|
1319
|
-
wording, researches currently working hooks,
|
|
1318
|
+
wording, researches currently working hooks, extracts market beliefs, develops
|
|
1319
|
+
a premise with story/tension/reader value, validates proof/voice/AI tells, and
|
|
1320
1320
|
saves drafts under \`~/.sellable/content/linkedin/**\`.
|
|
1321
1321
|
|
|
1322
1322
|
## Bootstrap
|
package/package.json
CHANGED
|
@@ -409,11 +409,7 @@ automation just because a watch link exists. If `create_campaign` returns
|
|
|
409
409
|
approval question. It will use the URL mode to say Codex or Claude Code:
|
|
410
410
|
|
|
411
411
|
````markdown
|
|
412
|
-
|
|
413
|
-
+------------------------------------------------------+
|
|
414
|
-
| WATCH CODEX BUILD THE CAMPAIGN LIVE |
|
|
415
|
-
+------------------------------------------------------+
|
|
416
|
-
```
|
|
412
|
+
**Watch Codex build the campaign live**
|
|
417
413
|
|
|
418
414
|
[Open live campaign builder]({watchUrl})
|
|
419
415
|
|
|
@@ -421,10 +417,11 @@ Keep this chat open. I'll ask approval questions here before making decisions
|
|
|
421
417
|
that need your judgment.
|
|
422
418
|
````
|
|
423
419
|
|
|
424
|
-
The Markdown
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
420
|
+
The normal rendered Markdown is intentional: rendered chat clients show the
|
|
421
|
+
headline, link, and note inline with the surrounding message, and plain terminals
|
|
422
|
+
still expose the tokenized URL inside the Markdown target. Do not wrap this CTA
|
|
423
|
+
in a fenced code block, replace it with a shell command, or add a
|
|
424
|
+
browser-opening instruction.
|
|
428
425
|
|
|
429
426
|
The watch link should auto-login through the token in the URL. If the user says
|
|
430
427
|
the link lands on auth, 404, permission, blank, or a visible error state, recover
|