proto-socket/agent-task/nonce_overflow_policy/complete.log
toki 9cc1f1d58f sync: update communicator implementation across all languages
- Align protocol documentation (PROTOCOL.md, README.md, VERSIONING.md)
- Go: add nonce test, update communicator
- Kotlin: update Communicator, TcpClient, TcpServer, add TLS test
- Python: update all modules, add certificate test resources
- TypeScript: update communicator, tcp/ws clients and servers, add tests
- Dart: update communicator, heartbeat mixin, and tests
2026-04-26 05:31:56 +09:00

12 lines
420 B
Text

date=2026-04-26
task=nonce_overflow_policy
plan=0
tag=API
result=PASS
All items passed review:
- API-1: PROTOCOL.md and VERSIONING.md document int32 max wrap policy
- API-2: All implementations unified to common int32 max constant with wrap logic
- API-3: Boundary regression tests added for send and sendRequest in all languages
Go and Kotlin compilation not verified locally (no go/JDK in environment); CI required.