@sellable/install 0.1.238 → 0.1.239
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
|
@@ -271,6 +271,9 @@ side-effect caps, and the instruction to load packaged prompts through MCP.
|
|
|
271
271
|
Do not paste the entire wrapper skill into worker prompts. If the parent cannot
|
|
272
272
|
launch at least one visible/durable worker immediately after directory setup,
|
|
273
273
|
stop with `blocked: worker_dispatch_stalled` before any mutation.
|
|
274
|
+
Use only the repo-local `workerDispatch.receiptArtifactHint` returned by the
|
|
275
|
+
current lane packet for receipt paths.
|
|
276
|
+
Do not hardcode machine-specific paths, workspace ids, campaign ids, sender ids, or UAT/phase artifact paths in this MCP prompt or any worker prompt.
|
|
274
277
|
After the receipt-directory `mkdir`, the next shell/tool call must launch the first lane worker.
|
|
275
278
|
Do not run `find`, `ls`, extra inventory, or another preflight between directory setup and the first worker launch.
|
|
276
279
|
For the local Codex CLI fallback, use this literal durable CLI worker launch template
|
|
@@ -534,7 +537,7 @@ verification unless the same object also appears inside
|
|
|
534
537
|
"workflowAssetLoaded": true,
|
|
535
538
|
"workerRuntime": "separate-codex-thread",
|
|
536
539
|
"workerThreadId": "<visible local Codex thread id>",
|
|
537
|
-
"receiptArtifactPath": ".
|
|
540
|
+
"receiptArtifactPath": "<receiptArtifactPath from workerDispatch.receiptArtifactHint>",
|
|
538
541
|
"durableReceiptWritten": true,
|
|
539
542
|
"notAdHoc": true
|
|
540
543
|
},
|