docs: AGENTS.md, README.md, and architecture documents 업데이트하여 서버+시나리오 프로파일 개념 정립

This commit is contained in:
2025-12-27 05:46:15 +00:00
parent 5666d705e7
commit 4eac1e45ba
7 changed files with 37 additions and 27 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ from the API server.
## Assumptions
- One daemon process per server profile.
- One daemon process per server+scenario profile.
- API server is the only ingress for user/admin requests.
- The daemon is the only component that mutates gameplay state.
@@ -111,7 +111,7 @@ Admin controls should toggle `paused`, trigger manual run, and request catch-up.
```json
{
"profile": "che",
"profile": "che:default",
"state": "idle",
"running": false,
"paused": false,