@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.
package/bin/sellable-install.mjs
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
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
|
|