docs: capture protocol and implementation gaps

This commit is contained in:
2026-04-29 00:27:04 -04:00
parent 4a72e1e030
commit 1366f8c5fc
5 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Protocol Package
This directory exists because the milestone plan expects a shared protocol package.
For now:
- `simplesync.proto` captures an eventual strongly typed schema
- `docs/specs/simplesync-protocol.md` remains the more complete behavioral reference
The current docs still need a final decision on whether wire messages are JSON, protobuf-over-WebSocket, or JSON generated from protobuf definitions.