@sellable/install 0.1.228 → 0.1.229
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/bin/sellable-install.mjs
CHANGED
package/package.json
CHANGED
|
@@ -219,6 +219,15 @@ written by the current worker, stop with `blocked: stale_receipt_artifact`
|
|
|
219
219
|
before parent verify or completion. A streaming worker or branch worker is
|
|
220
220
|
acceptable only when it writes a fresh durable per-lane receipt artifact as it
|
|
221
221
|
works.
|
|
222
|
+
When visible Codex app thread tools are unavailable but local Codex CLI is
|
|
223
|
+
available, the accepted durable streaming-worker command shape is:
|
|
224
|
+
`codex -a never -s danger-full-access exec -C <repo> -o <worker-final-file> -`.
|
|
225
|
+
The approval and sandbox flags must come before the `exec` subcommand for Codex
|
|
226
|
+
CLI builds that expose `-a`/`-s` only at top level. Do not use
|
|
227
|
+
`codex exec --ask-for-approval never ...` or `codex exec -a never ...`; those
|
|
228
|
+
forms fail on current customer CLI installs. Pipe the lane packet prompt on
|
|
229
|
+
stdin, require the worker to write `workerDispatch.receiptArtifactHint`, and
|
|
230
|
+
pass exactly one lane packet per worker.
|
|
222
231
|
`multi_agent_v1.spawn_agent`, raw `spawn_agent`, or any opaque Task/subagent
|
|
223
232
|
runtime that cannot expose a visible thread id or durable receipt artifact is
|
|
224
233
|
not accepted as command-level UAT proof and must not be used for mutating
|