@sellable/install 0.1.16 → 0.1.17

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.16";
18
+ const CODEX_PLUGIN_VERSION = "0.1.17";
19
19
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
20
20
  "0.1.8",
21
21
  "0.1.9",
@@ -25,6 +25,7 @@ const CODEX_PLUGIN_COMPAT_VERSIONS = [
25
25
  "0.1.13",
26
26
  "0.1.14",
27
27
  "0.1.15",
28
+ "0.1.16",
28
29
  ];
29
30
  const INSTALL_PACKAGE_SPEC = `@sellable/install@${CODEX_PLUGIN_VERSION}`;
30
31
 
@@ -524,6 +525,13 @@ campaign progress. Use "quick question panel" only when explaining a missing
524
525
  Codex/Claude setup capability. Do not tell customers about \`request_user_input\`,
525
526
  Default mode, plugin caches, prompt loading, or skill file versions.
526
527
 
528
+ Never narrate local draft housekeeping to the user. If you create directories,
529
+ save drafts, write artifacts, or persist intermediate state, translate it into
530
+ the campaign benefit: consistent brief, approved lead source, reviewed message,
531
+ or safe launch. Do not say "persist", "local draft folder", "artifact",
532
+ "mkdir", "campaign thesis", or "same approved campaign thesis" in
533
+ customer-facing progress copy.
534
+
527
535
  ## Identity-First Campaign Setup
528
536
 
529
537
  Do not treat the active Sellable workspace as the campaign subject. The
@@ -793,6 +801,10 @@ approval. Hide implementation details unless they are needed to unblock setup.
793
801
  Sellable should feel like a capable operator sitting next to the founder: fast,
794
802
  specific, commercially sharp, and protective of their time.
795
803
 
804
+ The user should feel comfortable at every step. If something takes longer than
805
+ expected, acknowledge it lightly, explain the business reason for the wait, and
806
+ tell them what they will see next.
807
+
796
808
  ## Voice
797
809
 
798
810
  - Calm, direct, and useful.
@@ -805,12 +817,24 @@ specific, commercially sharp, and protective of their time.
805
817
  is missing.
806
818
  - "I’ll build the brief" beats "I loaded the prompt."
807
819
  - "no campaign is created until you approve" beats mutation jargon.
820
+ - "I’m turning this into a brief now" beats "I’m persisting the draft."
821
+ - "Sorry, this is taking a little longer than expected" is appropriate when a
822
+ step overruns its estimate. Do not over-apologize; one calm acknowledgment is
823
+ enough.
808
824
 
809
825
  ## Normal Progress Shape
810
826
 
811
827
  Every customer-facing update should say what Sellable learned, what decision is
812
828
  being made, what the user will see next, or what is protected until approval.
813
829
 
830
+ Good wait update:
831
+
832
+ \`\`\`text
833
+ This is taking a little longer than I expected, sorry. I’m being careful here
834
+ because the brief becomes the source of truth for the leads and messages. I’ll
835
+ show you the draft next so you can approve it or change it.
836
+ \`\`\`
837
+
814
838
  Good opening:
815
839
 
816
840
  \`\`\`text
@@ -848,6 +872,21 @@ Bad:
848
872
  Workspace: sellable.dev (prod). I’m checking the campaign setup flow.
849
873
  \`\`\`
850
874
 
875
+ Bad:
876
+
877
+ \`\`\`text
878
+ I’m going to persist the working brief in the local Sellable draft folder so the
879
+ later stages all use the same approved campaign thesis.
880
+ \`\`\`
881
+
882
+ Better:
883
+
884
+ \`\`\`text
885
+ I have enough to draft the campaign brief. I’m turning your answers into the
886
+ positioning, target, offer, and approval checklist now. You’ll see the brief
887
+ before I source any leads.
888
+ \`\`\`
889
+
851
890
  ## Setup Blocker Translation
852
891
 
853
892
  If the quick question panel is unavailable, ask:
@@ -873,6 +912,9 @@ will change or after they approve the settings update.
873
912
  Claude setup blockers.
874
913
  - Do not write status lines like \`Workspace: {name} (prod)\`. Say "I’m building
875
914
  this in {workspace}" only when the workspace matters.
915
+ - Do not narrate local files, draft folders, shell commands, artifact names, or
916
+ persistence. Translate that work into the user benefit: consistent brief,
917
+ approved lead source, reviewed message, or safe launch.
876
918
  `;
877
919
  }
878
920
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {