yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/ruview/v1313
vault / ruview / v1313

ruview @ v1313

integrity

size
60.0 MiB
downloaded
last checked
source https://github.com/ruvnet/RuView · available · github

release notes

Automated release from CI pipeline

Changes: docs(adr-124): RUVIEW-POLICY layer + Q4 cache resolution + multi-modal vision

Three additive sections per maintainer review of SENSE-BRIDGE (the original 13-section draft is unchanged below; these are inserts):

§4.1a — RUVIEW-POLICY governance layer (NEW). Five tools:

Enforcement is server-side, not client-side — agents cannot bypass. Default policy when no file exists: deny vitals + audit_log; allow presence.now + node.list; allow primitives.list_active with redact_identity_fields applied. "Explore safely" default.

Q4 — RESOLVED. The library MUST take continuous local cache + event-driven invalidation + bounded freshness windows. Tools never wait on the next CSI frame; cache hits return in <1 ms; every tool accepts max_age_ms and returns { value: null, reason: "stale", last_seen_ms, threshold_ms } when stale rather than blocking. Decouples agent orchestration latency from RF acquisition jitter — required to scale to dozens of concurrent Streamable HTTP sessions per Q8.

§11.3 — Strategic implication: ambient-sensing normalization layer (NEW). The §4 tool catalog shape is modality-agnostic. Same surface absorbs BLE / mmWave (already on COM4) / LiDAR / thermal / camera / radar / UWB. Position as semantic-environment API, not WiFi client. Follow-on ADR-13x RUVIEW-FUSION formalizes per-modality adapter contract. Out of scope for 124; designed in.

§11.2 risk table — added the "sensing-tool surface becomes surveillance API" row, mitigation = RUVIEW-POLICY layer + server- side redaction.

Refs: docs/adr/ADR-124-rvagent-mcp-ruvector-npm-integration.md

Docker Image: ghcr.io/ruvnet/RuView:efadeb3a73dd374e5db7599e30e1bbc49a0e9021

download

unix · zip
curl -fL -o v1313.zip https://ratatoskr.space/pkg/ruview/v1313.zip
                    printf '%s  %s\n' '7ba2e39979332cf8bcc729f3df0064a9b8b5c8311dcb0db07848ee6ab9de1b4f' 'v1313.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1313.zip"
$out = "v1313.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7ba2e39979332cf8bcc729f3df0064a9b8b5c8311dcb0db07848ee6ab9de1b4f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1313.tar.gz https://ratatoskr.space/pkg/ruview/v1313.tar.gz
                    printf '%s  %s\n' '50ee718627cd4dd247eeb7d6143e3290f508a289d5898d3ffa11ca249676c988' 'v1313.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1313.tar.gz"
$out = "v1313.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50ee718627cd4dd247eeb7d6143e3290f508a289d5898d3ffa11ca249676c988") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1313.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1313.zip
                    printf '%s  %s\n' '7ba2e39979332cf8bcc729f3df0064a9b8b5c8311dcb0db07848ee6ab9de1b4f' 'v1313.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1313.zip"
$out = "v1313.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7ba2e39979332cf8bcc729f3df0064a9b8b5c8311dcb0db07848ee6ab9de1b4f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1313.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1313.tar.gz
                    printf '%s  %s\n' '50ee718627cd4dd247eeb7d6143e3290f508a289d5898d3ffa11ca249676c988' 'v1313.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1313.tar.gz"
$out = "v1313.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50ee718627cd4dd247eeb7d6143e3290f508a289d5898d3ffa11ca249676c988") { throw "sha256 mismatch" }
artifact format size hashes
v1313.zip zip 60.0 MiB
blake3-24 e924d6e3a33fc14cea36edf069f5b8e74c7bcf6a602b3d8e
sha256 7ba2e39979332cf8bcc729f3df0064a9b8b5c8311dcb0db07848ee6ab9de1b4f
sha1 05a1a23f04c1d51e43e279dfa7129c61fd6f2e9b
v1313.tar.gz tar.gz 58.4 MiB
blake3-24 cc6fabd012185474d3c8010e2b729330eea1025b2da3b534
sha256 50ee718627cd4dd247eeb7d6143e3290f508a289d5898d3ffa11ca249676c988
sha1 8acd3b79f2661513c55e6f20c2950e01fe8186e6

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1313.tar.gz"],
    integrity = "sha256-UO5xhifNTdJH7rfWFD4ykPUIoonViY0/+hHKJJZ2yYg=",
    strip_prefix = "ruview-v1313",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1313.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1313.tar.gz"],
    integrity = "sha256-UO5xhifNTdJH7rfWFD4ykPUIoonViY0/+hHKJJZ2yYg=",
    strip_prefix = "ruview-v1313",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1313.tar.gz",
← v1316v0.9.0 →