- transport/{server,session,frame,codec,tls}.go 삭제 - packages/protocol/protocol.go 삭제 (JSON 기반 메시지 타입) - bootstrap/module.go에서 transport.Server 와이어링 제거 - TransportConf.Listen → EdgeAddr (node는 서버가 아닌 클라이언트) - configs/node.yaml transport.listen → transport.edge_addr Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
apps/node 중심 구현 — TCP+JSON transport, Hexagonal Architecture, mock/cli adapter, fx DI, SQLite 실행 이력 저장. edge/control-plane/worker는 cobra placeholder. 유닛 테스트 및 통합 테스트 클라이언트 계획서 추가.