27 lines
551 B
Markdown
27 lines
551 B
Markdown
# GSP Command Flow
|
|
|
|
Workspace reference: [`GSP-WORKSPACE.md`](../../GSP-WORKSPACE.md)
|
|
|
|
## Canonical flow
|
|
|
|
User
|
|
→ Panel module
|
|
→ panel request builder
|
|
→ communication layer
|
|
→ Linux or Windows agent
|
|
→ OGP Perl agent
|
|
→ OS command or process control
|
|
→ game server process
|
|
|
|
## Typical actions
|
|
|
|
- start / stop / restart
|
|
- monitor status
|
|
- read logs
|
|
- install content or Workshop items
|
|
- update panel or agent binaries
|
|
- run scheduled tasks
|
|
|
|
## Rule
|
|
|
|
The Panel owns the decision. The agent owns execution. Keep those responsibilities separate.
|