@sellable/mcp 0.1.553 → 0.1.554

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.
@@ -61,44 +61,6 @@
61
61
  "scheduled",
62
62
  "projected"
63
63
  ],
64
- "scopeContract": {
65
- "immutableApprovalEnvelope": [
66
- "workspaceId",
67
- "targetDate",
68
- "senderIds",
69
- "actionTypes",
70
- "campaignIds",
71
- "tableIds",
72
- "sourceIds",
73
- "targetShapeRevision",
74
- "actionKey"
75
- ],
76
- "mutableProgress": [
77
- "stateRevision",
78
- "sent",
79
- "scheduled",
80
- "readyToSchedule",
81
- "remainingProjectedGap"
82
- ],
83
- "executionRules": [
84
- "Execute only target.globalActionQueue[0].",
85
- "Execute one action, then perform a full authoritative reread before selecting any next action.",
86
- "Mutable progress must not be treated as approval-scope drift while targetShapeRevision remains stable."
87
- ]
88
- },
89
- "interruptionRecovery": {
90
- "rules": [
91
- "On resume, reread the canonical target plan and reconcile scheduler status or receipt with the matching requestKey and actionKey before retrying.",
92
- "A matching terminal receipt must replay without a second scheduler execution.",
93
- "An uncertain_outcome requires reconciliation; do not schedule again with the same or a replacement key until a canonical read resolves it."
94
- ]
95
- },
96
- "multiDayOrdering": {
97
- "rules": [
98
- "For multiple target dates, finish D1 execution and the full D1 reread before planning D2.",
99
- "Do not pre-plan or execute a later date from stale earlier-date state."
100
- ]
101
- },
102
64
  "states": [
103
65
  {
104
66
  "id": "target_plan_read",
@@ -226,7 +188,7 @@
226
188
  },
227
189
  {
228
190
  "id": "scheduler_wait_readback",
229
- "description": "Exact-date scheduler sweep or read-only polling after rows are ready and paid-credit facts are fresh.",
191
+ "description": "Read-only scheduler polling after rows are ready and paid-credit facts are fresh.",
230
192
  "allowedTools": [
231
193
  "get_refill_target_plan",
232
194
  "get_scheduler_fill_capacity",
@@ -241,9 +203,6 @@
241
203
  "rules": [
242
204
  "Poll every 60-120 seconds or on the host continuation interval.",
243
205
  "Use run_scheduler_sweep with the explicit workspaceId when ready rows need scheduler pickup now; it places cells only inside existing gates and never sends.",
244
- "A scheduler sweep is a visible workspace-wide scheduling side effect; the packet limits expected target changes but must disclose that unrelated eligible workspace work may also be scheduled.",
245
- "For an explicit targetDate, execute only the request-scoped run_scheduler_sweep from target.globalActionQueue[0], then perform a full authoritative target-plan reread before any next action.",
246
- "Reuse the matching requestKey and actionKey only for status or receipt reconciliation; replay a matching terminal receipt and stop on uncertain_outcome rather than scheduling again.",
247
206
  "cellsConsidered is allocation-attempt count; inspect campaignScopeSummary before assuming the selected refill campaign/table was included or ready-but-blocked.",
248
207
  "Read prefiltered, skipped, and deferred separately: prefiltered ready closed-InMail cells with stale paid-credit facts require refresh_paid_inmail_credits_then_rerun once, then rerun/status.",
249
208
  "wait_for_capacity_or_window means report loaded/capped/waiting and do not source or prep more rows; no_ready_cells_continue_refill_prep means return to the refill/prep ladder.",
@@ -252,11 +211,6 @@
252
211
  "Do not mark complete or blocked only because awaiting_scheduler_after_ready_buffer persists."
253
212
  ],
254
213
  "transitions": [
255
- {
256
- "when": "explicit targetDate and target.globalActionQueue[0] is request-scoped run_scheduler_sweep",
257
- "action": "execute exactly one request-scoped run_scheduler_sweep, capture its complete receipt, and do not execute a returned next action",
258
- "to": "target_plan_read"
259
- },
260
214
  {
261
215
  "when": "projected coverage fills target",
262
216
  "to": "completion_or_blocker"
@@ -289,7 +243,6 @@
289
243
  "start_campaign_message_preparation",
290
244
  "same_source_copy",
291
245
  "bounded_generated_message_approval",
292
- "run_scheduler_sweep",
293
246
  "wait_for_scheduler"
294
247
  ],
295
248
  "neverAutoExecute": [
@@ -318,26 +271,11 @@
318
271
  "verification": {
319
272
  "requiredProof": [
320
273
  "final get_refill_target_plan",
321
- "get_campaign_refill_state for selected campaign/table facts",
322
- "get_scheduler_fill_capacity for the exact sender/action/date",
323
- "run_scheduler_sweep status or receipt for any executed sweep",
324
274
  "projected coverage sent + scheduled",
325
275
  "scheduler-owned cells with non-null scheduledFor when claiming scheduled",
326
276
  "paid-InMail freshness status clean before scheduler wait",
327
277
  "refresh receipt for each refreshed sender"
328
278
  ],
329
- "forbiddenProof": [
330
- "individual cell ids",
331
- "Prisma",
332
- "SQL",
333
- "direct database access",
334
- "production-environment scripts"
335
- ],
336
- "completionRules": [
337
- "Report already sent actions separately from future scheduled actions.",
338
- "Only scheduler-owned future scheduled actions count as scheduled coverage.",
339
- "Prepared, approved, and ready rows remain intermediate evidence."
340
- ],
341
279
  "notCompletionProof": [
342
280
  "prepared rows alone",
343
281
  "approved rows alone",
@@ -0,0 +1,9 @@
1
+ {
2
+ "parallelMode": "wide",
3
+ "agentCount": 6,
4
+ "maxToolCallsPerAgent": 2,
5
+ "senderMaxAgents": 2,
6
+ "senderMaxToolCallsPerAgent": 3,
7
+ "progressMode": true,
8
+ "debugMode": true
9
+ }