@sellable/mcp 0.1.81 → 0.1.82
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
|
@@ -589,8 +589,9 @@ workstreams`, `in parallel`, or `background` unless parallel branches were
|
|
|
589
589
|
`revise-messaging` and route back to message generation even if the artifact
|
|
590
590
|
says `Status: confirmed`.
|
|
591
591
|
- Persist `customer-roleplay.md` when a customer/operator roleplay critique is
|
|
592
|
-
run. This critique can recommend a decision, but it can never
|
|
593
|
-
import, workflow-table processing, sequence attach,
|
|
592
|
+
run. This critique can recommend a decision, but it can never replace
|
|
593
|
+
`approve-message` for lead import, workflow-table processing, sequence attach,
|
|
594
|
+
or start.
|
|
594
595
|
|
|
595
596
|
</rules>
|
|
596
597
|
|
|
@@ -601,8 +602,8 @@ There are two human gates:
|
|
|
601
602
|
- `message-review` is the mandatory pre-import message quality gate. It asks
|
|
602
603
|
only whether to proceed with the selected message (`approve-message`) or run
|
|
603
604
|
one more messaging revision (`revise-messaging`). `approve-message` authorizes
|
|
604
|
-
syncing the approved message set into the campaign brief
|
|
605
|
-
bounded 10-lead test batch
|
|
605
|
+
syncing the approved message set into the campaign brief, saving rubrics,
|
|
606
|
+
importing the bounded 10-lead test batch, and queueing/observing that sample.
|
|
606
607
|
- The sender/settings/sequence handoff is the launch gate. Starting the campaign
|
|
607
608
|
still waits until a sender is attached, the sequence is accepted, and the user
|
|
608
609
|
greenlights start.
|
|
@@ -1216,12 +1216,12 @@
|
|
|
1216
1216
|
"request_user_input"
|
|
1217
1217
|
],
|
|
1218
1218
|
"toolRules": [
|
|
1219
|
-
"Before writing message-validation.md, message-review.md,
|
|
1219
|
+
"Before writing message-validation.md, message-review.md, or a message-review AskUserQuestion, the current run must read 100% of the real generate-messages prompt via chunked get_subskill_prompt({ subskillName: \"generate-messages\", offset, limit }) calls.",
|
|
1220
1220
|
"Lead Sample Basis must cite rows from lead-sample.json produced by find-leads. lead-filter.md only gates those rows; it is not a source for a new sample.",
|
|
1221
1221
|
"Do not hand-write message-validation.md from message-prep.md, message-candidate-drafts.md, or general campaign knowledge.",
|
|
1222
1222
|
"message-validation.md must prove the full generate-messages workflow ran: Gold Standard Strategy Map, Proof Inventory, Token Fill Rules, Token Adherence Table, Angle Drafts, Kill / Combine Review, Finalists, Finalizer Pass, Gold-Standard Quality Gate, Skeptical Prospect Review, Winner Gate, and a raw sendable Selected Winner are required before message-review can recommend approve-message.",
|
|
1223
1223
|
"If the Codex-hosted output is plausible but weaker than the loaded gold-standard examples, stop at message-review with revise-messaging. Do not continue to approval or mint just because the mechanical flow worked.",
|
|
1224
|
-
"If
|
|
1224
|
+
"If message review is ready but the generate-messages prompt was not retrieved in this run, route back to message-generation instead of asking the user to approve the message.",
|
|
1225
1225
|
"The approved message set must be written back into campaignBrief before validate-sample queues the review-batch cascade."
|
|
1226
1226
|
],
|
|
1227
1227
|
"doNotAllow": [
|