@sellable/install 0.1.313 → 0.1.315

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.313",
3
+ "version": "0.1.315",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code, Codex, and Hermes",
6
6
  "bin": {
@@ -143,9 +143,10 @@ run without user input, or similar, run in **automation mode**:
143
143
  Sales Nav, Recruiter, and paid InMail behavior.
144
144
  Connection-only completion still creates/reuses the same evergreen lanes,
145
145
  source rows, and paused/unlaunched review state, but it attaches only the
146
- canonical invite template. It does not require Message Drafting, generated
147
- messages, route-proof approval, first DM, InMail, View Profile fallback,
148
- follow-up branch, `currentStep:"send"`, launch, scheduling, or sends.
146
+ canonical invite template and persists `currentStep:"send"` as the paused
147
+ review step. It does not require Message Drafting, generated messages,
148
+ route-proof approval, first DM, InMail, View Profile fallback, follow-up
149
+ branch, launch, scheduling, or sends.
149
150
 
150
151
  If the invoking prompt explicitly asks for interactive message polish or sample
151
152
  proof, run in **interactive polish mode** and use the confirmation/sample steps
@@ -841,7 +842,7 @@ not a parent-thread summary. The receipt must include:
841
842
  `nonPaidRecommendedSequence`, copy them to canonical `actionTypes` and
842
843
  `nonPaid`.
843
844
  For connection-only lanes, do not call `attach_recommended_sequence`. Attach
844
- with `attach_sequence({ tableId, templateRef:"connection_only" })`, then
845
+ with `attach_sequence({ tableId, templateRef:"connection_only", currentStep:"send" })`, then
845
846
  include exact current-template proof:
846
847
  `sequenceReceipt.hasSequence:true`,
847
848
  `sequenceReceipt.actionTypes:["send_invite"]`, and
@@ -854,11 +855,11 @@ not a parent-thread summary. The receipt must include:
854
855
  endpoint/tool to put the unlaunched campaign into `PAUSED` review state, then
855
856
  reread the campaign/table. Do not raw-write `campaignStatus`, do not start or
856
857
  launch, and do not schedule/send. Completion requires reread proof of
857
- `currentStep:"send"` and `campaignStatus:"PAUSED"` for standard
858
- customer-visible lanes. Connection-only lanes may finish at a paused
859
- unlaunched review step such as `currentStep:"review"` as long as the exact
860
- invite-only sequence proof and source-row proof pass. If the raw output nests
861
- this in `finalCampaignRead` or `finalTableRead`, copy it to canonical
858
+ `currentStep:"send"` and `campaignStatus:"PAUSED"` for standard and
859
+ connection-only customer-visible lanes. `send` is the product's paused
860
+ review step; do not use unsupported aliases such as `review` as final proof.
861
+ If the raw output nests this in `finalCampaignRead` or `finalTableRead`, copy
862
+ it to canonical
862
863
  `finalPausedSendProof.currentStep` and
863
864
  `finalPausedSendProof.campaignStatus`.
864
865
  - `verifyCall`: the exact `setup_evergreen_campaigns({ mode:"verify",
@@ -1126,7 +1127,7 @@ plain row generation. The lane worker must inline the same
1126
1127
  the campaign is still `DRAFT`, `pause_campaign({ campaignId })`. Reread the
1127
1128
  campaign/table before claiming completion.
1128
1129
  Connection-only mode: skip Message Drafting and route-proof approval, call
1129
- `attach_sequence({ tableId, templateRef:"connection_only" })`, prove
1130
+ `attach_sequence({ tableId, templateRef:"connection_only", currentStep:"send" })`, prove
1130
1131
  `sequenceReceipt.actionTypes:["send_invite"]`, and pause/reread without
1131
1132
  launching or sending.
1132
1133
 
@@ -1559,7 +1560,7 @@ Message, and verify current-revision sample messages before final completion.
1559
1560
  spend paid InMail credits by itself. Do not substitute the manual Paid
1560
1561
  InMail Campaign template.
1561
1562
  For explicit connection-only evergreen lanes only, use the backend-owned
1562
- `attach_sequence({ tableId, templateRef:"connection_only" })` path and do
1563
+ `attach_sequence({ tableId, templateRef:"connection_only", currentStep:"send" })` path and do
1563
1564
  not call `attach_recommended_sequence`.
1564
1565
  3. **Customer-Visible Completion Contract**: a named evergreen lane that appears
1565
1566
  as a campaign card or campaign-backed table is not done when the shell exists.