Interface LaunchOptions

interface LaunchOptions {
    input?: Record<string, unknown>;
    region: LaunchRegion;
}

Properties

Properties

input?: Record<string, unknown>

Delegations + plain data handed to the launched app. $cap:'dir'|'file' markers (capDir/capFile, exported from ./tasks) are resolved against the launcher's OWN grants and minted as attenuated, ro-by-default chroots (§5) — you can only delegate what you already hold. Everything else is plain data.

region: LaunchRegion

Where it runs (§6).