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

ruview @ v1251

integrity

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

release notes

Automated release from CI pipeline

Changes: docs(adr-118): integrate Soul Signature into BFLD ADRs 118/120/121/122

Wire the Soul Signature research (docs/research/soul/) into BFLD as a consent-based opt-in that runs at privacy_class = 1 (derived). BFLD becomes the policy-enforcement and compliance layer for Soul Signature; the two share the AETHER encoder, the witness chain, the RVF container, and cross_room.rs.

ADR-118 §1.4 (new): comparison table of intents, consent models, ID spaces, and shared assets. Explains why the two systems are complementary, not antagonistic.

ADR-120 §2.7 (new): dual-ID-space contract.

ADR-121 §2.6 (new): Soul Signature Recalibrate exemption + enrollment- quality gate.

ADR-122 §2.7 (new): three Soul Signature HA entities exposed at class 1 only, structurally rejected at the Matter boundary. Fourth blueprint (enrolled-person arrival notification) ships under feature flag, default off, per-person opt-in.

Co-Authored-By: claude-flow ruv@ruv.net

Docker Image: ghcr.io/ruvnet/RuView:753f0a23b7ff1fb463c518d1d75e2837fc606075

download

unix · zip
curl -fL -o v1251.zip https://ratatoskr.space/pkg/ruview/v1251.zip
                    printf '%s  %s\n' '246c5aca5bc5beda4407b36691e17e1ef42f03c9b36f47c1d4e737d04bc11b4d' 'v1251.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1251.zip"
$out = "v1251.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "246c5aca5bc5beda4407b36691e17e1ef42f03c9b36f47c1d4e737d04bc11b4d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1251.tar.gz https://ratatoskr.space/pkg/ruview/v1251.tar.gz
                    printf '%s  %s\n' 'fd1fd0e4013b03e2440283bfd1cfc712f83f5c813537b36e9f9cab5d792ae602' 'v1251.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1251.tar.gz"
$out = "v1251.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd1fd0e4013b03e2440283bfd1cfc712f83f5c813537b36e9f9cab5d792ae602") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1251.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1251.zip
                    printf '%s  %s\n' '246c5aca5bc5beda4407b36691e17e1ef42f03c9b36f47c1d4e737d04bc11b4d' 'v1251.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1251.zip"
$out = "v1251.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "246c5aca5bc5beda4407b36691e17e1ef42f03c9b36f47c1d4e737d04bc11b4d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1251.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1251.tar.gz
                    printf '%s  %s\n' 'fd1fd0e4013b03e2440283bfd1cfc712f83f5c813537b36e9f9cab5d792ae602' 'v1251.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1251.tar.gz"
$out = "v1251.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd1fd0e4013b03e2440283bfd1cfc712f83f5c813537b36e9f9cab5d792ae602") { throw "sha256 mismatch" }
artifact format size hashes
v1251.zip zip 59.7 MiB
blake3-24 c0e00515001dfa116f49ca9057185f5be4f3b77ea9743a8a
sha256 246c5aca5bc5beda4407b36691e17e1ef42f03c9b36f47c1d4e737d04bc11b4d
sha1 0e98689cc4543645e6fa0e9c5485deae0731d268
v1251.tar.gz tar.gz 58.2 MiB
blake3-24 4ff5c0551e0f86980d7513a833b565cc2a4f8619ab072afb
sha256 fd1fd0e4013b03e2440283bfd1cfc712f83f5c813537b36e9f9cab5d792ae602
sha1 4bf4e7a9223c84f9ecb60b204209b2adebae682b

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1251.tar.gz"],
    integrity = "sha256-/R/Q5AE7A+JEAoO/0c/HEvg/XIE1N7Nun5yrXXkq5gI=",
    strip_prefix = "ruview-v1251",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1251.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1251.tar.gz"],
    integrity = "sha256-/R/Q5AE7A+JEAoO/0c/HEvg/XIE1N7Nun5yrXXkq5gI=",
    strip_prefix = "ruview-v1251",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1251.tar.gz",
← v1256v1248 →