@sellable/install 0.1.103 → 0.1.104

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.
@@ -61,9 +61,9 @@ Return the following to the parent thread:
61
61
  choice, and rubric/filter basis when present
62
62
  - output timestamp/hash and any retry/error detail
63
63
 
64
- Write `message-validation.md`, `message-prep.md`, or
65
- `message-candidate-drafts.md` only when the parent explicitly asks for debug
66
- artifacts. Normal live campaign runs can return the same content directly.
64
+ Do not write local markdown/json artifacts in normal live campaign runs. Return
65
+ the recommendation directly to the parent thread. Emit debug artifacts only when
66
+ the parent explicitly asks for debug/UAT output.
67
67
 
68
68
  When reporting branch runtime proof, use this shape under
69
69
  `watchNarration.workerDetails.messageDraftBuilder`:
@@ -211,11 +211,7 @@
211
211
  "token fill rules",
212
212
  "rendered sample"
213
213
  ],
214
- "optionalProducesArtifacts": [
215
- "message-validation.md",
216
- "message-prep.md",
217
- "message-candidate-drafts.md"
218
- ],
214
+ "optionalProducesArtifacts": [],
219
215
  "ownership": "proof inventory, token strategy, angle drafting, skeptical-prospect review, and selected winner only",
220
216
  "codex": {
221
217
  "description": "Message Draft Builder for campaign-backed template proposals after confirm_lead_list imports a non-empty bounded review batch.",
@@ -40,7 +40,7 @@ function getMcpVersion() {
40
40
  } catch {}
41
41
  return "latest";
42
42
  }
43
- const CODEX_PLUGIN_VERSION = "0.1.31";
43
+ const CODEX_PLUGIN_VERSION = "0.1.32";
44
44
  const CODEX_PLUGIN_COMPAT_VERSIONS = [
45
45
  "0.1.8",
46
46
  "0.1.9",
@@ -960,7 +960,7 @@ updates.
960
960
  supplemental approval checklist, not a replacement for the long prompt. Use
961
961
  campaign state, campaign brief content, selected source state, and imported
962
962
  review-batch rows as the source of truth; do not read stale local markdown,
963
- inspect the database directly, or synthesize \`message-validation.md\` from
963
+ inspect the database directly, or synthesize local validation artifacts from
964
964
  general knowledge.
965
965
  5. Create the campaign shell early with the v1 brief so the user can open the
966
966
  watch link and see useful setup state immediately. Import only the first
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -159,8 +159,8 @@ The create-campaign-v2 subskill calls `get_source_scout_registry` before
159
159
  dispatch so the current registry, not this copy, is the runtime source of truth.
160
160
  If the host runs them sequentially or the named agents are unavailable, do not
161
161
  claim they ran in parallel and do not surface install status to the customer. In
162
- chat, call the downstream copy stage `message generation`;
163
- `message-validation.md` is only an internal proof artifact.
162
+ chat, call the downstream copy stage `message generation`; message validation is
163
+ only an internal approval proof.
164
164
 
165
165
  For campaign-attached Signal Discovery sampling, promote/select the exact posts
166
166
  with `select_promising_posts` before `fetch_post_engagers` so the user can see
@@ -597,7 +597,7 @@ updates.
597
597
  supplemental approval checklist, not a replacement for the long prompt. Use
598
598
  campaign state, campaign brief content, selected source state, and imported
599
599
  review-batch rows as the source of truth; do not read stale local markdown,
600
- inspect the database directly, or synthesize `message-validation.md` from
600
+ inspect the database directly, or synthesize local validation artifacts from
601
601
  general knowledge.
602
602
  5. Create the campaign shell early with the v1 brief so the user can open the
603
603
  watch link and see useful setup state immediately. Import only the first