fixed server_stopped file check
This commit is contained in:
parent
bcf2fdf239
commit
b9727fdfa7
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue