wifi-densepose/v2
ruv 53f52bbe74 fix(ci): wasm-pack PATH + Dockerfile workspace stub
Two post-merge CI failures:

1. nvsim Dashboard → GitHub Pages: `wasm-pack: command not found`.
   `cargo install wasm-pack --locked` doesn't reliably leave the binary
   on PATH inside subsequent steps. Switched both Pages + a11y workflows
   to the canonical wasm-pack installer:
     curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
   which deposits to /home/runner/.cargo/bin/ that's already on PATH.

2. nvsim-server → ghcr.io: cargo can't resolve workspace.dependencies
   because the partial Cargo.toml copies only two crates. Dockerfile now
   generates a stub workspace Cargo.toml inline that lists just nvsim +
   nvsim-server with the workspace-deps section copied verbatim.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-27 12:46:25 -04:00
..
.claude-flow chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
crates fix(ci): wasm-pack PATH + Dockerfile workspace stub 2026-04-27 12:46:25 -04:00
data chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
docs chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
examples chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
patches/ruvector-crv chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
Cargo.lock feat(nvsim): digitiser + pipeline end-to-end [nvsim:pass5] 2026-04-26 16:56:28 -04:00
Cargo.toml feat(nvsim): server + onboarding + PWA + GH Pages workflow [ADR-092] 2026-04-26 20:09:27 -04:00