@sellable/install 0.1.291 → 0.1.292
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 +1 -1
- package/skill-templates/refill-sends.md +20 -17
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@ visibility: public
|
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- mcp__sellable__refill_sends
|
|
7
7
|
- mcp__sellable__get_refill_target_plan
|
|
8
|
+
- mcp__sellable__refresh_paid_inmail_credits
|
|
8
9
|
- mcp__sellable__get_auth_status
|
|
9
10
|
- mcp__sellable__start_cli_login
|
|
10
11
|
- mcp__sellable__wait_for_cli_login
|
|
@@ -123,9 +124,14 @@ coverage, report that the selected target is already filled and no-op without
|
|
|
123
124
|
asking for approval. If the ready buffer covers the projected gap but scheduled
|
|
124
125
|
coverage is still short, run only a bounded read-only scheduler settle/reread
|
|
125
126
|
loop and report `awaiting_scheduler_after_ready_buffer` if it does not settle.
|
|
126
|
-
If paid InMail
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
If paid InMail credit facts are stale or missing and the target plan returns a
|
|
128
|
+
`refresh_paid_inmail_credits` action candidate, include the exact sender id,
|
|
129
|
+
campaign/table/column proof, expected sender-credit-cache writes, and rerun plan
|
|
130
|
+
step in the bounded packet. After `refresh_paid_inmail_credits`, rerun
|
|
131
|
+
`get_refill_target_plan` before any prep/import/approval/start action. If paid
|
|
132
|
+
InMail is below threshold after a fresh credit read, report the exact
|
|
133
|
+
campaign/table/column threshold action or connection fallback; `--yolo` does not
|
|
134
|
+
lower paid-InMail thresholds or create campaigns.
|
|
129
135
|
|
|
130
136
|
If the plain route's managed waterfall targets are stale, for example skipped
|
|
131
137
|
targets show archived/completed shared slots or the returned targets do not cover
|
|
@@ -135,23 +141,19 @@ campaigns are start-eligible refill candidates; read refill state before decidin
|
|
|
135
141
|
whether to prep, approve, start, or skip. Do not treat them as archived inventory.
|
|
136
142
|
|
|
137
143
|
For interactive Codex or Claude Code sessions, that approval must use the
|
|
138
|
-
host-native structured question gate,
|
|
139
|
-
in normal chat first:
|
|
144
|
+
host-native structured question gate, not plain chat:
|
|
140
145
|
|
|
141
146
|
- Codex: use `request_user_input`.
|
|
142
147
|
- Claude Code: use `AskUserQuestion`.
|
|
143
148
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
scope, a campaign-by-campaign table with
|
|
147
|
-
target count/cap, source/list, and
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
`Accept` as permission for only the exact packet rendered immediately above,
|
|
153
|
-
including target, caps, mode, and side effects. Treat `Decline` as a hard stop
|
|
154
|
-
with no mutation.
|
|
149
|
+
The approval question must present the final refill step with exactly two
|
|
150
|
+
choices: `Accept` and `Decline`. The question body must include the operator
|
|
151
|
+
output packet: workspace, sender scope, a campaign-by-campaign table with
|
|
152
|
+
campaign name, sender names, action, target count/cap, source/list, and
|
|
153
|
+
blocker/skip reason, then exact ids, expected side effects, forbidden actions,
|
|
154
|
+
and the stop condition. Treat `Accept` as permission for only the rendered
|
|
155
|
+
target, caps, mode, and side effects. Treat `Decline` as a hard stop with no
|
|
156
|
+
mutation.
|
|
155
157
|
|
|
156
158
|
If Christian includes `--yolo` in the same refill request, treat that flag as
|
|
157
159
|
auto-accept for the rendered bounded refill packet after the required fresh state
|
|
@@ -169,7 +171,8 @@ approved eligible sequence actions, so include that expected side effect in the
|
|
|
169
171
|
packet. It does not authorize starting unrelated, archived, completed, draft, or
|
|
170
172
|
direct campaigns, separate launch/send actions, archive or delete cleanup,
|
|
171
173
|
direct scheduler writes, sender reassignment, paid-InMail threshold changes,
|
|
172
|
-
connection campaign creation,
|
|
174
|
+
connection campaign creation, paid-InMail credit refreshes outside the exact
|
|
175
|
+
rendered sender packet, or campaigns outside those
|
|
173
176
|
selected for the eligible sender set. Stop and re-plan if the route, sender set,
|
|
174
177
|
ids, caps, blockers, paid-InMail feasibility, action class, or side-effect class
|
|
175
178
|
drift before mutation. Sent/scheduled counts increasing toward the approved
|