@sellable/install 0.1.18 → 0.1.19

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.
@@ -15,7 +15,7 @@ import { createInterface } from "node:readline/promises";
15
15
  const DEFAULT_API_URL = "https://app.sellable.dev";
16
16
  const DEFAULT_SERVER_PACKAGE =
17
17
  process.env.SELLABLE_MCP_PACKAGE || "@sellable/mcp";
18
- const CODEX_PLUGIN_VERSION = "0.1.18";
18
+ const CODEX_PLUGIN_VERSION = "0.1.19";
19
19
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
20
20
  "0.1.8",
21
21
  "0.1.9",
@@ -27,6 +27,7 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
27
27
  "0.1.15",
28
28
  "0.1.16",
29
29
  "0.1.17",
30
+ "0.1.18",
30
31
  ];
31
32
  const INSTALL_PACKAGE_SPEC = `@sellable/install@${CODEX_PLUGIN_VERSION}`;
32
33
 
@@ -491,6 +492,12 @@ clear business decisions, tradeoffs, and approval gates. Use product language:
491
492
  - "lead source", not provider internals unless comparing source options
492
493
  - "nothing is created until you approve", not mutation jargon
493
494
 
495
+ When explaining lead-source decisions, show the concrete counts behind the
496
+ logic: lanes searched, timeframe, raw result counts, finalist posts or preview
497
+ rows, sampled people, sampled fits as n/N (%), estimated usable people, and the
498
+ confidence basis. Never show a percent like "73% match" without the numerator,
499
+ denominator, and sample basis.
500
+
494
501
  Never mention MCP namespaces, prompt chunking, plugin cache paths, missing
495
502
  linked skill versions, runbooks, or local skill files in normal customer-facing
496
503
  copy.
@@ -835,6 +842,12 @@ approval should show who we are targeting, why they should care, the offer/CTA,
835
842
  proof, lead source hypothesis, message angle, risks/assumptions, and what
836
843
  happens after approval.
837
844
 
845
+ For lead-source decisions, confidence comes from concrete counts. Do not say
846
+ "strong sample", "73% match", or "meaningful concentration" without showing the
847
+ sample size and what was counted. Show lanes searched, timeframe, raw results,
848
+ sampled people, sampled fits as n/N (%), estimated usable people, and whether
849
+ the estimate is sample-backed or directional.
850
+
838
851
  Good wait update:
839
852
 
840
853
  \`\`\`text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {