fixed server_stopped file check

This commit is contained in:
Frank Harris 2026-06-10 18:37:26 -04:00
parent bcf2fdf239
commit b9727fdfa7

View file

@ -6,6 +6,9 @@ Workspace reference: [`GSP-WORKSPACE.md`](../../../GSP-WORKSPACE.md)
The status system should tell the truth about a server's state without depending on stale marker files or query success alone. The status system should tell the truth about a server's state without depending on stale marker files or query success alone.
Lifecycle decisions must not use `SERVER_STOPPED`/`Server_Stopped` marker files in game homes.
Stop intent is agent-owned runtime state, and runtime validation is based on process/session/port checks.
## Current Direction ## Current Direction
The current codebase is moving toward agent-owned structured status. The current codebase is moving toward agent-owned structured status.