update docs

This commit is contained in:
ars
2026-05-24 16:45:29 +03:00
parent e6d9372d33
commit f864653356
2 changed files with 207 additions and 0 deletions
+6
View File
@@ -11,6 +11,12 @@ server can send to every client "what to do". Centralized control for all client
pip install -e .[dev]
```
## Current design
- API contract: [docs/api.md](docs/api.md)
- Client behavior notes: [docs/client.md](docs/client.md)
- Server behavior notes: [docs/server.md](docs/server.md)
### To build
```