Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

Packaged launcher

Starts Batch through the audited private backend executable and manifest arguments.

Reference contract

FieldValueDescription
Windows modecompiled-standalone
Batch selector--batch (manifest launcher argument)
Public parserBatchCommandSpec

Release tooling stores a runtime-relative batchExecutable and batchArguments. The standalone launcher consumes its private --batch selector, removes it, and then invokes the public telionbatch parser. Launchers must resolve both fields inside the runtime root; the packaged audit verifies containment, exact --help parity, and a representative unlicensed invocation that returns exit 5 without committing output.

Authoritative source

Catalog
telion.packaged-runtime
Identity
manifest.batchExecutable+batchArguments
Path
scripts/build-bundled-python.cjs
Symbol
manifest