CI currently runs only pytest + ruff on Linux; it never compiles the UE 5.7 C++ plugins (UEBridge, ViewportPerception), so the green badge doesn't reflect a buildable shippable artifact.
Do: add a Windows CI job (or a documented manual release gate) that runs RunUAT BuildPlugin for both plugins against UE 5.7. Best done after the ship-path decision so it validates a functional package.
Filed as a post-v0.1.0 follow-up (out of v0.1.0 scope). 🤖 Claude Code
CI currently runs only pytest + ruff on Linux; it never compiles the UE 5.7 C++ plugins (
UEBridge,ViewportPerception), so the green badge doesn't reflect a buildable shippable artifact.Do: add a Windows CI job (or a documented manual release gate) that runs
RunUAT BuildPluginfor both plugins against UE 5.7. Best done after the ship-path decision so it validates a functional package.Filed as a post-v0.1.0 follow-up (out of v0.1.0 scope). 🤖 Claude Code