@sellable/install 0.1.112 → 0.1.113
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.
|
@@ -40,8 +40,8 @@ the branch input.
|
|
|
40
40
|
`get_subskill_prompt({ subskillName: "generate-messages", offset, limit })`
|
|
41
41
|
until `hasMore` is false.
|
|
42
42
|
|
|
43
|
-
2. Use that prompt as the drafting contract.
|
|
44
|
-
|
|
43
|
+
2. Use that prompt as the drafting contract. Do not use create-campaign
|
|
44
|
+
safety/checklist instructions as a substitute for the full prompt.
|
|
45
45
|
3. Draft only from the campaign brief, selected source context, and imported
|
|
46
46
|
review-batch rows supplied by the parent.
|
|
47
47
|
4. Keep the work provisional until the user chooses `Use Template` in Messages.
|
package/bin/sellable-install.mjs
CHANGED
|
@@ -978,12 +978,12 @@ updates.
|
|
|
978
978
|
available. The worker and parent-thread fallback must load the full
|
|
979
979
|
long-form \`generate-messages\` prompt with
|
|
980
980
|
\`mcp__sellable__get_subskill_prompt({ subskillName: "generate-messages", offset, limit })\`
|
|
981
|
-
until \`hasMore=false\`.
|
|
982
|
-
|
|
983
|
-
campaign state, campaign brief content, selected source state,
|
|
984
|
-
review-batch rows as the source of truth; do not read stale
|
|
985
|
-
such as \`message-validation.md\`, inspect the database
|
|
986
|
-
local validation artifacts from general knowledge.
|
|
981
|
+
until \`hasMore=false\`. Message review requires Message Draft Builder output:
|
|
982
|
+
do not draft from a checklist, local markdown artifact, or parent-thread
|
|
983
|
+
intuition. Use campaign state, campaign brief content, selected source state,
|
|
984
|
+
and imported review-batch rows as the source of truth; do not read stale
|
|
985
|
+
local markdown such as \`message-validation.md\`, inspect the database
|
|
986
|
+
directly, or synthesize local validation artifacts from general knowledge.
|
|
987
987
|
5. Create the campaign shell early with the v1 brief so the user can open the
|
|
988
988
|
watch link and see useful setup state immediately. Import only the first
|
|
989
989
|
bounded review batch after the source is attached to the campaign; do not
|
package/package.json
CHANGED
|
@@ -640,12 +640,12 @@ updates.
|
|
|
640
640
|
available. The worker and parent-thread fallback must load the full
|
|
641
641
|
long-form `generate-messages` prompt with
|
|
642
642
|
`mcp__sellable__get_subskill_prompt({ subskillName: "generate-messages", offset, limit })`
|
|
643
|
-
until `hasMore=false`.
|
|
644
|
-
|
|
645
|
-
campaign state, campaign brief content, selected source state, and
|
|
646
|
-
review-batch rows as the source of truth; do not read stale local
|
|
647
|
-
such as `message-validation.md`, inspect the database directly, or
|
|
648
|
-
local validation artifacts from general knowledge.
|
|
643
|
+
until `hasMore=false`. Message review requires Message Draft Builder output:
|
|
644
|
+
do not draft from a checklist, local markdown artifact, or parent-thread
|
|
645
|
+
intuition. Use campaign state, campaign brief content, selected source state, and
|
|
646
|
+
imported review-batch rows as the source of truth; do not read stale local
|
|
647
|
+
markdown such as `message-validation.md`, inspect the database directly, or
|
|
648
|
+
synthesize local validation artifacts from general knowledge.
|
|
649
649
|
5. Create the campaign shell early with the v1 brief so the user can open the
|
|
650
650
|
watch link and see useful setup state immediately. Import only the first
|
|
651
651
|
bounded review batch after the source is attached to the campaign; do not
|