@sellable/install 0.1.278 → 0.1.280
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
|
@@ -1232,7 +1232,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1232
1232
|
Short form: Do not pass the warm template into Shared Signal Discovery or Shared Cold Fallback.
|
|
1233
1233
|
Short form: Shared lanes must reject generic product-summary samples.
|
|
1234
1234
|
Short form: Shared lanes must reject three nearly identical samples.
|
|
1235
|
-
Short form: Shared lanes must reject intent-assumptive
|
|
1235
|
+
Short form: Shared lanes must reject unsupported intent-assumptive hedges; Shared Signal Discovery may use Dotwork-style topic bridges like "saw you might be interested in [topic], so hope this is relevant", "saw you in a few conversations about [topic], so hope this is relevant", or "hope this is relevant if [topic] is part of the plan" when the source evidence supports the topic and the line does not claim engagement or expose source mechanics.
|
|
1236
1236
|
Short form: Shared lanes must reject internal workflow vocabulary.
|
|
1237
1237
|
Short form: revise or rerun the packaged create-campaign/generate-messages path.
|
|
1238
1238
|
- **Post Engagers** first-message style: short, casual, references the
|
|
@@ -1273,9 +1273,18 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1273
1273
|
product summaries, or repeated structure are bad. If the first generated
|
|
1274
1274
|
batch violates these rules, rerun, but record that as a repaired UAT path
|
|
1275
1275
|
rather than the desired zero-shot path.
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1276
|
+
Use the Dotwork gold-standard shape for Shared Signal Discovery samples
|
|
1277
|
+
when the row supports a topic-level weak signal: "saw you might be
|
|
1278
|
+
interested in [topic], so hope this is relevant", "saw you in a few
|
|
1279
|
+
conversations about [topic], so hope this is relevant", or "saw you in a
|
|
1280
|
+
few conversations around [topic], so hope this is relevant". These bridges
|
|
1281
|
+
are allowed only when source evidence supports the topic and the line does
|
|
1282
|
+
not claim a reaction, comment, sender-authored post, or other engagement
|
|
1283
|
+
that is not proven. Do not use "found you in a thread" or other raw
|
|
1284
|
+
source/discovery mechanics.
|
|
1285
|
+
Shared Signal Discovery InMail subjects should follow the Dotwork plus-sign
|
|
1286
|
+
A + B + C pattern: concrete topic + buyer outcome + useful artifact/picture,
|
|
1287
|
+
for example "initiatives + business outcomes + one live picture".
|
|
1279
1288
|
Translate source/tool terms into prospect-facing business language; do not
|
|
1280
1289
|
put internal workflow
|
|
1281
1290
|
vocabulary such as "Codex-style workflow", "MCP", "agent workflows",
|
|
@@ -1289,7 +1298,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1289
1298
|
Short form: Shared Signal Discovery uses no self-intro such as "I'm building Sellable".
|
|
1290
1299
|
Short form: Shared Signal Discovery uses no self-intro such as "We're building Sellable".
|
|
1291
1300
|
Short form: Shared Signal Discovery uses no "I've put together".
|
|
1292
|
-
Short form:
|
|
1301
|
+
Short form: topic-level bridges, including "saw you might be interested in [topic], so hope this is relevant", "saw you in a few conversations about/around [topic], so hope this is relevant", and "hope this is relevant if [topic] is part of the plan", are allowed for Shared Signal Discovery when evidence-backed and not engagement-claiming; do not use bare "might be interested" as a generic intent claim.
|
|
1293
1302
|
Short form: no internal workflow vocabulary such as "Codex-style workflow", "MCP", "agent workflows", "Claude Code", or "Claude-style agent workflows".
|
|
1294
1303
|
- **Shared Cold Fallback** first-message style: cold, direct, and cohesive.
|
|
1295
1304
|
It must not pretend there was engagement, must not say "saw you pop up",
|
|
@@ -1329,7 +1338,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1329
1338
|
Short form: Shared Cold Fallback uses no "I've put together".
|
|
1330
1339
|
Short form: Shared Cold Fallback uses no opt-out shrug such as "If this isn't relevant, ignore me".
|
|
1331
1340
|
Short form: Shared Cold Fallback uses no product-stack dump.
|
|
1332
|
-
Short form: no "hope this is relevant", "might be interested", or "saw you in a few conversations" in
|
|
1341
|
+
Short form: no "hope this is relevant", "might be interested", or "saw you in a few conversations" in Shared Cold Fallback; Shared Signal Discovery has the topic-level conversation-bridge exception above.
|
|
1333
1342
|
Short form: no repeated product-definition paragraph such as "Sellable is a GTM system".
|
|
1334
1343
|
- Customer-visible evergreen lanes must enable ICP filtering before Message
|
|
1335
1344
|
Drafting. This applies to Post Engagers, Shared Signal Discovery, and
|
|
@@ -108,6 +108,13 @@ step using campaign names first, and stop before mutation unless the user has
|
|
|
108
108
|
explicitly approved the exact workspace, campaign/table/source ids, caps/dates,
|
|
109
109
|
approval mode, expected side effects, and stop/rollback condition.
|
|
110
110
|
|
|
111
|
+
If the plain route's managed waterfall targets are stale, for example skipped
|
|
112
|
+
targets show archived/completed shared slots or the returned targets do not cover
|
|
113
|
+
the named sender, immediately run the active route refetch before declaring a
|
|
114
|
+
sender blocked. Current dashboard-active `PAUSED` campaign-backed sequence
|
|
115
|
+
campaigns are start-eligible refill candidates; read refill state before deciding
|
|
116
|
+
whether to prep, approve, start, or skip. Do not treat them as archived inventory.
|
|
117
|
+
|
|
111
118
|
For interactive Codex or Claude Code sessions, that approval must use the
|
|
112
119
|
host-native structured question gate, not plain chat:
|
|
113
120
|
|
|
@@ -142,6 +149,27 @@ direct scheduler writes, sender reassignment, or campaigns outside those
|
|
|
142
149
|
selected for the eligible sender set. Stop and re-plan if the route, sender set,
|
|
143
150
|
ids, caps, blockers, or side-effect class drift before mutation.
|
|
144
151
|
|
|
152
|
+
In `--yolo`, continue as far as the rendered packet safely allows. After each
|
|
153
|
+
apply/prep/start result, reread state, settle processing when needed, and move to
|
|
154
|
+
the next selected sender or start-eligible same-packet campaign instead of
|
|
155
|
+
stopping after the first partial result. If no in-packet safe action remains,
|
|
156
|
+
return concrete continuation options with campaign names, exact ids, which option
|
|
157
|
+
is already covered by the current packet, and which option needs a new approval
|
|
158
|
+
packet.
|
|
159
|
+
|
|
160
|
+
For `--yolo` fill/schedule requests, completion means scheduler-proven horizon
|
|
161
|
+
saturation, not merely prepared/approved/ready rows. Maintain a horizon
|
|
162
|
+
saturation ledger per selected sender: selected send days, gross capacity,
|
|
163
|
+
future scheduler-owned scheduled cells with non-null `scheduledFor`,
|
|
164
|
+
ready-to-schedule buffer, remaining scheduled gap, remaining ready-or-scheduled
|
|
165
|
+
gap, and the next MCP primitive that can reduce the gap. After every
|
|
166
|
+
apply/prep/start result, wait for processing, reread refill state, recompute the
|
|
167
|
+
ledger, then keep applying safe bounded actions until the scheduled count fills
|
|
168
|
+
the horizon or a concrete blocker/timeout is proven. If ready rows cover the
|
|
169
|
+
horizon but the scheduler has not picked them up yet, run a bounded scheduler
|
|
170
|
+
settle loop and report `awaiting_scheduler_after_ready_buffer` as not complete
|
|
171
|
+
when the timeout is reached.
|
|
172
|
+
|
|
145
173
|
In `--yolo`, the default two-day fill horizon is two send days unless
|
|
146
174
|
`--until`/`untilDate` is provided. If an until date is provided, compute bounded
|
|
147
175
|
gaps through that sender-local date inclusive, skipping no-send days and never
|