a9480c5afb
feat: implement inbound queue ordering across all language implementations
...
- Add gateway contract for inbound queue ordering (03+02_gateway_contract)
- Update receive thread model across Dart, Go, Kotlin, Python, TypeScript
- Implement queue ordering logic in BaseClient and Communicator
- Add comprehensive tests for queue ordering in all languages
- Update documentation (PORTING_GUIDE, PROTOCOL, README)
- Archive task completion logs for completed subtasks
2026-06-02 05:36:52 +09:00
617ec02090
feat: dart web crosstest and related test infrastructure updates
2026-05-30 22:59:23 +09:00
5df325bf96
feat: Dart Web E2E 테스트 및 크로스 테스트 추가
...
- Dart Web 브라우저 E2E 테스트 프레임워크 추가
- browser_ws_dart_io_test, browser_ws_kotlin_test 등 브라우저 통합 테스트 추가
- Dart Web 크로스테스트 케이스 추가 (go, kotlin, python, typescript)
- TypeScript 브라우저 웹소켓 클라이언트 개선
- Node.js 웹소켓 서버 클라이언트 업데이트
- 테스트 실행 매트릭스 스킬 및 스크립트 업데이트
- README.md 문서 업데이트
2026-05-25 00:30:37 +09:00
cffebc0fc7
교차 테스트 프로세스 정리 및 문서 업데이트 (Go, Dart, TypeScript, Python)
2026-05-21 17:14:34 +09:00
a3f3ccf4b5
docs: update cross-language crosstest commands in README and add dart_typescript/go_typescript/kotlin_* python_typescript crosstest files
2026-05-21 14:54:01 +09:00
d0754a353a
refactor: rename toki_socket to proto_socket across all languages
...
- Rename package/module from toki_socket to proto_socket in Dart, Kotlin, Python
- Update crosstest implementations to use renamed packages
- Add new proto_socket skill, deprecate add-toki-socket-crosstest-language skill
- Update domain rules for all languages
- Update documentation (README, PORTING_GUIDE, PROTOCOL, VERSIONING)
2026-05-02 07:19:12 +09:00
toki
1419895ed6
feat: add TLS WebSocket crosstest support across all languages
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 19:24:15 +09:00
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
toki
01de3f32bf
update: crosstest coverage and proto restructure changes
2026-04-25 07:00:53 +09:00
toki
15d11f9ac5
update: sync changes across implementations and add task logs
2026-04-24 17:18:44 +09:00
toki
ef0fa5e8bc
feat: add typescript implementation and crosstest files
2026-04-24 07:16:37 +09:00
toki
bf0157d35d
feat: add Python-Dart cross-test files
2026-04-24 03:42:25 +09:00
toki
fa273bcc26
feat: add Python implementation and cross-test support
...
- Add Python toki_socket package (base_client, communicator, tcp/ws client/server)
- Add protobuf message definitions for Python
- Add go_python.go cross-test implementation and python_go_client
- Add agent-task/python_impl plan and code review docs
- Update .gitignore for Python cache files with recursive patterns
2026-04-23 16:44:43 +09:00