Commit Graph

9 Commits

Author SHA1 Message Date
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