18 lines
913 B
Markdown
18 lines
913 B
Markdown
## Runtime probe evidence
|
|
|
|
The former UE4SS reference/build/revision requirement has been removed. SCUM
|
|
features are not disabled by an update string. The Companion uses typed,
|
|
platform-authorized non-production fixtures for configuration, player-state,
|
|
reward, notification, and vehicle operations; no remote server is contacted.
|
|
|
|
Run's required integration boundary is a bounded stdout/stderr record stream,
|
|
typed database projections, and fixed administration ports. It must not expose
|
|
paths, DSNs, credentials, raw rows, arbitrary SQL, shell, socket, or RCON to
|
|
the plugin, platform web, or AI. Unknown console formats create a bounded
|
|
diagnostic and no event.
|
|
|
|
Remaining production enablement is operational: a deployed Run implementation
|
|
must provide the declared typed ports. Until then only the affected operation
|
|
is reported unavailable; the plugin page and unrelated feature capabilities
|
|
remain active.
|