0x0LearnReferenceLibrariesMigration0x0.jmp0x1b.com

Local Effects Runtime

The local effects runtime turns the host runtime ABI into application-level

operations for files, command-line state, environment, and subprocesses.

Filesystem

Required file behavior:

Environment And CLI

Required CLI behavior:

Subprocess

Structured subprocess calls use argv arrays, cwd, env overrides, timeout, and

stdin policy. The default path never invokes a shell. Shell execution must be an

explicit runtime-process-shell call.

Subprocess results capture stdout, stderr, exit code, elapsed time, timeout

status, and a stable error code. Timed-out process groups are terminated before

the result is returned.