@sellable/install 0.1.203 → 0.1.204
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
|
@@ -743,9 +743,15 @@ Before any provider prompt, search, or signal-discovery call, show
|
|
|
743
743
|
one source-plan gate and ask for approval. Write this like a fifth grader could
|
|
744
744
|
understand it: short sentences, no internal labels, and no GTM shorthand. The
|
|
745
745
|
order is strict: first show the plan in chat, then open the approval question.
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
746
|
+
There must be exactly one structured source-plan approval question for this
|
|
747
|
+
step. Do not open a generic approval first and reuse it after the plan. Do not
|
|
748
|
+
open a second identical source-plan question after the plan. If a source-plan
|
|
749
|
+
question was accidentally opened before the plan, recover by showing the plan
|
|
750
|
+
and continuing from that already-selected source choice when it exactly matches
|
|
751
|
+
the visible recommendation; otherwise ask the user to choose a different source
|
|
752
|
+
in normal chat instead of opening another identical question. This first
|
|
753
|
+
approval only authorizes finding the best places to look for buyers. It does not
|
|
754
|
+
add anyone to the campaign yet. The gate should say:
|
|
749
755
|
|
|
750
756
|
- the buyer groups or places we could check
|
|
751
757
|
- the best place to start
|
|
@@ -818,6 +824,10 @@ review will inspect, cleanup risk, and fallback. N must be the smallest
|
|
|
818
824
|
right-content post set that clears the source target, not the default 3
|
|
819
825
|
promoted sample posts. For Sales Nav or Prospeo, name the specific approved
|
|
820
826
|
import path and source lead count.
|
|
827
|
+
If you render a selected-post table for LinkedIn engagement, show public
|
|
828
|
+
activity beside estimated likely prospects, not a second people-to-check count.
|
|
829
|
+
Calculate row-level likely prospects from the sampled fit rate when available or
|
|
830
|
+
the stated starting estimate.
|
|
821
831
|
Do not call \`import_leads\` or \`confirm_lead_list\` until this second approval is
|
|
822
832
|
granted.
|
|
823
833
|
|
package/package.json
CHANGED
|
@@ -208,9 +208,15 @@ Before any provider prompt, search, or signal-discovery call, show
|
|
|
208
208
|
one source-plan gate and ask for approval. Write this like a fifth grader could
|
|
209
209
|
understand it: short sentences, no internal labels, and no GTM shorthand. The
|
|
210
210
|
order is strict: first show the plan in chat, then open the approval question.
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
211
|
+
There must be exactly one structured source-plan approval question for this
|
|
212
|
+
step. Do not open a generic approval first and reuse it after the plan. Do not
|
|
213
|
+
open a second identical source-plan question after the plan. If a source-plan
|
|
214
|
+
question was accidentally opened before the plan, recover by showing the plan
|
|
215
|
+
and continuing from that already-selected source choice when it exactly matches
|
|
216
|
+
the visible recommendation; otherwise ask the user to choose a different source
|
|
217
|
+
in normal chat instead of opening another identical question. This first
|
|
218
|
+
approval only authorizes finding the best places to look for buyers. It does not
|
|
219
|
+
add anyone to the campaign yet. The gate should say:
|
|
214
220
|
|
|
215
221
|
- the buyer groups or places we could check
|
|
216
222
|
- the best place to start
|
|
@@ -400,8 +406,11 @@ summary should be a compact `## Source Recommendation` block with:
|
|
|
400
406
|
- first review: after the source list exists, add confirmed source rows to the
|
|
401
407
|
campaign and review the first 15 leads before scaling
|
|
402
408
|
- a selected-post table with post author/topic, why it fits, public activity,
|
|
403
|
-
and
|
|
404
|
-
|
|
409
|
+
and estimated likely prospects. Calculate each row's estimated likely
|
|
410
|
+
prospects from the sampled fit rate when available, otherwise from the stated
|
|
411
|
+
starting estimate; never duplicate public activity or people-to-check counts in
|
|
412
|
+
this column.
|
|
413
|
+
- total public activity, people to check, and likely prospect pool
|
|
405
414
|
- next step: build the source list, add it to the campaign, and review the
|
|
406
415
|
first 15 leads before scaling
|
|
407
416
|
- fallback: switch to active LinkedIn profiles if the first sample is too noisy
|
|
@@ -933,17 +942,14 @@ updates.
|
|
|
933
942
|
through `mcp__sellable__get_subskill_asset`, and before returning
|
|
934
943
|
`mcp__sellable__get_subskill_prompt({ subskillName: "create-campaign-v2-validation" })`
|
|
935
944
|
as the final internal validation gate.
|
|
936
|
-
In Codex,
|
|
937
|
-
this single Message Drafting background agent
|
|
938
|
-
|
|
939
|
-
agents, delegation, or a message/bg agent in this campaign, ask once for
|
|
940
|
-
permission before loading the long message prompt in the parent. If
|
|
941
|
-
permission is granted but the named custom agent is not
|
|
945
|
+
In Codex, the filter-choice answer is the campaign-scoped go-ahead to use
|
|
946
|
+
this single Message Drafting background agent in step-wise and YOLO modes.
|
|
947
|
+
Do not ask a separate question to start it. If the named custom agent is not
|
|
942
948
|
available, spawn a generic background agent with `model: "gpt-5.5"` and
|
|
943
|
-
`reasoning_effort: "xhigh"` using the same lean campaign/table basis.
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
949
|
+
`reasoning_effort: "xhigh"` using the same lean campaign/table basis. If no
|
|
950
|
+
background-agent tool is callable, start the same full message branch inline
|
|
951
|
+
before filter drafting or skip-filter message review and record it as
|
|
952
|
+
`statusSource: "parent-thread-fallback"`.
|
|
947
953
|
Do not use any alternate, examples-only, or local-artifact message prompt. Message review and
|
|
948
954
|
message QA require Message Drafting output:
|
|
949
955
|
do not draft from a checklist, local markdown artifact, or parent-thread
|