added documentation and decompiled client

This commit is contained in:
2026-03-12 00:27:00 +03:00
parent 669b8d7455
commit d7352b818d
6 changed files with 259 additions and 149 deletions
+5
View File
@@ -28,3 +28,8 @@ behavior while enabling modernization behind compatibility boundaries.
- Keep configuration centralized (env or config files).
- Prefer a single entrypoint script or container orchestration for local dev.
- Add small smoke tests to validate service health and database connectivity.
## Protocol Notes
See `PROTOCOL-NOTES.md` for the current opcode decoder map and client-derived
learnings used for compatibility work.