@sellable/install 0.1.264 → 0.1.265

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.264",
3
+ "version": "0.1.265",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -269,11 +269,23 @@ sender scopes, explicit bindings, or an interactive session.
269
269
 
270
270
  When safe-yolo is blocked only because the plan needs normal setup work, ask
271
271
  for a **bounded delegated approval** over the rendered current plan instead of
272
- asking for each substep. The approval packet must name the workspace id, sender
273
- ids, lane keys, campaign/table ids or create intents, source/import caps,
274
- generate-message caps, route-proof approval policy, selectedActionIds,
275
- planRevision, allowed side-effect classes, and stop conditions. After that one
276
- approval covers the current planRevision, the parent may act on behalf of the
272
+ asking for each substep. The approval request must be rendered from the plan's
273
+ `approvalSummary`, not handwritten from raw lane packets alone. Show:
274
+
275
+ - `workspaceId`, `planRevision`, and `selectedActionIds`.
276
+ - Sender scopes with display names and ids: Post Engagers senders and shared-lane senders.
277
+ - `campaignsToCreate`: each campaign/lane name, action id, create intent, attached senders, and allowed side effects.
278
+ - `campaignsToUpdate`: each existing campaign/table id, current status/step, attached senders, and exact repairs or setup side effects.
279
+ - `campaignsToVerifyOnly`: existing campaigns that will only be verified/read.
280
+ - `campaignsLeftUntouched`: existing campaigns attached to selected senders but excluded from the current selected lane scope, with the reason.
281
+ - Source/import caps, generate-message caps, route-proof approval policy, allowed side-effect classes, forbidden side effects, blockers, and stop conditions.
282
+
283
+ If `approvalSummary.approvalQuestion` is present, use it as the short approval
284
+ question and put the detailed buckets underneath. Do not ask a vague yes/no
285
+ question that only says "run evergreen setup" or "approve this plan" without
286
+ naming the campaigns to create, existing campaigns to update/verify, campaigns
287
+ left untouched, and attached senders. After that one approval covers the current
288
+ planRevision and selectedActionIds, the parent may act on behalf of the
277
289
  operator and execute the selectedActionIds end to end. Do not ask again for
278
290
  substep approvals for source import, create-campaign choices, Message Drafting,
279
291
  sequence attach/precheck, or exactly one route-proof approval when those actions
@@ -283,6 +295,7 @@ workspace id, sender ids, source/list id, campaign/table id, new campaign/table
283
295
  id, planRevision, actionId, selectedActionIds, allowed side effects, caps,
284
296
  status, or blocker set outside the approved packet.
285
297
  The short rule: one approval covers the current planRevision and selectedActionIds.
298
+ The approval clarity rule: the operator approves named campaign create/update/verify/untouched buckets and attached senders, not a generic evergreen run.
286
299
  The execution rule: act on behalf of the operator; do not ask again for substep approvals while work stays within the lane packet, approved caps, approved side-effect classes, and route-proof approval policy.
287
300
  The drift rule: stop and re-plan when ids, caps, blockers, side-effect classes, or any new campaign/table id leave the approved packet.
288
301