refactor(scum): use runtime capability probes

This commit is contained in:
npc0-hue
2026-07-29 18:34:16 +08:00
parent 03339fb3e8
commit d7465bfd32
26 changed files with 530 additions and 533 deletions
@@ -1,9 +1,8 @@
# SCUM Companion One-Shot Smoke
The currently pinned UE4SS reference does not provide semantic player or map
events. See [UE4SS_CAPABILITY.md](UE4SS_CAPABILITY.md) for the supported
`SendChat` evidence and the exact unavailable contracts; this Companion never
infers those events from arbitrary log lines.
Run stdout/stderr records provide bounded semantic player events. See
[UE4SS_CAPABILITY.md](UE4SS_CAPABILITY.md) for the runtime boundary; this
Companion never infers events from arbitrary log lines.
This plugin-owned fixture proves the Platform Client Manager and Game Client Bridge integration without adding SCUM behavior to Run. The command registers the deployed component, sends one heartbeat, claims at most one command, processes only `companion.diagnostics`, and uploads one typed `companion.health` snapshot.