@sellable/install 0.1.236 → 0.1.237
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
|
@@ -264,6 +264,13 @@ CLI builds that expose `-a`/`-s` only at top level. Do not use
|
|
|
264
264
|
forms fail on current customer CLI installs. Pipe the lane packet prompt on
|
|
265
265
|
stdin, require the worker to write `workerDispatch.receiptArtifactHint`, and
|
|
266
266
|
pass exactly one lane packet per worker.
|
|
267
|
+
After creating receipt directories, dispatch workers immediately; do not perform extended parent reasoning, extra inventory, or prompt rewriting loops.
|
|
268
|
+
Use a compact worker prompt: include lane packet JSON, original selectedActionIds,
|
|
269
|
+
original planRevision, receiptArtifactPath, workspace id, sender ids,
|
|
270
|
+
side-effect caps, and the instruction to load packaged prompts through MCP.
|
|
271
|
+
Do not paste the entire wrapper skill into worker prompts. If the parent cannot
|
|
272
|
+
launch at least one visible/durable worker immediately after directory setup,
|
|
273
|
+
stop with `blocked: worker_dispatch_stalled` before any mutation.
|
|
267
274
|
`multi_agent_v1.spawn_agent`, raw `spawn_agent`, or any opaque Task/subagent
|
|
268
275
|
runtime that cannot expose a visible thread id or durable receipt artifact is
|
|
269
276
|
not accepted as command-level UAT proof and must not be used for mutating
|