docs: update open threads - close Feb 7-8 items, refine remaining work

This commit is contained in:
jester 2026-02-08 22:57:16 +00:00
parent e2784c49e1
commit 7ef9bc63ad

View File

@ -6,75 +6,49 @@ This document tracks **known open questions and deferred decisions**.
## Closed Threads ## Closed Threads
- ✅ Interactive console (PTY-backed, bidirectional) - ✅ Interactive PTY-backed console (dev + game)
- ✅ WebSocket stability issues - ✅ WebSocket stability and PTY ownership
- ✅ Dev server CLI access - ✅ Customer isolation (API + frontend)
- ✅ Game server console streaming - ✅ Agent update system (versioned, hash-verified)
- ✅ Minecraft player presence (agent-sourced)
- ✅ Forge startup race condition
- ✅ Prometheus SD schema alignment
--- ---
## Still Open ## Still Open
### Console UX Polish ### Console UI (Final Polish)
- Frontend presentation refinement - Reduce remaining visual noise in game console
- xterm.js-style terminal UI - Confirm final placement/behavior of player list (inline vs overlay)
- Responsive layout optimization - Lock icon sizing + metric density
- Final accessibility contrast pass
### Console Permissions & Security ### Metrics & Observability
- RBAC for console access - Decide on caching strategy for metrics API (Redis vs in-process)
- Audit logging of console commands - Determine long-term retention strategy (Prometheus vs downsampling)
- Session timeout policies - Admin-only Grafana dashboards (internal)
### Console Features (Optional) ### Provisioning & Scale
- PTY window size propagation (resize handling) - Validate concurrent provisioning (multi-user, parallel creates)
- Command history - Stress-test agent update under load
- Multi-viewer support - Define safe limits for agent restart frequency
### Agent Hardening
- Rollback behavior if new agent fails health checks
- Optional manifest signing (GPG / minisign)
- Upgrade window coordination (future)
### Game-Specific Enhancements (Deferred)
- Mods/runtime badges (Paper / Fabric / Forge)
- World/map visualization (Minecraft-specific, future phase)
- Player detail views (separate surface, not console)
--- ---
## High Priority ## Explicit Non-Goals (for now)
### Server Detail / System View - In-console player management actions
- Define System View layout - Live chat overlays
- Decide runtime vs metadata sections - Grafana iframe embedding for customers
- Integrate console as primary action - Per-player stats in the main console
---
### Resource Schema
- Finalize Resource / Server model
- Define capability flags
- Map agent-reported state → UI state
---
## Medium Priority
### Notices System
- Wire notices to real events
- Define severity levels
- Persist "since last login" state
---
### System Health Logic
- Replace mocked connectivity check
- Define degraded vs critical thresholds
- Decide when yellow state is shown
---
## Deferred (Intentional)
### Billing
- Plan structure exists
- UX hooks reserved
- No implementation until platform stabilizes
### Bulk Operations
- Explicitly removed
- Will not return unless a future use case demands it
---
This file is intentionally opinionated.