@sellable/install 0.1.120 → 0.1.121
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
|
@@ -655,10 +655,12 @@ should say:
|
|
|
655
655
|
- that approval authorizes scouting/search only, not lead import or sending
|
|
656
656
|
|
|
657
657
|
Do not surface blanket source heuristics as product copy. Make the
|
|
658
|
-
recommendation specific to the campaign. If
|
|
659
|
-
name the exact post themes you will search
|
|
660
|
-
|
|
661
|
-
|
|
658
|
+
recommendation specific to the campaign. If LinkedIn engagement is recommended,
|
|
659
|
+
name the exact post themes you will search and avoid using "Signal Discovery" in
|
|
660
|
+
customer-facing chat; that is the internal provider/app label. If relevant
|
|
661
|
+
public conversations look unlikely, recommend the specific Sales Nav or Prospeo
|
|
662
|
+
lane instead and say why. Do not call \`search_signals\`, \`search_sales_nav\`,
|
|
663
|
+
\`search_prospeo\`,
|
|
662
664
|
\`fetch_post_engagers\`, or provider-scoped subagents until the user approves this
|
|
663
665
|
source plan or explicitly chooses a different source.
|
|
664
666
|
|
|
@@ -677,9 +679,10 @@ precision, and referral paths, but it does not provide hiring-by-role filters;
|
|
|
677
679
|
say that distinction plainly in the source-plan gate.
|
|
678
680
|
|
|
679
681
|
After scouting, ask for a second approval on the concrete source action. For
|
|
680
|
-
|
|
681
|
-
engager/source-candidate volume, and the
|
|
682
|
-
size. For Sales Nav or Prospeo, name the
|
|
682
|
+
LinkedIn engagement (\`signal-discovery\` internally), name how many selected
|
|
683
|
+
posts will be scraped, the target engager/source-candidate volume, and the
|
|
684
|
+
internal campaign-table execution-slice size. For Sales Nav or Prospeo, name the
|
|
685
|
+
specific approved import lane and source lead count.
|
|
683
686
|
Do not call \`import_leads\` or \`confirm_lead_list\` until this second approval is
|
|
684
687
|
granted.
|
|
685
688
|
|
package/package.json
CHANGED
|
@@ -139,10 +139,12 @@ should say:
|
|
|
139
139
|
- what approval covers in one concise line
|
|
140
140
|
|
|
141
141
|
Do not surface blanket source heuristics as product copy. Make the
|
|
142
|
-
recommendation specific to the campaign. If
|
|
143
|
-
name the exact post themes you will search
|
|
144
|
-
|
|
145
|
-
|
|
142
|
+
recommendation specific to the campaign. If LinkedIn engagement is recommended,
|
|
143
|
+
name the exact post themes you will search and avoid using "Signal Discovery" in
|
|
144
|
+
customer-facing chat; that is the internal provider/app label. If relevant
|
|
145
|
+
public conversations look unlikely, recommend the specific Sales Nav or Prospeo
|
|
146
|
+
lane instead and say why. Do not call `search_signals`, `search_sales_nav`,
|
|
147
|
+
`search_prospeo`,
|
|
146
148
|
`fetch_post_engagers`, or provider-scoped subagents until the user approves this
|
|
147
149
|
source plan or explicitly chooses a different source.
|
|
148
150
|
|
|
@@ -161,10 +163,11 @@ precision, and referral paths, but it does not provide hiring-by-role filters;
|
|
|
161
163
|
say that distinction plainly in the source-plan gate.
|
|
162
164
|
|
|
163
165
|
After scouting, ask for a second approval on the concrete source action. For
|
|
164
|
-
|
|
165
|
-
target engager/source-candidate volume. For
|
|
166
|
-
specific approved import lane and source lead
|
|
167
|
-
15-row campaign-table execution slice separate from
|
|
166
|
+
LinkedIn engagement (`signal-discovery` internally), name how many selected
|
|
167
|
+
posts will be scraped and the target engager/source-candidate volume. For
|
|
168
|
+
Sales Nav or Prospeo, name the specific approved import lane and source lead
|
|
169
|
+
count. Keep the internal 15-row campaign-table execution slice separate from
|
|
170
|
+
source sampling.
|
|
168
171
|
|
|
169
172
|
Do not call `import_leads` or `confirm_lead_list` until this second approval is
|
|
170
173
|
granted.
|
|
@@ -181,16 +184,15 @@ granted.
|
|
|
181
184
|
should `confirm_lead_list({ reviewBatchLimit: 15 })` copy confirmed rows into
|
|
182
185
|
the campaign table and return the initial campaign-table execution slice rows.
|
|
183
186
|
|
|
184
|
-
For
|
|
185
|
-
action shape "Approve scraping N
|
|
187
|
+
For LinkedIn engagement, the customer-facing approval card must use the exact
|
|
188
|
+
action shape "Approve scraping N selected LinkedIn posts?" and the chat summary
|
|
186
189
|
should be a compact `## Source Recommendation` block with:
|
|
187
190
|
|
|
188
|
-
- goal: about 300 headline-fit prospects
|
|
189
|
-
headline criteria for now
|
|
191
|
+
- goal: about 300 headline-fit prospects from relevant LinkedIn engagement
|
|
190
192
|
- source-candidate plan: use sample math first: target headline-fit prospects
|
|
191
193
|
divided by sampled headline-pass rate. If there is no stronger sample, use
|
|
192
194
|
about 1,500 raw engagers from the 20% working headline-pass assumption.
|
|
193
|
-
- planning floor: continue with
|
|
195
|
+
- planning floor: continue with LinkedIn engagement only when sampled/projected
|
|
194
196
|
headline-fit rate is at least 10%; below that, move to Sales Nav recent
|
|
195
197
|
activity instead of scraping noisy engagers. Do not use the 10% floor as the
|
|
196
198
|
scrape-count denominator when the actual sample rate is higher.
|