@sellable/install 0.1.266 → 0.1.270
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
|
@@ -332,6 +332,8 @@ route-proof approval policy. Stop and re-plan if any fresh reread changes the
|
|
|
332
332
|
workspace id, sender ids, source/list id, campaign/table id, new campaign/table
|
|
333
333
|
id, planRevision, actionId, selectedActionIds, allowed side effects, caps,
|
|
334
334
|
status, or blocker set outside the approved packet.
|
|
335
|
+
Do not ask a vague yes/no question; show the exact bounded approval packet and
|
|
336
|
+
require explicit approval for that packet before mutation.
|
|
335
337
|
The short rule: one approval covers the current planRevision and selectedActionIds.
|
|
336
338
|
The approval clarity rule: the operator approves named campaign create/update/verify/untouched buckets and attached senders, not a generic evergreen run.
|
|
337
339
|
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.
|
|
@@ -1190,10 +1192,12 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1190
1192
|
`list_tables` and the managed waterfall as authoritative for orientation
|
|
1191
1193
|
before the command-backed plan; `get_campaigns` is a recent campaign page and
|
|
1192
1194
|
may miss canonical evergreen lanes. Match existing campaigns/tables/waterfall
|
|
1195
|
+
Short form: Treat `list_tables` and the managed waterfall as authoritative.
|
|
1193
1196
|
slots to the plan by name (case-insensitive, ignore suffixes like "(Copy)")
|
|
1194
1197
|
and stored slot identity. `list_tables.campaignStatus` and
|
|
1195
1198
|
`list_tables.dashboardBucket` are part of the identity check: a matching
|
|
1196
1199
|
`ARCHIVED` table/campaign is not a plain `REUSE`. If it is the canonical prod
|
|
1200
|
+
Short form: a matching `ARCHIVED` table/campaign is not a plain `REUSE`.
|
|
1197
1201
|
slot and the invocation explicitly allows dashboard visibility repair, repair
|
|
1198
1202
|
it to `PAUSED`; otherwise treat it as archived inventory only. After
|
|
1199
1203
|
`setup_evergreen_campaigns({ mode:"plan" })` returns, that plan is
|