Update README.md

This commit is contained in:
toki 2026-04-05 23:06:31 +09:00
parent 661c28a9ac
commit dc80493c72

View file

@ -9,7 +9,7 @@ Built on Protocol Buffers with a fixed 4-byte length-prefixed framing, type-base
## Design Principles
- Keep the core transport layer thin and stable
- Provide only the minimum common foundation for cross-language communication
- Provide only the minimum common foundation for cross-language communication5
- Standardize framing, serialization, routing, request-response correlation, and heartbeat
- Do not embed application semantics into the protocol core
- Domain-specific concerns such as auth, session, agent workflow, chat features, and game logic belong in upper-layer implementations