@sellable/install 0.1.342 → 0.1.345-phase102.202607122305
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
|
@@ -1052,6 +1052,7 @@ const CREATE_CAMPAIGN_ALLOWED_TOOLS = [
|
|
|
1052
1052
|
"mcp__sellable__get_auth_status",
|
|
1053
1053
|
"mcp__sellable__start_cli_login",
|
|
1054
1054
|
"mcp__sellable__wait_for_cli_login",
|
|
1055
|
+
"mcp__sellable__validate_campaign1_kickoff_handoff",
|
|
1055
1056
|
"mcp__sellable__bootstrap_create_campaign",
|
|
1056
1057
|
"mcp__sellable__get_subskill_prompt",
|
|
1057
1058
|
"mcp__sellable__get_subskill_asset",
|
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ allowed-tools:
|
|
|
6
6
|
- mcp__sellable__get_auth_status
|
|
7
7
|
- mcp__sellable__start_cli_login
|
|
8
8
|
- mcp__sellable__wait_for_cli_login
|
|
9
|
+
- mcp__sellable__validate_campaign1_kickoff_handoff
|
|
9
10
|
- mcp__sellable__bootstrap_create_campaign
|
|
10
11
|
- mcp__sellable__get_subskill_prompt
|
|
11
12
|
- mcp__sellable__get_subskill_asset
|
|
@@ -808,6 +809,30 @@ sender context, not a customer-facing campaign identity concept.
|
|
|
808
809
|
|
|
809
810
|
### Sufficient Intake Bypass
|
|
810
811
|
|
|
812
|
+
If the invocation includes the exact `handoffMarkdown` and `binding` returned
|
|
813
|
+
by a finalized `admin_onboarding_call`, call
|
|
814
|
+
`mcp__sellable__validate_campaign1_kickoff_handoff` before any strategy
|
|
815
|
+
question. Pass the expected visible revision plus the exact client, sender,
|
|
816
|
+
workspace, and engagement identity resolved for this invocation. The transport
|
|
817
|
+
is inline Markdown only: reject a public Notion URL, do not fetch or scrape it,
|
|
818
|
+
and do not read a hidden file or receipt.
|
|
819
|
+
|
|
820
|
+
On a valid `sellable.kickoff.campaign1.v1` result, use only the returned typed
|
|
821
|
+
`intake` and `campaignBriefMarkdown` as sufficient intake. Verify the public
|
|
822
|
+
sender identity with the normal lightweight profile/research completion path,
|
|
823
|
+
then create the watchable shell from that returned brief. Do not ask product,
|
|
824
|
+
ICP/audience, offer/CTA, proof, exclusions, or Signal Discovery questions
|
|
825
|
+
again. The LinkedIn topics, creators, posts, conversations, and participant
|
|
826
|
+
behavior are the sole source thesis. Dream account and lookalikes are
|
|
827
|
+
qualitative fit examples only and must never become provider/account seeds.
|
|
828
|
+
|
|
829
|
+
If validation fails, stop before `create_campaign`, source search, import, or
|
|
830
|
+
any other campaign mutation and show the typed validation error. Never fall
|
|
831
|
+
back to surrounding agenda prose. A valid handoff skips factual discovery only:
|
|
832
|
+
the visible brief/watch approval, Find Buyers Plan approval, separate Start
|
|
833
|
+
Import approval, filter and message approvals, sender/sequence setup, and final
|
|
834
|
+
Start approval all remain mandatory and ordered exactly as in the normal flow.
|
|
835
|
+
|
|
811
836
|
When the user's invocation or first answer already supplies the campaign
|
|
812
837
|
identity plus enough strategy context to draft the campaign, do not turn that
|
|
813
838
|
into an interview. Treat setup as complete when the request contains:
|