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/v1115
vault / ruview / v1115

ruview @ v1115

integrity

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

release notes

Automated release from CI pipeline

Changes: research: production roadmap synthesis — every loop output mapped to owner/LOC/priority (#738)

Terminal output of the SOTA research loop. Maps every research finding to owner, LOC estimate, dependency, and priority across 6 tiers.

Total engineering budget across the loop's output:

Tier 1 (next quarter) ships:

Critical-path graph: 1.1 + 1.2 -> 1.3 -> 2.1 ruview-fed -> 2.2 DP-vital-signs -> 3.1 cross-install -> 3.2 PQC +-> 3.3 real-AETHER -> 3.4 fall-detect +-> 4.x verticals

Why this matters: after 35 ticks of research output, this is the document that lets a team pick up and ship without re-reading the 34 research notes. Priority alignment, estimate-anchoring, critical-path visibility — all in one place.

R-thread mapping:

Composes with every loop output. Every thread, ADR, vertical sketch has a line in some Tier. The TERMINAL output that needs the synthesis power of a research loop to produce.

Honest scope:

Loop status after 35 ticks:

00-summary.md will follow at 12:00 UTC / 08:00 ET cron stop.

Coordination: ticks/tick-35.md, no PROGRESS.md edit.

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

download

unix · zip
curl -fL -o v1115.zip https://ratatoskr.space/pkg/ruview/v1115.zip
                    printf '%s  %s\n' 'ab322dab1bbd8cca03051c7cba813b7409e8085d9e4d0bd80a355373f06a60eb' 'v1115.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1115.zip"
$out = "v1115.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab322dab1bbd8cca03051c7cba813b7409e8085d9e4d0bd80a355373f06a60eb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1115.tar.gz https://ratatoskr.space/pkg/ruview/v1115.tar.gz
                    printf '%s  %s\n' '604f5f9d4be19c2856c49a8c07480e184156d13c7d335b26e35a9e0ff6fe2936' 'v1115.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1115.tar.gz"
$out = "v1115.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "604f5f9d4be19c2856c49a8c07480e184156d13c7d335b26e35a9e0ff6fe2936") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1115.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1115.zip
                    printf '%s  %s\n' 'ab322dab1bbd8cca03051c7cba813b7409e8085d9e4d0bd80a355373f06a60eb' 'v1115.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1115.zip"
$out = "v1115.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab322dab1bbd8cca03051c7cba813b7409e8085d9e4d0bd80a355373f06a60eb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1115.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1115.tar.gz
                    printf '%s  %s\n' '604f5f9d4be19c2856c49a8c07480e184156d13c7d335b26e35a9e0ff6fe2936' 'v1115.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1115.tar.gz"
$out = "v1115.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "604f5f9d4be19c2856c49a8c07480e184156d13c7d335b26e35a9e0ff6fe2936") { throw "sha256 mismatch" }
artifact format size hashes
v1115.zip zip 55.5 MiB
blake3-24 0b6404558d18ef340284328a338ce9a97a7cd41ba0b4efef
sha256 ab322dab1bbd8cca03051c7cba813b7409e8085d9e4d0bd80a355373f06a60eb
sha1 04cb4b0e261664b41a668b2e392775e149ee5657
v1115.tar.gz tar.gz 54.1 MiB
blake3-24 52b49d7b7275b7864db45209578eb0f3eebc110446f2a013
sha256 604f5f9d4be19c2856c49a8c07480e184156d13c7d335b26e35a9e0ff6fe2936
sha1 f519510cbd1510ebdc99f8a19d8f86967c3f8460

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1115.tar.gz"],
    integrity = "sha256-YE9fnUvhnChWxJqMB0gOGEFW0Tx9M1sm41qeD/b+KTY=",
    strip_prefix = "ruview-v1115",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1115.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1115.tar.gz"],
    integrity = "sha256-YE9fnUvhnChWxJqMB0gOGEFW0Tx9M1sm41qeD/b+KTY=",
    strip_prefix = "ruview-v1115",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1115.tar.gz",
← v1117v1113 →