@sellable/install 0.1.573 → 0.1.575
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
|
@@ -623,8 +623,16 @@ those terminal results, report **every** entry in `terminalEvidence.rows`, one
|
|
|
623
623
|
per scoped sender/date/lane—not only the headline deferral or blocker. Include
|
|
624
624
|
`targetSlots`, `takenSlots`, `remainingTargetGap`, `fillableSlotsNow`,
|
|
625
625
|
`blockedGap`, `terminalClassification`, `reasonCodes`, `approvedDelta`, and
|
|
626
|
-
`scheduledDelta`.
|
|
627
|
-
|
|
626
|
+
`scheduledDelta`. When `reasonCodes` contains
|
|
627
|
+
`paid_inmail_credit_refresh_failed`, also report `paidCreditRefreshAttempt`
|
|
628
|
+
exactly: `attemptedAt`, `outcome`, `errorClass`, `errorDetail`, and `durationMs`.
|
|
629
|
+
A cumulative observation, vague "credit refresh" label, or one surfaced blocker
|
|
630
|
+
is never a row-complete terminal summary.
|
|
631
|
+
|
|
632
|
+
Lead every row-complete terminal summary by stating that all scoped
|
|
633
|
+
sender/date/lane rows were explored. Never say the workspace "stopped on" one
|
|
634
|
+
sender or headline blocker: that blocker classifies one row after independent
|
|
635
|
+
sibling work was explored; it is not the traversal stop.
|
|
628
636
|
|
|
629
637
|
Resolve the workspace BEFORE the first call, exactly as the V1 route already
|
|
630
638
|
requires. `workspaceId` must be an exact id on every automation call: when the
|