wifi-densepose/v2/crates/wifi-densepose-worldmodel
ruv c9539433b8 fix(worldmodel): compile on non-unix targets (Windows workspace build)
bridge.rs imported tokio::net::UnixStream unconditionally, so the whole
workspace failed to build on Windows (E0432) — blocking cargo test
--workspace and the pre-merge gate there. The OccWorld Unix-socket bridge
is a Linux-appliance feature (Python inference server on the GPU host), so
gate it #[cfg(unix)] and add a #[cfg(not(unix))] send_recv that fails fast
with a clear 'unsupported on this target' Protocol error. Workspace now
builds on Windows; worldmodel 12 tests pass.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-31 03:55:32 -04:00
..
src fix(worldmodel): compile on non-unix targets (Windows workspace build) 2026-05-31 03:55:32 -04:00
Cargo.toml fix(worldmodel): use published worldgraph v0.3.0 instead of path dep (crates.io publish prep) 2026-05-29 18:43:35 -04:00