@sellable/install 0.1.119 → 0.1.120

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.
@@ -51,14 +51,15 @@ currentStep: "signal-discovery" })` before sampling so the watched Signal
51
51
  visible headline/display-name cues only. Do not enrich people during
52
52
  viability estimation.
53
53
  7. Compute capacity before recommending the source: source target good-fit
54
- leads (default 150 for Signal Discovery unless the parent supplies a target),
55
- reachable engagers,
56
- sampled ICP-fit rate as `n/N` plus an easy percentage/range, expected usable
57
- leads per 100 engagers before and after a conservative dedupe/cleanup
58
- factor, required engagers to scrape (`source target / fit rate`), average
59
- reachable engagers per right-content post, expected usable leads per
60
- right-content post after dedupe/cleanup, posts needed to hit the target, and
61
- whether sampled/projected fit clears the 10% planning floor.
54
+ leads (default 300 for Signal Discovery unless the parent supplies a target),
55
+ reachable engagers, sampled headline-fit rate as `n/N` plus an easy
56
+ percentage/range, expected headline-fit prospects per 100 engagers, required
57
+ engagers to scrape (`source target / sampled headline-fit rate`), average
58
+ reachable engagers per right-content post, expected headline-fit prospects
59
+ per right-content post, posts needed to hit the target, and whether
60
+ sampled/projected headline-fit rate clears the 10% planning floor. Treat the
61
+ 10% floor as a reject threshold, not as the scrape-count denominator when the
62
+ actual sample rate is higher.
62
63
  8. Select/promote enough right-content posts to plausibly hit the target. If the
63
64
  warm Signals pool is useful but too small, return the expected warm range and
64
65
  recommend Sales Nav/Prospeo for scale instead of padding with noisy posts.
@@ -72,12 +73,12 @@ Return a concise structured result with:
72
73
  - `selected_posts` with URL/title, author/topic, age, engager count, sampled engagers, good fits as n/N, estimated usable prospects per post, use/discard
73
74
  - `sample_leads`, if any
74
75
  - `approval_math` with eligible posts, source target good-fit leads, sampled
75
- engagers, ICP-fit rate as `n/N` plus percentage/range, good-fit prospects per
76
- 100 engagers, required engagers to scrape, average reachable engagers per
77
- post, expected usable prospects per post after cleanup, posts needed for
78
- target, whether the 10% planning floor clears after cleanup, selected post
79
- count, internal campaign-table execution-slice size, expected usable lead range, and scale
80
- fallback
76
+ engagers, headline-fit rate as `n/N` plus percentage/range, headline-fit
77
+ prospects per 100 engagers, required engagers to scrape, average reachable
78
+ engagers per post, expected headline-fit prospects per post, posts needed for
79
+ target, whether the 10% planning floor clears, selected post count, internal
80
+ campaign-table execution-slice size, expected headline-fit lead range, and
81
+ scale fallback
81
82
  - `estimated_good_fit_range`
82
83
  - `message_context_strength`, directional and source-specific
83
84
  - `false_positive_patterns`
@@ -93,14 +94,18 @@ Evidence standards:
93
94
  GTM/outbound/buyer pain, workflow, or role context that makes the campaign
94
95
  relevant.
95
96
  - Do not make the user infer capacity. Say, plainly, how many eligible posts
96
- exist, how many sampled engagers looked in-ICP, how many good-fit prospects
97
- that implies per 100 engagers, how many usable prospects one right-content
98
- post should yield after cleanup, how many engagers must be scraped for the
99
- 300-good-fit source target at the 20% working assumption, how many posts are
100
- needed for that source target, and which posts you would use. Also say the
101
- source list is copied into the campaign and only the first campaign-table
102
- execution slice is processed internally for filter and message setup.
97
+ exist, how many sampled engagers passed the headline ICP rubric, what
98
+ headline-fit rate that implies per 100 engagers, how many headline-fit
99
+ prospects one right-content post should yield, how many engagers must be
100
+ scraped for the 300 headline-fit source target using the sampled pass rate
101
+ (or the 20% working assumption only when there is no stronger sample), how
102
+ many posts are needed for that source target, and which posts you would use.
103
+ Also say the source list is copied into the campaign and only the first
104
+ campaign-table execution slice is processed internally for filter and message
105
+ setup.
103
106
  - If `fetch_post_engagers` is unavailable or fails, report that explicitly and mark the estimate lower-confidence.
104
- - Keep LinkedIn Engagement viable when selected posts can produce roughly 300+ ICP-fit warm prospects before final filtering, even if Sales Nav is more scalable.
105
- - If sampled/projected fit after cleanup is below 10%, reject the Signals scrape
106
- path and recommend Sales Nav recent activity as the next source.
107
+ - Keep LinkedIn Engagement viable when selected posts can produce roughly 300+
108
+ headline-fit warm prospects before final filtering, even if Sales Nav is more
109
+ scalable.
110
+ - If sampled/projected headline-fit rate is below 10%, reject the Signals
111
+ scrape path and recommend Sales Nav recent activity as the next source.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.119",
3
+ "version": "0.1.120",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -185,22 +185,26 @@ For Signal Discovery, the customer-facing approval card must use the exact
185
185
  action shape "Approve scraping N Signal Discovery posts?" and the chat summary
186
186
  should be a compact `## Source Recommendation` block with:
187
187
 
188
- - goal: about 300 good-fit prospects after cleanup, enrichment, and filters
189
- - source-candidate plan: about 1,500 raw engagers using a 20% working fit-rate
190
- assumption unless sampled data supports a different number
188
+ - goal: about 300 headline-fit prospects that pass the Signal Discovery
189
+ headline criteria for now
190
+ - source-candidate plan: use sample math first: target headline-fit prospects
191
+ divided by sampled headline-pass rate. If there is no stronger sample, use
192
+ about 1,500 raw engagers from the 20% working headline-pass assumption.
191
193
  - planning floor: continue with Signal Discovery only when sampled/projected
192
- fit is at least 10% after cleanup; below that, move to Sales Nav recent
193
- activity instead of scraping noisy engagers
194
+ headline-fit rate is at least 10%; below that, move to Sales Nav recent
195
+ activity instead of scraping noisy engagers. Do not use the 10% floor as the
196
+ scrape-count denominator when the actual sample rate is higher.
194
197
  - campaign setup checkpoint: after the source list exists, copy confirmed source rows
195
198
  into the campaign and internally process the first execution slice for fit and message setup
196
199
  - a selected-post table with post author/topic, why it fits, and visible
197
200
  engagement
198
- - total visible pool and estimated good-fit pool
201
+ - total visible pool and estimated headline-fit pool
199
202
  - first pass: build the source list and copy all confirmed source rows into the
200
203
  campaign; the campaign table then internally processes its first execution
201
204
  slice before scaling
202
- - fallback: switch to Sales Nav recent activity if sampled/projected fit falls
203
- below 10%, or if the source sample is vendor-heavy, agency-heavy, or off-ICP
205
+ - fallback: switch to Sales Nav recent activity if sampled/projected
206
+ headline-fit rate falls below 10%, or if the source sample is vendor-heavy,
207
+ agency-heavy, or off-ICP
204
208
 
205
209
  When the user has not supplied a source and multiple source angles are viable,
206
210
  scout those angles as independent branches when the host can actually do it: