@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. The create-campaign safety gate may
44
- be used as an approval checklist, but it does not replace the long prompt.
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.
@@ -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\`. The create-campaign message-review safety gate is a
982
- supplemental approval checklist, not a replacement for the long prompt. Use
983
- campaign state, campaign brief content, selected source state, and imported
984
- review-batch rows as the source of truth; do not read stale local markdown
985
- such as \`message-validation.md\`, inspect the database directly, or synthesize
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.112",
3
+ "version": "0.1.113",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -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`. The create-campaign message-review safety gate is a
644
- supplemental approval checklist, not a replacement for the long prompt. Use
645
- campaign state, campaign brief content, selected source state, and imported
646
- review-batch rows as the source of truth; do not read stale local markdown
647
- such as `message-validation.md`, inspect the database directly, or synthesize
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