@sellable/install 0.1.273 → 0.1.274
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/package.json
CHANGED
|
@@ -24,6 +24,7 @@ allowed-tools:
|
|
|
24
24
|
- mcp__sellable__get_provider_prompt
|
|
25
25
|
- mcp__sellable__get_campaign_message_preparation_status
|
|
26
26
|
- mcp__sellable__start_campaign_message_preparation
|
|
27
|
+
- mcp__sellable__start_campaign
|
|
27
28
|
- mcp__sellable__cancel_campaign_message_preparation
|
|
28
29
|
- mcp__sellable__import_leads
|
|
29
30
|
- mcp__sellable__wait_for_lead_list_ready
|
|
@@ -130,11 +131,16 @@ the active workspace. Without `--yolo`, if Christian did not name senders, ask
|
|
|
130
131
|
which eligible enrolled senders to refill before choosing campaigns or mutating.
|
|
131
132
|
|
|
132
133
|
`--yolo` only covers the exact sender set, per-sender target campaigns, caps,
|
|
133
|
-
approval mode, and side effects in the packet. It
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
134
|
+
approval mode, and side effects in the packet. It may authorize `start_campaign`
|
|
135
|
+
only for selected `PAUSED`, dashboard-active, campaign-backed sequence refill
|
|
136
|
+
targets when the rendered packet names the exact campaign ids and start side
|
|
137
|
+
effect. Starting a paused campaign can let the product scheduler schedule/send
|
|
138
|
+
approved eligible sequence actions, so include that expected side effect in the
|
|
139
|
+
packet. It does not authorize starting unrelated, archived, completed, draft, or
|
|
140
|
+
direct campaigns, separate launch/send actions, archive or delete cleanup,
|
|
141
|
+
direct scheduler writes, sender reassignment, or campaigns outside those
|
|
142
|
+
selected for the eligible sender set. Stop and re-plan if the route, sender set,
|
|
143
|
+
ids, caps, blockers, or side-effect class drift before mutation.
|
|
138
144
|
|
|
139
145
|
In `--yolo`, the default two-day fill horizon is two send days unless
|
|
140
146
|
`--until`/`untilDate` is provided. If an until date is provided, compute bounded
|