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