@sellable/install 0.1.262 → 0.1.263

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.262",
3
+ "version": "0.1.263",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {
@@ -1033,6 +1033,13 @@ canonical lane receipt. Repair workers must stage successful repaired receipts
1033
1033
  under `repair-staged/` first; only after fresh MCP readbacks, improved current
1034
1034
  samples, exactly one approved generated route-proof row, and a local JSON
1035
1035
  self-check pass may the worker atomically replace the canonical lane receipt.
1036
+ Repair workers must not call `setup_evergreen_campaigns({ mode:"verify" })`
1037
+ or `setup_evergreen_campaigns({ mode:"plan" })`; parent verification and
1038
+ idempotency are parent responsibilities after all selected lane receipts are
1039
+ ready. A stale-plan/action response from any accidental repair-worker verify
1040
+ call is not a product-state blocker and must not prevent a repaired receipt from
1041
+ replacing the canonical receipt when fresh product readbacks and local
1042
+ sample/receipt checks pass.
1036
1043
  After the repair worker completes the final product readbacks
1037
1044
  (`get_campaign_messages_preview`, `get_campaign`, navigation/table readback),
1038
1045
  it must stage and then rewrite the durable receipt immediately before any
@@ -1049,6 +1056,8 @@ Short form: repair prompts use compact repair packets, not full receipt JSON.
1049
1056
  Short form: Do not include existing receipt JSON in repair prompts.
1050
1057
  Short form: repair workers stage repaired receipts before replacing canonical receipts.
1051
1058
  Short form: repair blockers never overwrite canonical success receipts.
1059
+ Short form: repair workers do not call setup_evergreen_campaigns verify or plan.
1060
+ Short form: parent owns setup_evergreen_campaigns verify and idempotency.
1052
1061
  Short form: repair workers write the durable receipt immediately after final readbacks.
1053
1062
  Short form: missing repair receipt rewrite is `blocked: repair_receipt_write_timeout`.
1054
1063