@sellable/install 0.1.201 → 0.1.202

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.
@@ -1147,7 +1147,15 @@ updates.
1147
1147
  copies of this file; packaged Claude Code and Codex runs must use the MCP
1148
1148
  asset loader so they share the same config.
1149
1149
  3. Follow that prompt and workflow config exactly.
1150
- 4. For message generation, use the \`post-find-leads-message-scout\` agent when
1150
+ 4. For filter and message setup, keep the parent thread as a lean orchestrator.
1151
+ The only normal background agent is \`post-find-leads-message-scout\` for
1152
+ Message Drafting. Both post-import choices must launch Message Drafting.
1153
+ When filters are chosen, launch Message Drafting, then keep filters in the
1154
+ parent thread: load \`references/filter-leads.md\`, draft production rubrics,
1155
+ call \`save_rubrics\`, ask filter approval, and then join Message Drafting for
1156
+ template review. When filters are skipped, launch only Message Drafting
1157
+ before treating the campaign as in Messages/message review.
1158
+ 5. For message generation, use the \`post-find-leads-message-scout\` agent when
1151
1159
  available. The worker and parent-thread fallback must load
1152
1160
  \`mcp__sellable__get_subskill_prompt({ subskillName: "generate-messages" })\`,
1153
1161
  then every required message asset named by \`generate-messages\` Mode 0 before
@@ -1163,7 +1171,7 @@ updates.
1163
1171
  local markdown such as \`message-validation.md\`, inspect the database
1164
1172
  directly, or synthesize local validation artifacts from general knowledge.
1165
1173
  The message recommendation handoff is labeled Markdown, not raw JSON.
1166
- 5. Create the campaign shell early with the v1 brief so the user can open the
1174
+ 6. Create the campaign shell early with the v1 brief so the user can open the
1167
1175
  watch link and see useful setup state immediately. Materialize the approved
1168
1176
  source list, copy confirmed rows into the campaign, and internally process the
1169
1177
  first campaign-table execution slice after the source is attached to the
@@ -1178,13 +1186,15 @@ updates.
1178
1186
  After rubrics save, keep Filter Rules visible for approval; after approval,
1179
1187
  move to Filter Leads and show \`Filters saved + waiting for message approval\`
1180
1188
  until the template is approved.
1181
- If filters are skipped, move to Messages/message review. Queue the bounded
1182
- campaign-table execution-slice \`enrichCellId\` cells only after message approval. Move to
1183
- Messages only after at least one review row passes and one generated message
1184
- is ready.
1189
+ If filters are skipped, launch Message Drafting before moving to
1190
+ Messages/message review; updating \`currentStep\` to \`messages\` is not proof
1191
+ that the background worker started. Queue the bounded campaign-table
1192
+ execution-slice \`enrichCellId\` cells only after message approval. Move to the
1193
+ generated-row Messages review only after at least one review row passes and
1194
+ one generated message is ready.
1185
1195
  Do not ask the user to approve the brief before shell creation unless they
1186
1196
  explicitly requested a no-write draft; the shell itself is the review surface.
1187
- 6. The main thread owns watch navigation. Call
1197
+ 7. The main thread owns watch navigation. Call
1188
1198
  \`mcp__sellable__update_campaign({ campaignId, currentStep })\` before major
1189
1199
  visible work so the user can watch progress in the app: \`create-offer\` for
1190
1200
  the brief, \`pick-provider\` or the selected provider step while sourcing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.201",
3
+ "version": "0.1.202",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -427,12 +427,15 @@ After confirmed source rows exist in the campaign table, do not load the
427
427
  message registry or any deep filter/message prompt
428
428
  before the filter-choice question. After `confirm_lead_list`, ask add filters
429
429
  vs skip filters immediately. Once the user answers, launch only Message Drafting
430
- from the same campaign/table basis. If the user chooses filters, the parent
430
+ from the same campaign/table basis. This kickoff is required for both answers:
431
+ `Use filters` and `Skip filters`. If the user chooses filters, the parent
431
432
  thread moves to Filter Rules, loads the filter reference, saves rubrics, then
432
433
  asks for filter approval while Message Drafting runs. After approval, move to
433
434
  Filter Leads and show `Filters saved + waiting for message approval` while the
434
- message recommendation is reviewed. If the user skips filters, move to
435
- Messages/message review. Enrichment/filtering and Generate Message cells wait
435
+ message recommendation is reviewed. If the user skips filters, start Message
436
+ Drafting first, then move to Messages/message review after it has started or
437
+ returned a ready recommendation. `update_campaign({ currentStep: "messages" })`
438
+ is not proof of kickoff. Enrichment/filtering and Generate Message cells wait
436
439
  for message approval. AI Generated is an explicit opt-out from the template
437
440
  path.
438
441
 
@@ -915,11 +918,12 @@ updates.
915
918
  3. Follow that prompt and workflow config exactly.
916
919
  4. For filter and message setup, keep the parent thread as a lean orchestrator.
917
920
  The only normal background agent is `post-find-leads-message-scout` for
918
- Message Drafting. When filters are chosen, launch Message Drafting, then keep
919
- filters in the parent thread: load `references/filter-leads.md`, draft
920
- production rubrics, call `save_rubrics`, ask filter approval, and then join
921
- Message Drafting for template review. When filters are skipped, launch only
922
- Message Drafting.
921
+ Message Drafting. Both post-import choices must launch Message Drafting.
922
+ When filters are chosen, launch Message Drafting, then keep filters in the
923
+ parent thread: load `references/filter-leads.md`, draft production rubrics,
924
+ call `save_rubrics`, ask filter approval, and then join Message Drafting for
925
+ template review. When filters are skipped, launch only Message Drafting
926
+ before treating the campaign as in Messages/message review.
923
927
  5. For message generation, keep the parent thread as a lean orchestrator and
924
928
  use the `post-find-leads-message-scout` compatibility agent for Message
925
929
  Drafting whenever the host exposes it
@@ -968,10 +972,12 @@ updates.
968
972
  After rubrics save, keep Filter Rules visible for approval; after approval,
969
973
  move to Filter Leads and show `Filters saved + waiting for message approval`
970
974
  until the template is approved.
971
- If filters are skipped, move to Messages/message review. Queue the bounded
972
- campaign-table execution-slice `enrichCellId` cells only after message approval. Move to
973
- Messages only after at least one review row passes and one generated message
974
- is ready.
975
+ If filters are skipped, launch Message Drafting before moving to
976
+ Messages/message review; updating `currentStep` to `messages` is not proof
977
+ that the background worker started. Queue the bounded campaign-table
978
+ execution-slice `enrichCellId` cells only after message approval. Move to the
979
+ generated-row Messages review only after at least one review row passes and
980
+ one generated message is ready.
975
981
  Do not ask the user to approve the brief before shell creation unless they
976
982
  explicitly requested a no-write draft; the shell itself is the review surface.
977
983
  7. The main thread owns watch navigation. Call