21eed0e2ab
fullname 테스트 지원: 모든 언어 간 crosstest에 FullName 필드 추가
...
- Dart, Go, Kotlin, Python, TypeScript 전 언어 간 crosstest에 FullName 테스트 추가
- crosstest 파일 40개 이상에 FullName 필드 지원 코드 추가
- 테스트 매트릭스 스크립트 및 마일스톤 문서 업데이트
2026-06-16 21:56:48 +09:00
9a02a13dc5
chore: archive completed subtask 02+01_cross_baseline and update crosstest files across all languages
...
Signed-off-by: toki <r0bin5736@gmail.com>
2026-06-03 05:14:16 +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
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