Commit graph

30 commits

Author SHA1 Message Date
71e709d30d feat: large-payload-followup-optimization task completion
- Kotlin: TCP parallel test, WebSocket latency fix, stress test updates
- TypeScript: TCP client, WebSocket client/server fixes, stress test, WS test updates
- Archive completed subtasks (03_kotlin_tcp_parallel, 04_ws_fixed_latency)
- Update roadmap milestone
2026-06-14 20:07:07 +09:00
d2cee0ab9b feat: large payload follow-up optimization
- typescript: communicator nonce handling and WS client improvements
- typescript: performance benchmark and test updates
- agent-ops: update test matrix scripts for performance/stress
- agent-roadmap: update milestone documentation
- agent-task: add kotlin tcp parallel optimization task
2026-06-14 16:46:44 +09:00
0b1b6410fc fix(typescript): in-place unmask optimization and large-payload-followup-optimization task completion 2026-06-11 08:26:19 +09:00
f6234bd83a perf(socket): 성능 병목 개선을 반영한다
Dart TCP/heartbeat, Python sustained sampling, TypeScript WS 1MB 경로의 성능 병목을 분리하고 검증 산출물을 함께 남긴다.
2026-06-06 12:47:15 +09:00
518b37b379 perf(typescript): gateway 성능 row를 분리한다
default coordinator gateway와 explicit worker_threads 경로를 같은 성능 record에서 구분해야 병목 해석과 baseline 비교가 정확해진다.
2026-06-04 20:32:09 +09:00
afc8f7839e feat: [G07] TS gateway row processing performance optimization
- Refactor RowParser to use pooled buffers for batch row processing
- Add parallel row processing with Web Worker offloading in browser
- Optimize TypeScript Node.js gateway TCP/WS handlers
- Update tests for communicator, tcp, ws with performance improvements
2026-06-04 19:08:38 +09:00
4dbeecf2fb feat: high-performance-parallel-operations milestone - gateway real path and cleanup
- Add gateway real path implementation (06_gateway_real_path)
- Add gateway cleanup tasks (07+06_gateway_cleanup)
- Update Go WebSocket client and benchmark
- Update Kotlin Communicator, TcpClient, WsClient and stress tests
- Update TypeScript base_client, communicator, inbound_gateway, node variants, tcp/ws clients and tests
- Update Kotlin and TypeScript stress benchmarks
- Update roadmap milestone documentation
2026-06-03 18:05:34 +09:00
09041950e5 chore: update stress test scripts and archive slow_mix task files 2026-06-03 13:10:48 +09:00
9845503990 feat: high-performance parallel operations stress test updates across all languages
- Update stress test scripts for Dart, Go, Kotlin, Python, TypeScript
- Update run_stress.sh for test matrix execution
- Update roadmap milestone documentation
- Add task archive and active task directories
2026-06-03 12:07:22 +09:00
73a0d4b20b feat: payload size matrix benchmark + archive completed subtask artifacts 2026-06-03 06:15:52 +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
b541b8ab44 feat: high-performance parallel operations milestone work
- Add stress benchmarks for Dart, Go, Python
- Add Kotlin crosstest stress benchmark
- Update ROADMAP and high-performance-parallel-operations milestone
- Remove deprecated inbound-queue-ordering milestone
- Update run_stress.sh test matrix script
- Update TypeScript stress benchmark
2026-06-02 22:34:15 +09:00
041a7b529b update: modify tsconfig, add stress test scripts and benchmarks, archive completed subtask 2026-06-02 19:28:30 +09:00
fca7d27273 feat(typescript): implement inbound gateway and queue ordering
- Add inbound_gateway.ts for handling inbound message routing
- Add node_inbound_gateway.ts for Node.js-specific inbound processing
- Add node_inbound_gateway_worker.ts for worker-based processing
- Update communicator.ts with queue ordering support
- Update node.ts with inbound gateway integration
- Update communicator.test.ts with new test cases
- Archive completed task files for 08_typescript_gateway
2026-06-02 17:03:49 +09:00
be9d1936c5 archive: gateway contract task files and update tests across languages 2026-06-02 08:52:17 +09:00
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
c2567530ba update docs and roadmap 2026-05-30 21:30:24 +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
5cee7e2c71 chore: update typescript ws client/test and add agent-task docs 2026-05-21 09:52:41 +09:00
5a2a21e75a 기능: TypeScript 패키지를 devDependencies로 통합하고 WebSocket 기능을 개선했다
- @bufbuild/protobuf를 dependencies에서 devDependencies로 이동
- ws를 peerDependencies에서 devDependencies로 이동
- node_ws_server.ts에 TLS 및 라우팅 기능 추가
- node_ws_client.ts에 TCP 클라이언트 통합 기능 추가
- message_common_pb.ts 프로토콜 버퍼 코드 재생성
- 크로스테스트 클라이언트 파일들 경로 업데이트
- 테스트 파일들 설정 업데이트
- 문서(PORTING_GUIDE, README) 업데이트
2026-05-20 11:22:04 +09:00
8daf53003d 기능: 브라우저 WebSocket 진입점을 추가한다
브라우저 번들에서 Node 전용 ws 의존성을 분리하고 Go 모듈 경로를 현재 저장소명과 맞추기 위해 진입점과 import 경로를 정리한다.
2026-05-20 07:30:53 +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
0d8359959a update typescript_kotlin crosstest and add agent-task logs 2026-04-27 18:33:01 +09:00
toki
c3bfb35a72 기능: kotlin server crosstest에 WSS phase를 추가한다
WsServer TLS 지원 완료 후 crosstest에 누락됐던 WSS phase를 4개 orchestrator에 추가.
TypeScript는 handshake 안정성을 위해 phase별 서버 인스턴스를 분리했다.
WsServer init 강화(setReuseAddr, startError 전파), TypeScript closeWebSocket 안정화 포함.
2026-04-27 01:05:21 +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
ef0fa5e8bc feat: add typescript implementation and crosstest files 2026-04-24 07:16:37 +09:00