swactor/crates
zacheryasc c1feddcab4 feat: realize distribution crate (#33)
Stand up a runnable distribution stack on top of the core node logic.

- distribution: add NodeDriver bridging DistributedNode to real TCP I/O
  (TcpTransport/TcpAcceptor), translating NodeActions to/from wire messages;
  refine swim probe timing and transport wiring.
- node: new swactor-node binary (crates/node) hosting a real node over TCP.
- tests/docker: multi-host LAN cluster harness (compose, run-lan-cluster.sh,
  cluster + lan_cluster integration tests) exercising the full SWIM path.
- simulation: cluster_scenarios integration + distribution property coverage.
- docs: reorganize into distribution/, runtime/, diagrams/, connectome/; add
  DOCKER_REALIZATION + SIMULATION_TESTING realization notes.

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-13 07:55:12 +00:00
..
command feat: wasm runner actor skeleton (#32) 2026-02-13 07:42:44 +00:00
distribution feat: realize distribution crate (#33) 2026-02-13 07:55:12 +00:00
dp-mnist feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
node feat: realize distribution crate (#33) 2026-02-13 07:55:12 +00:00
python feat(std): add supervision, router, and registries 2026-02-13 07:11:24 +00:00
runtime-dashboard feat: realize distribution crate (#33) 2026-02-13 07:55:12 +00:00
simulation feat: realize distribution crate (#33) 2026-02-13 07:55:12 +00:00
simulation-dashboard feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
std feat(std): add supervision, router, and registries 2026-02-13 07:11:24 +00:00
wasm feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
wasm-actor feat: wasm runner actor skeleton (#32) 2026-02-13 07:42:44 +00:00