From f369abba00f0c88829ccfe082954fbe687ab3616 Mon Sep 17 00:00:00 2001 From: jester Date: Mon, 13 Apr 2026 21:52:50 +0000 Subject: [PATCH] Remove moved root reference docs after relocation to docs/reference --- PORTAL_MIGRATION.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 PORTAL_MIGRATION.md diff --git a/PORTAL_MIGRATION.md b/PORTAL_MIGRATION.md deleted file mode 100644 index 85844fb..0000000 --- a/PORTAL_MIGRATION.md +++ /dev/null @@ -1,31 +0,0 @@ -# Portal Migration — ZeroLagHub - -This document tracks the transition from legacy console behavior to the current -agent-driven, PTY-backed architecture. - ---- - -## Current State (Feb 2026) - -- All server consoles are PTY-backed and agent-owned. -- Frontend streams output via WebSocket (single writer). -- Game and dev consoles are **route-separated** but share components. -- Metrics and player presence are sourced server-side (API → agent). -- No frontend log scraping or client-side metrics access. - ---- - -## Migration Notes - -- Pterodactyl-style assumptions (polling logs, iframe dashboards) are explicitly not used. -- Grafana is reserved for internal/admin use only. -- Customer-facing metrics are API-mediated summaries. -- Game-specific context is additive and isolated to game routes. - ---- - -## Remaining Migration Work - -- Final UI polish and UX consistency checks -- Concurrent provisioning validation -- Formal GA readiness checklist