@sellable/mcp 0.1.17 → 0.1.18

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/README.md CHANGED
@@ -83,14 +83,14 @@ The token is provided when you generate it. Use `list_workspaces` +
83
83
  For customer/package installs, use the public installer:
84
84
 
85
85
  ```bash
86
- npx -y @sellable/install@0.1.17 --host codex --token skt_live_your_token_here --workspace-id your_workspace_id
86
+ npx -y @sellable/install@0.1.18 --host codex --token skt_live_your_token_here --workspace-id your_workspace_id
87
87
  ```
88
88
 
89
89
  If you already have `~/.sellable/config.json`, rerun/verify without rewriting
90
90
  auth:
91
91
 
92
92
  ```bash
93
- npx -y @sellable/install@0.1.17 --host codex
93
+ npx -y @sellable/install@0.1.18 --host codex
94
94
  sellable --verify-only --host codex
95
95
  ```
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",
@@ -280,9 +280,45 @@ me`, `I’ll paste a different sender profile`, and `Other / custom`.
280
280
  Do not mention internal artifact names, local folders, shell commands, or
281
281
  persistence in this preamble.
282
282
 
283
- - After rendering the brief summary, ask for brief approval when there is a real
283
+ - Before asking for brief approval, render the actual readable brief in the chat.
284
+ Do not ask the user to approve a one-paragraph direction, a risk note, or a
285
+ hidden artifact they cannot inspect. The user must be able to read what they
286
+ are approving without opening files. Include these sections:
287
+
288
+ ```text
289
+ Campaign brief
290
+
291
+ Who we are targeting:
292
+ ...
293
+
294
+ Why they should care:
295
+ ...
296
+
297
+ Offer / CTA:
298
+ ...
299
+
300
+ Proof to use:
301
+ ...
302
+
303
+ Lead source hypothesis:
304
+ ...
305
+
306
+ Message angle:
307
+ ...
308
+
309
+ Risks / assumptions:
310
+ ...
311
+
312
+ What happens after approval:
313
+ I’ll find good-fit LinkedIn leads, show you the source decision and sample, then
314
+ draft the first message for review before anything goes live.
315
+ ```
316
+
317
+ After rendering that brief, ask for brief approval when there is a real
284
318
  strategic choice or the user has not already made the direction obvious. The
285
319
  user-facing choice should be approve/revise language, not "looks good".
320
+ Approval options should refer to what the user just read, e.g. `Approve this
321
+ brief`, `Revise target`, `Revise offer/proof`, and `Other / custom`.
286
322
  - After the brief is approved or auto-confirmed, show the next progress line:
287
323
  `Cool. Now I'm going to find people who are both a good fit and likely to
288
324
  reply on LinkedIn. I'll compare source paths by expected volume, likely
@@ -307,6 +343,7 @@ should test for this campaign. Those can run in parallel and usually take
307
343
  because the brief becomes the source of truth for the leads and messages. I’ll
308
344
  show you the draft next so you can approve it or change it.
309
345
  ```
346
+
310
347
  - In hosted/rehearsal runs, `Bash` is only for safe local draft-directory
311
348
  housekeeping before approval: `mkdir`, `ls`, `find`, `test`, `pwd`, `echo`,
312
349
  `cat`, or copying `brief-v1.md` to `brief.md` inside the repo. Do not use
@@ -55,6 +55,10 @@ turn anchored to that:
55
55
  8. Ask for approval.
56
56
  9. Create the campaign.
57
57
 
58
+ Approvals only feel safe when the user can see what they are approving. Before
59
+ any approve/revise question, show the relevant decision in plain language. For a
60
+ brief approval, render the brief itself, not just a direction summary.
61
+
58
62
  ## Progress Updates
59
63
 
60
64
  Every customer-facing update should answer one of these:
@@ -64,6 +68,17 @@ Every customer-facing update should answer one of these:
64
68
  - What will the user see next?
65
69
  - What is protected until approval?
66
70
 
71
+ Before a brief approval, the user should see:
72
+
73
+ - who we are targeting
74
+ - why they should care
75
+ - the offer / CTA
76
+ - proof to use
77
+ - lead source hypothesis
78
+ - message angle
79
+ - risks / assumptions
80
+ - what happens after approval
81
+
67
82
  Good:
68
83
 
69
84
  ```text
@@ -213,10 +213,20 @@
213
213
  {
214
214
  "action": "render_brief_approval_checkpoint",
215
215
  "requiredVisibleContent": [
216
+ "Campaign brief",
217
+ "Who we are targeting",
218
+ "Why they should care",
219
+ "Offer / CTA",
220
+ "Proof to use",
221
+ "Lead source hypothesis",
222
+ "Message angle",
223
+ "Risks / assumptions",
224
+ "What happens after approval",
216
225
  "approve this brief",
217
226
  "revise the brief",
218
227
  "then I will find good-fit leads"
219
228
  ],
229
+ "minimumVisibleBriefDetail": "full_readable_brief_before_question",
220
230
  "avoidQuestionWhenOnlyUsefulAnswerIs": "looks good"
221
231
  },
222
232
  {