@sellable/install 0.1.35 → 0.1.37

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.
@@ -1034,39 +1034,6 @@ function codexPluginSkills() {
1034
1034
  skillMd: createCampaignSkillMd(),
1035
1035
  soulMd: createCampaignSoulMd(),
1036
1036
  },
1037
- {
1038
- dir: "sellable-engage",
1039
- displayName: "Sellable Engage",
1040
- description: "Discover posts and draft comments for a comment campaign",
1041
- skillMd: genericSellableSkillMd({
1042
- name: "engage",
1043
- title: "Sellable Engage",
1044
- description:
1045
- "Find high-signal LinkedIn posts and draft thoughtful engagement comments, then load approved comments into the sender's comment campaign.",
1046
- }),
1047
- },
1048
- {
1049
- dir: "sellable-interview",
1050
- displayName: "Sellable Interview",
1051
- description: "Build a commenting style guide and ICP profile",
1052
- skillMd: genericSellableSkillMd({
1053
- name: "interview",
1054
- title: "Sellable Interview",
1055
- description:
1056
- "Voice-first interview to build your commenting style guide and ICP profile.",
1057
- }),
1058
- },
1059
- {
1060
- dir: "sellable-workflow-sequences",
1061
- displayName: "Sellable Workflow Sequences",
1062
- description: "Create workflow tables and attach outbound sequences",
1063
- skillMd: genericSellableSkillMd({
1064
- name: "workflow-sequences",
1065
- title: "Sellable Workflow Sequences",
1066
- description:
1067
- "Create workflow tables via Sellable MCP, attach outbound sequence templates, and avoid manual sequence-column runCondition mistakes.",
1068
- }),
1069
- },
1070
1037
  ];
1071
1038
  }
1072
1039
 
@@ -1446,8 +1413,13 @@ function printNextSteps(installedHosts) {
1446
1413
  console.log("");
1447
1414
  printDivider();
1448
1415
  console.log("");
1416
+ console.log(` ${C.grey}Need help?${C.reset}`);
1417
+ console.log(
1418
+ ` Slack: ${C.cyan}https://join.slack.com/t/ditttoai/shared_invite/zt-3wvs86yau-csKZGP3iGXO3oEiAUmtH9A${C.reset}`
1419
+ );
1420
+ console.log(` Email: ${C.cyan}admin@dittto.ai${C.reset}`);
1449
1421
  console.log(
1450
- ` ${C.grey}Need help?${C.reset} ${C.cyan}https://join.slack.com/t/ditttoai/shared_invite/zt-3wvs86yau-csKZGP3iGXO3oEiAUmtH9A${C.reset} ${C.grey}·${C.reset} ${C.cyan}admin@dittto.ai${C.reset}`
1422
+ ` LinkedIn: ${C.cyan}https://www.linkedin.com/in/csreyes92/${C.reset} ${C.grey}(DM Christian directly)${C.reset}`
1451
1423
  );
1452
1424
  console.log("");
1453
1425
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {