ruview @ v2063
integrity
- size
- 65.5 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: docs: add calibration guide and trust/engine-error diagnostics (#1456) (#1457)
Closes the two documentation gaps from #1456 (follow-up to #1401):
-
docs/calibration-guide.md: what calibrate/enroll/train-room actually enforce, grounded in v2/crates/wifi-densepose-calibration and wifi-densepose-cli source (not just ADR-135/151 aspirational prose). Covers the hard 600-frame baseline minimum, per-anchor quality gate thresholds, the unsolved pet/small-motion presence-detection gap, and what the empty-room baseline capture actually needs (steady vs silent). Flags that ADR-135's drift_score/BaselineDrift staleness system is not implemented in code — only bank.rs's baseline_id STALE check is real.
-
docs/trust-and-engine-errors.md: exact trigger conditions for engine_error_count vs the separate, non-sticky
demotedprivacy-class flag, where both are exposed (/health/ready and /api/v1/status share a handler), the real diagnostic gap (no per-cause breakdown, log line is the closest thing), the WDP_GUARD_INTERVAL_US recovery path for persistent clock-drift demotion, and an honest "no code path found" answer on whether a converted HuggingFace model explains engine errors.
Also adds both docs to the README documentation table. No code changes.
Docker Image:
ghcr.io/ruvnet/RuView:e6062977c965e9dd5603a3b1587a9da49caf9b17
download
curl -fL -o v2063.zip https://ratatoskr.space/pkg/ruview/v2063.zip
printf '%s %s\n' '1f65544e3f5d21193a647f9ba9f53b5c91a6b2160062e08d14fb935dbb7caf2a' 'v2063.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v2063.zip"
$out = "v2063.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1f65544e3f5d21193a647f9ba9f53b5c91a6b2160062e08d14fb935dbb7caf2a") { throw "sha256 mismatch" }
curl -fL -o v2063.tar.gz https://ratatoskr.space/pkg/ruview/v2063.tar.gz
printf '%s %s\n' '74303f19add2214c4ec55b521d0ba7bfebe780301630821c77c112959fba4a91' 'v2063.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v2063.tar.gz"
$out = "v2063.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "74303f19add2214c4ec55b521d0ba7bfebe780301630821c77c112959fba4a91") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v2063.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2063.zip
printf '%s %s\n' '1f65544e3f5d21193a647f9ba9f53b5c91a6b2160062e08d14fb935dbb7caf2a' 'v2063.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2063.zip"
$out = "v2063.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1f65544e3f5d21193a647f9ba9f53b5c91a6b2160062e08d14fb935dbb7caf2a") { throw "sha256 mismatch" }
curl -fL -o v2063.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2063.tar.gz
printf '%s %s\n' '74303f19add2214c4ec55b521d0ba7bfebe780301630821c77c112959fba4a91' 'v2063.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2063.tar.gz"
$out = "v2063.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "74303f19add2214c4ec55b521d0ba7bfebe780301630821c77c112959fba4a91") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2063.zip | zip | 65.5 MiB |
blake3-24 fc2b5eb3b3ff79de48768c3f5960e552b8e385996689d470
sha256 1f65544e3f5d21193a647f9ba9f53b5c91a6b2160062e08d14fb935dbb7caf2a
sha1 acaec9dc0b4955d42b1d00f1659efb793f801d83
|
| v2063.tar.gz | tar.gz | 63.6 MiB |
blake3-24 91064648eac088881ead2903d2bc9db466d7fc975869c99b
sha256 74303f19add2214c4ec55b521d0ba7bfebe780301630821c77c112959fba4a91
sha1 80170fb18e29efc73388fce95b50156638cda700
|
install
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v2063.tar.gz"],
integrity = "sha256-dDA/Ga3SIUxOxVtSHQunv+vngDAWMIIcd8ESlZ+6SpE=",
strip_prefix = "ruview-v2063",
)
.url = "https://ratatoskr.space/pkg/ruview/v2063.tar.gz",
install via yggdrasil mesh
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2063.tar.gz"],
integrity = "sha256-dDA/Ga3SIUxOxVtSHQunv+vngDAWMIIcd8ESlZ+6SpE=",
strip_prefix = "ruview-v2063",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2063.tar.gz",