Commit Graph

33 Commits

Author SHA1 Message Date
ruv 7fa4b4de49 deploy(nvsim): WsClient + transport switching + auto-reverify on transport flip 2026-04-27 11:59:43 -04:00
ruv ce634993d2 deploy(nvsim): Home view hides sidebar/inspector/console for clean first impression 2026-04-27 11:46:49 -04:00
ruv 67293a060d deploy(nvsim): Home view as default landing — friendly hero + 4 quick-jump cards 2026-04-27 11:44:46 -04:00
ruv 6f7b85d6c3 deploy(nvsim): topbar Tour button + help-center 'Take the tour' CTA 2026-04-27 11:40:33 -04:00
ruv b18de33341 deploy(nvsim): App Store runtime — 6 apps emitting real events live 2026-04-27 11:29:20 -04:00
ruv 71c6f0e5f4 deploy(nvsim): help center + 10-step welcome tour + panel descriptions + settings explainers 2026-04-27 10:37:44 -04:00
ruv cae46f986d deploy(nvsim): expanded Inspector + Witness views (full-screen main area) 2026-04-27 10:25:49 -04:00
ruv cd853679a0 deploy(nvsim): iter G+H+I + P0.10 — modal forms, a11y pass, drag persistence, REPL history 2026-04-26 22:06:42 -04:00
ruv 0c40c5de62 deploy(nvsim): iter B+C+D+F — sim controls, scene toolbar, seed modal, tunables wire-through, SNR, prefers-reduced-motion auto-detect, proof.export REPL 2026-04-26 21:31:45 -04:00
ruv b861ff3441 deploy(nvsim): live Ghost Murmur WASM demo + ADR-093 gap analysis
Adds 'Try it yourself' interactive section to the Ghost Murmur view:
distance + heart-moment sliders that drive nvsim::Pipeline live via the
new runTransient WASM export. Per-tier detectability bars compare
predicted |B| vs each transport's noise floor (NV-ensemble lab, COTS
DNV-B1, SQUID, 60 GHz mmWave, WiFi CSI). Witness for the transient
run is shown alongside the canonical reference witness.

Powered by ADR-093 gap analysis. Live at
https://ruvnet.github.io/RuView/nvsim/
2026-04-26 21:20:55 -04:00
ruv eecfbcdf8a deploy(nvsim): wire all rail buttons + Ghost Murmur view
Inspector and Witness rail buttons now switch the inspector tab; Ghost
Murmur button opens a new research view summarising the publicly-
reported April 2026 CIA program and RuView's 3-tier mesh equivalent.

Verified end-to-end with agent-browser. ADR-092 §14b.
2026-04-26 21:10:55 -04:00
ruv 87bc2fe505 deploy(nvsim): include nvsim-pkg WASM artifacts (force past wasm-pack .gitignore) 2026-04-26 20:14:04 -04:00
ruv fdac4bfcda deploy(nvsim): fix worker base path resolution for GitHub Pages
Worker now reads import.meta.env.BASE_URL from main thread instead of
self.location.origin so /nvsim-pkg/ resolves under /RuView/nvsim/ on
GitHub Pages instead of bare origin.
2026-04-26 20:12:21 -04:00
ruv 43f853d61a deploy(nvsim): publish dashboard to /nvsim/ [ADR-092]
Vite + Lit dashboard for the nvsim NV-diamond magnetometer simulator.
WASM-backed deterministic pipeline (Proof::EXPECTED_WITNESS_HEX matches
across browsers and machines). PWA-enabled with service worker and
manifest scoped to /RuView/nvsim/.

Live: https://ruvnet.github.io/RuView/nvsim/

Preserves all sibling demos:
 - / (Observatory)
 - /pose-fusion/ (Pose Fusion)
 - /ui/ (legacy UI)

Source: feat/nvsim-pipeline-simulator @ 5846c3d6d

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-26 20:10:23 -04:00
ruv 05f2d2d7ca deploy: rebrand DensePose → RuView in pose-fusion 2026-03-12 21:55:29 -04:00
ruv d0408bc07a deploy: add gradient background to camera prompt
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 21:38:48 -04:00
ruv afcced39ab deploy: fix RuVector pipeline stats display (guard undefined)
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 21:32:30 -04:00
ruv 9067d47bb2 deploy: bump all import cache busters to v=13 to fix stale csi-simulator
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 21:24:26 -04:00
ruv 8f3edd9351 deploy: fix toFixed crash and Blob WebSocket handling in CSI simulator
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 21:18:20 -04:00
ruv b76f5230ab deploy: 6-stage RuVector WASM attention pipeline + pose fusion updates
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 21:06:04 -04:00
ruv 04c6d1a595 deploy: update pose fusion demo with live ESP32 WebSocket auto-connect
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 17:42:29 -04:00
ruv 4d541e02ff fix: responsive video layout + WASM path + motion tracking
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 16:16:57 -04:00
ruv aeea8b2124 fix: motion-responsive skeleton + through-wall tracking
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 16:11:44 -04:00
ruv a387894689 chore: clean gh-pages to web-only assets
Remove non-web content (firmware, rust-port target, claude-flow state,
duplicate ui/ copies) that was causing GitHub Pages builds to error.
Branch now contains only static web assets (~600KB vs ~11GB before).

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 15:00:38 -04:00
ruv 36b008814e fix: add .nojekyll to prevent Jekyll processing of WASM files
Jekyll ignores files starting with underscore and may fail on
binary WASM files. The .nojekyll file tells GitHub Pages to
serve files directly without Jekyll processing.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 14:38:57 -04:00
ruv 3599869e62 feat: deploy dual-modal pose fusion demo to GitHub Pages
Live webcam + WiFi CSI fusion pose estimation running entirely
in the browser via WASM (ruvector-cnn-wasm). Three modes:
Dual (video+CSI), Video-only, CSI-only.

Alongside existing Observatory demo with navigation link.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-12 14:31:33 -04:00
ruv f065b68bce fix: mobile responsive layout for Observatory
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-05 13:00:25 -05:00
ruv 7bac93d06d fix: ambient light brightness - use bright color 0xccccdd with 5x multiplier
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 11:01:40 -05:00
ruv c429fc698f fix: remove nested dirs, CLAUDE.local.md, and binary from gh-pages
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-05 10:57:29 -05:00
ruv 5c5149dc38 fix: brighten ambient light for room brightness slider to work visibly
Changed ambient light from dark 0x446688 to bright 0xccccdd with 5x
multiplier. Bumped SETTINGS_VERSION to 6.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-05 10:57:11 -05:00
ruv 90a9201afe fix: room brightness slider applies 3x multiplier
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-05 10:51:51 -05:00
ruv 2ff7862843 fix: reduce bloom, bump settings version for auto-cycle
Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-05 10:42:50 -05:00
ruv e4e6c1e600 deploy: Observatory demo for GitHub Pages
Static demo of the Psychohistory Observatory visualization (ADR-047).
Runs in demo mode with synthetic CSI data — cycles through 4 scenarios
(empty room, breathing, walking, fall event) every 30 seconds.

Live at: https://ruvnet.github.io/RuView/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 10:35:56 -05:00