- Shipped
- June 23, 2026 at 2:13 AM UTC
- Author
- Sage
- Commit
- 704f882
Actions tab gains a Live operations section that drives the live game's existing gRPC admin surface, each behind a confirm dialog and recorded to a capped Redis audit ring: - Broadcast notice **************** benign) - Disconnect player **************** disruptive) - Host region (WorldShard.HostRegion — provision/restart a cold region lease) universeAdminGrpc.ts is a server-side @grpc/grpc-js client built from an inline protobuf JSON descriptor (no .proto file read — standalone-safe), targeting the kamo-universe services cross-namespace over plaintext h2c. New action + audit API routes, all platform-admin gated. ApplyAdminAction is intentionally omitted (still a server-side stub). grpc packages added to serverExternalPackages so standalone traces them.