Commit graph

6 commits

Author SHA1 Message Date
d9dfdac2dc fix: update communicator implementations (Kotlin, Python, TypeScript) and archive task docs 2026-06-17 07:41:05 +09:00
65e4900bd8 fix: update communicator implementations and move task docs to archive 2026-06-17 07:27:31 +09:00
3228e759c0 update docs and archive task files 2026-06-17 07:10:04 +09:00
21eed0e2ab fullname 테스트 지원: 모든 언어 간 crosstest에 FullName 필드 추가
- Dart, Go, Kotlin, Python, TypeScript 전 언어 간 crosstest에 FullName 테스트 추가
- crosstest 파일 40개 이상에 FullName 필드 지원 코드 추가
- 테스트 매트릭스 스크립트 및 마일스톤 문서 업데이트
2026-06-16 21:56:48 +09:00
6c1cf96c00 update: protocol evolution compatibility roadmap and communicator tests across languages 2026-06-16 15:11:34 +09:00
6cdd0c3581 feat: protocol evolution compatibility implementation
- Add legacy alias support for backward compatibility
- Update ProtocolBuffer message definitions with new fields
- Implement fullname-based message routing
- Add alias fallback logic in all language clients (Dart, Go, Kotlin, Python, TypeScript)
- Update test suites for alias and fullname validation
- Add protocol sync verification tools
- Update documentation (PORTING_GUIDE, PROTOCOL, VERSIONING)
- Add agent task documentation for protocol evolution
2026-06-16 06:56:15 +09:00