@sellable/install 0.1.132 → 0.1.134

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.
@@ -714,15 +714,23 @@ to the campaign yet. The gate should say:
714
714
  approves me to look for the best places to find buyers. I won't add anyone
715
715
  yet."
716
716
 
717
+ After brief approval, introduce the step in plain customer language: "Brief
718
+ approved. Next, we'll choose where to find buyers. I won't add anyone yet."
719
+ Do not say "lead-source scouting", "source scouting", or "not importing leads"
720
+ in the customer-facing transition.
721
+ Use this vocabulary ladder: "buyers" means the target market; "people to
722
+ check" means raw reactions/comments before fit is known; "prospects" means
723
+ likely usable people after fit; "leads" means campaign rows.
724
+
717
725
  Use a customer-facing shape like:
718
726
 
719
727
  \`\`\`text
720
728
  ## Find Buyers Plan
721
729
 
722
730
  I recommend starting with people already talking on LinkedIn about [plain
723
- topic]. That should help us find buyers who already care about [plain pain].
731
+ topic]. That should help us find people who already care about [plain problem].
724
732
 
725
- I'll check whether there are enough good-fit people there. If not, I'll try
733
+ I'll check whether there are enough likely prospects there. If not, I'll try
726
734
  [plain fallback] next.
727
735
 
728
736
  Approving this means I can look for the best places to find buyers. I won't add
@@ -733,9 +741,10 @@ Do not surface blanket source heuristics as product copy. Make the
733
741
  recommendation specific to the campaign. If LinkedIn engagement is recommended,
734
742
  name the exact post themes you will search in plain language, such as "Power BI
735
743
  dashboards they don't trust" or "teams trying to agree on the right KPIs."
736
- Avoid using "Signal Discovery", "source scouting", "lane", "provider",
737
- "precision/scale tradeoff", "evidence quality", "pilot volume", or "ICP" in
738
- customer-facing chat; those are internal labels. If relevant public
744
+ Avoid using "Signal Discovery", "lead-source scouting", "source scouting",
745
+ "lane", "provider",
746
+ "precision/scale tradeoff", "evidence quality", "pilot volume", "workflow
747
+ pain", or "ICP" in customer-facing chat; those are internal labels. If relevant public
739
748
  conversations look unlikely, recommend the specific Sales Nav or Prospeo path
740
749
  instead and explain it in plain words once. Do not call \`search_signals\`,
741
750
  \`search_sales_nav\`,
@@ -758,12 +767,12 @@ precision, and referral paths, but it does not provide hiring-by-role filters;
758
767
  say that distinction plainly in the source-plan gate.
759
768
 
760
769
  After scouting, ask for a second approval on the concrete source action. For
761
- LinkedIn engagement (\`signal-discovery\` internally), name how many recommended
762
- posts will be scraped, the target engager/source-candidate volume, and the
763
- internal campaign-table execution-slice size. N must be the smallest
770
+ LinkedIn engagement (\`signal-discovery\` internally), use plain language:
771
+ selected posts, people we can check, likely prospects, what the first
772
+ review will inspect, cleanup risk, and fallback. N must be the smallest
764
773
  right-content post set that clears the source target, not the default 3
765
774
  promoted sample posts. For Sales Nav or Prospeo, name the specific approved
766
- import lane and source lead count.
775
+ import path and source lead count.
767
776
  Do not call \`import_leads\` or \`confirm_lead_list\` until this second approval is
768
777
  granted.
769
778
 
@@ -782,7 +791,7 @@ the campaign table and return the initial campaign-table execution slice rows.
782
791
  For campaign-attached Signal Discovery sampling, promote/select the exact posts
783
792
  with \`select_promising_posts\` before \`fetch_post_engagers\` so the user can see
784
793
  which posts are being sampled in the watched app. The watch guide should say
785
- that we are pulling sample engagers from these posts to confirm the ICP is
794
+ that we are checking people from these posts to confirm the right people are
786
795
  actually engaging and the source is viable.
787
796
 
788
797
  Every approval gate must include live campaign access after the readable inline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.132",
3
+ "version": "0.1.134",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -110,8 +110,8 @@ clear business decisions, tradeoffs, and approval gates. Use product language:
110
110
  Approval and safety copy should be tasteful. State what the current approval
111
111
  covers once, in one short sentence, then move on. Do not append repeated
112
112
  "nothing starts / no leads import / no sending" disclaimers to routine progress
113
- updates. Use customer-facing gate language like "Next, we'll find where the
114
- right buyers are already talking" or "Next gate: selected-post scrape" instead
113
+ updates. Use customer-facing gate language like "Next, we'll choose where to
114
+ find buyers" or "Next gate: selected-post scrape" instead
115
115
  of internal terms like "source scouting" or long negative lists.
116
116
 
117
117
  When explaining source decisions, show the concrete counts behind the
@@ -143,15 +143,23 @@ to the campaign yet. The gate should say:
143
143
  approves me to look for the best places to find buyers. I won't add anyone
144
144
  yet."
145
145
 
146
+ After brief approval, introduce the step in plain customer language: "Brief
147
+ approved. Next, we'll choose where to find buyers. I won't add anyone yet."
148
+ Do not say "lead-source scouting", "source scouting", or "not importing leads"
149
+ in the customer-facing transition.
150
+ Use this vocabulary ladder: "buyers" means the target market; "people to
151
+ check" means raw reactions/comments before fit is known; "prospects" means
152
+ likely usable people after fit; "leads" means campaign rows.
153
+
146
154
  Use a customer-facing shape like:
147
155
 
148
156
  ```text
149
157
  ## Find Buyers Plan
150
158
 
151
159
  I recommend starting with people already talking on LinkedIn about [plain
152
- topic]. That should help us find buyers who already care about [plain pain].
160
+ topic]. That should help us find people who already care about [plain problem].
153
161
 
154
- I'll check whether there are enough good-fit people there. If not, I'll try
162
+ I'll check whether there are enough likely prospects there. If not, I'll try
155
163
  [plain fallback] next.
156
164
 
157
165
  Approving this means I can look for the best places to find buyers. I won't add
@@ -162,9 +170,10 @@ Do not surface blanket source heuristics as product copy. Make the
162
170
  recommendation specific to the campaign. If LinkedIn engagement is recommended,
163
171
  name the exact post themes you will search in plain language, such as "Power BI
164
172
  dashboards they don't trust" or "teams trying to agree on the right KPIs."
165
- Avoid using "Signal Discovery", "source scouting", "lane", "provider",
166
- "precision/scale tradeoff", "evidence quality", "pilot volume", or "ICP" in
167
- customer-facing chat; those are internal labels. If relevant public
173
+ Avoid using "Signal Discovery", "lead-source scouting", "source scouting",
174
+ "lane", "provider",
175
+ "precision/scale tradeoff", "evidence quality", "pilot volume", "workflow
176
+ pain", or "ICP" in customer-facing chat; those are internal labels. If relevant public
168
177
  conversations look unlikely, recommend the specific Sales Nav or Prospeo path
169
178
  instead and explain it in plain words once. Do not call `search_signals`,
170
179
  `search_sales_nav`,
@@ -214,29 +223,26 @@ For LinkedIn engagement, the customer-facing approval card must use the exact
214
223
  action shape "Approve scraping N recommended LinkedIn posts?" and the chat
215
224
  summary should be a compact `## Source Recommendation` block with:
216
225
 
217
- - goal: about 300 headline-fit prospects from relevant LinkedIn engagement
218
- - source-candidate plan: use sample math first: target headline-fit prospects
219
- divided by sampled headline-pass rate. If there is no stronger sample, use
220
- about 1,500 raw engagers from the 20% working headline-pass assumption.
221
- - planning floor: continue with LinkedIn engagement only when sampled/projected
222
- headline-fit rate is at least 10%; below that, move to Sales Nav recent
223
- activity instead of scraping noisy engagers. Do not use the 10% floor as the
226
+ - goal: about 300 likely prospects
227
+ - people to check: use sample math first. If there is no stronger sample, use
228
+ about 1,500 people who reacted or commented from the 20% starting estimate.
229
+ - good-sign floor: keep LinkedIn posts only when at least 10% of the first
230
+ sample looks like real prospects; below that, move to active LinkedIn profiles
231
+ instead of scraping noisy reactions. Do not use the 10% floor as the
224
232
  scrape-count denominator when the actual sample rate is higher.
225
- - campaign setup checkpoint: after the source list exists, copy confirmed source rows
226
- into the campaign and internally process the first execution slice for fit and message setup
227
- - a selected-post table with post author/topic, why it fits, and visible
228
- engagement
229
- - total visible pool and estimated headline-fit pool
230
- - first pass: build the source list and copy all confirmed source rows into the
231
- campaign; the campaign table then internally processes its first execution
232
- slice before scaling
233
- - fallback: switch to Sales Nav recent activity if sampled/projected
234
- headline-fit rate falls below 10%, or if the source sample is vendor-heavy,
235
- agency-heavy, or off-ICP
233
+ - first review: after the source list exists, add confirmed source rows to the
234
+ campaign and review the first 15 leads before scaling
235
+ - a selected-post table with post author/topic, why it fits, public activity,
236
+ and people we can check
237
+ - total public activity and likely prospect pool
238
+ - next step: build the source list, add it to the campaign, and review the
239
+ first 15 leads before scaling
240
+ - fallback: switch to active LinkedIn profiles if the first sample is too noisy
241
+ or has too few prospects
236
242
 
237
243
  When the user has not supplied a source and multiple source angles are viable,
238
244
  scout those angles as independent branches when the host can actually do it:
239
- LinkedIn Engagement / active post engagers (internal `signal-discovery`
245
+ LinkedIn posts / people reacting or commenting (internal `signal-discovery`
240
246
  provider prompt), Sales Nav / title + company filters, and Prospeo Contact /
241
247
  domains, hiring filters, or broad verified-contact expansion when relevant. In
242
248
  Codex, explicitly spawn the named custom scouts
@@ -257,7 +263,7 @@ only an internal approval proof.
257
263
  For campaign-attached Signal Discovery sampling, promote/select the exact posts
258
264
  with `select_promising_posts` before `fetch_post_engagers` so the user can see
259
265
  which posts are being sampled in the watched app. The watch guide should say
260
- that we are pulling sample engagers from these posts to confirm the ICP is
266
+ that we are checking people from these posts to confirm the right people are
261
267
  actually engaging and the source is viable.
262
268
 
263
269
  After confirmed source rows exist in the campaign table, use the same registry pattern for