0cf51a8ad8
docs(task): compare-rule 완료 상태를 기록한다
...
full baseline comparison evidence가 확보되어 milestone task를 완료 처리하고 active plan/review 파일을 archive 로그로 정리한다.
2026-06-06 04:00:59 +09:00
d79e6cf2d7
test(perf): Kotlin TCP 병렬 기준선을 보강한다
...
Kotlin TCP parallel>=128이 baseline run을 멈추는 병목으로 확인되어 해당 행을 deferred로 기록하고, idle full baseline 후보와 후속 판단 근거를 로드맵과 작업 로그에 남긴다.
2026-06-05 20:52:56 +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
6ba2b3f1c0
update performance-hotspot-optimization roadmap and add task archive
2026-06-04 15:50:06 +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
967153e989
feat: inbound queue ordering implementation and verification
2026-06-02 18:48:45 +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
84635c3ff4
chore(m-inbound-queue-ordering): G08 typescript gateway review + Python gateway fixes
...
- Add archive for 07_python_gateway cloud G08 artifacts
- Fix Python communicator and test updates
2026-06-02 15:39:11 +09:00
570cd8173c
Update Kotlin files and archive G08 task artifacts
2026-06-02 13:53:37 +09:00
2ec43f2d00
feat: inbound queue ordering - Go gateway implementation
...
- Add inbound_gateway.go and inbound_gateway_test.go
- Update communicator.go with nonce handling improvements
- Update tcp_client.go and ws_client.go
- Update communicator_test.go and ws_test.go
- Move old Go gateway docs to archive
2026-06-02 11:43:10 +09:00
bdcebdeb56
feat: dart inbound gateway implementation and inbound queue ordering milestone progress
...
- Add inbound_gateway.dart, inbound_gateway_io.dart, inbound_gateway_web.dart
- Update communicator.dart and proto_socket.dart for inbound queue support
- Update browser_ws_import_compile.dart and communicator_test.dart
- Archive Dart gateway task (04_dart_gateway)
- Create plan and code review docs for go/kotlin/python/typescript gateways
- Update roadmap files (ROADMAP.md, current.md, inbound-queue-ordering.md)
2026-06-02 10:45:33 +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
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
9db4e7020d
add: stability_baseline archive files
2026-05-22 13:42:44 +09:00
cffebc0fc7
교차 테스트 프로세스 정리 및 문서 업데이트 (Go, Dart, TypeScript, Python)
2026-05-21 17:14:34 +09:00
f0da42c63a
수정: Kotlin-TypeScript 테스트 타임아웃 처리를 보강한다
...
TypeScript 클라이언트의 실행 타임아웃 시 하위 노드 프로세스가 남아 오케스트레이터의 스트림 수집 스레드가 무기한 대기하는 현상이 발생했다. 오케스트레이터가 테스트 실패 시에도 명확하게 종료되도록 보장하기 위해 프로세스 정리 로직을 보강한다.
2026-05-21 10:59:55 +09:00
5cee7e2c71
chore: update typescript ws client/test and add agent-task docs
2026-05-21 09:52:41 +09:00
9872ebac87
정리: 에이전트 작업 로그를 보관한다
2026-05-20 07:26:23 +09:00