@sellable/install 0.1.231 → 0.1.232

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.
@@ -37,7 +37,7 @@ function getInstallVersion() {
37
37
  }
38
38
  }
39
39
 
40
- const CODEX_PLUGIN_VERSION = "0.1.48";
40
+ const CODEX_PLUGIN_VERSION = "0.1.49";
41
41
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
42
42
  "0.1.8",
43
43
  "0.1.9",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.231",
3
+ "version": "0.1.232",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -106,12 +106,19 @@ Short form: nested filesystem prompt fallback is a failed UAT.
106
106
  Package-backed tool surface: use `mcp__sellable` only for workspace selection,
107
107
  campaign/table/source/message mutations, and product-visible readbacks. Do not
108
108
  use `mcp__sellable_admin`, admin workspace setters, direct DB tools, Prisma, or
109
- SQL as part of command execution proof. Before any worker mutation, record
109
+ SQL as part of command execution proof. Do not use built-in web search,
110
+ browser search, `web.run`, or any external browsing/search tool for sender or
111
+ company research in this command; use Sellable MCP research tools such as
112
+ `get_sender`, `fetch_linkedin_profile`, `fetch_linkedin_posts`,
113
+ `fetch_company`, `fetch_company_posts`, and `complete_sender_research`. If those
114
+ MCP tools do not provide enough proof, write a blocked receipt with the missing
115
+ proof instead of browsing externally. Before any worker mutation, record
110
116
  normal-surface workspace proof with
111
117
  `set_active_workspace({ workspaceId, userConfirmed:true })` or the equivalent
112
118
  `mcp__sellable` call, then reread the active workspace.
113
119
  Short form: mcp__sellable only.
114
120
  Short form: Do not use `mcp__sellable_admin`.
121
+ Short form: Do not use web search or browser search.
115
122
 
116
123
  Plan shape:
117
124