swactor/docs/development_history
Developer 59845f4059 feat: Docker realization, node binary, docs reorg, and simulation testing
Docker realization (bridging simulation to real TCP):
- NodeDriver (`crates/distribution/src/driver.rs`): bridges DistributedNode
  tick loop to TcpTransport with piggyback-extended wire messages
- swactor-node binary (`crates/node/`): CLI node with --listen, --seed,
  --dashboard-port, --actors flags
- Dockerfile: multi-stage build (rust:1.93-slim → debian:bookworm-slim)
- Docker integration tests (`tests/docker/`): 5-node cluster with 4
  scenarios (convergence, failure detection, actor resolution, rejoin)
- LAN cluster scripts for cross-machine validation
- TCP transport retry-on-stale-connection logic
- /api/distribution REST endpoint on dashboard (feature-gated)
- Piggyback fields (piggyback + from_addr) on Ping/Ack/PingReq messages

Docs reorganization:
- docs/runtime/ — actor-model, runtime, worker-thread, channels
- docs/distribution/ — distribution, swim, kademlia, transport
- docs/diagrams/ — all SVG files
- docs/connectome/ — connectome analysis
- docs/development_history/ — DOCKER_REALIZATION.md, SIMULATION_TESTING.md
- render_docs.sh outputs to docs/diagrams/
- README links updated to new paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 07:45:44 +00:00
..
cfuzz major feature update 2026-02-13 07:11:24 +00:00
DISTRIBUTION.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
distribution_plan.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
DOCKER_REALIZATION.md feat: Docker realization, node binary, docs reorg, and simulation testing 2026-02-13 07:45:44 +00:00
SIMULATION_TESTING.md feat: Docker realization, node binary, docs reorg, and simulation testing 2026-02-13 07:45:44 +00:00
WASM_ACTOR.md skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00