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

ruview @ v1338

integrity

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

release notes

Automated release from CI pipeline

Changes: chore(adr-125 iter 1): fix C6 COM port + ship HAP-python reference impl

Two changes from the ADR-125 e2e bootstrap session:

  1. CLAUDE.md hardware table: COM4 -> COM12 for ESP32-C6 (the C6 + Seeed MR60BHA2 dev kit now enumerates on COM12 on ruvzen, not COM4 as previously documented). Same fix applied to the ESP32-S3 row (COM7 -> COM9) which CLAUDE.local.md already covered but the top-level table had not been updated.

  2. scripts/hap-test-sensor.py — the ~80 LOC HAP-python sidecar that ADR-125 §2.1.a names as the reference implementation. Already running on ruv-mac-mini, already paired with operator's iPhone (paired_clients: 1), already round-trips a MotionDetected characteristic from a touch-file toggle through the HomePod (as Home Hub) to the Home app.

Substrate validated for iter 2+:

Refs ADR-125, #794.

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

Docker Image: ghcr.io/ruvnet/RuView:19b445f9bb4ede36aa6ae9332944c488cca148ab

download

unix · zip
curl -fL -o v1338.zip https://ratatoskr.space/pkg/ruview/v1338.zip
                    printf '%s  %s\n' 'd1d01cbc745ba3f8bf3e1542187dff769d2e923a9cb69aaf8539c6013389b68f' 'v1338.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1338.zip"
$out = "v1338.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1d01cbc745ba3f8bf3e1542187dff769d2e923a9cb69aaf8539c6013389b68f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1338.tar.gz https://ratatoskr.space/pkg/ruview/v1338.tar.gz
                    printf '%s  %s\n' 'd78e80f164a8369d3d98ff257fad7e680bee8b75425c7448d416d73ac4f64d15' 'v1338.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1338.tar.gz"
$out = "v1338.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d78e80f164a8369d3d98ff257fad7e680bee8b75425c7448d416d73ac4f64d15") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1338.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1338.zip
                    printf '%s  %s\n' 'd1d01cbc745ba3f8bf3e1542187dff769d2e923a9cb69aaf8539c6013389b68f' 'v1338.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1338.zip"
$out = "v1338.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1d01cbc745ba3f8bf3e1542187dff769d2e923a9cb69aaf8539c6013389b68f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1338.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1338.tar.gz
                    printf '%s  %s\n' 'd78e80f164a8369d3d98ff257fad7e680bee8b75425c7448d416d73ac4f64d15' 'v1338.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1338.tar.gz"
$out = "v1338.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d78e80f164a8369d3d98ff257fad7e680bee8b75425c7448d416d73ac4f64d15") { throw "sha256 mismatch" }
artifact format size hashes
v1338.zip zip 60.0 MiB
blake3-24 70b58a1610844f6051543aa9f9263ed9788712af8332c4ea
sha256 d1d01cbc745ba3f8bf3e1542187dff769d2e923a9cb69aaf8539c6013389b68f
sha1 6f105e33dcfd01188a839b0874c550264e8cba9b
v1338.tar.gz tar.gz 58.4 MiB
blake3-24 90d5a0a45e8aa6393f684e1acd384bce69171ad876891f35
sha256 d78e80f164a8369d3d98ff257fad7e680bee8b75425c7448d416d73ac4f64d15
sha1 19f60d024926788b786daea7348d3407b91c0b86

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1338.tar.gz"],
    integrity = "sha256-146A8WSoNp09mP8lf61+aAvui3VCXHRI1BbXOsT2TRU=",
    strip_prefix = "ruview-v1338",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1338.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1338.tar.gz"],
    integrity = "sha256-146A8WSoNp09mP8lf61+aAvui3VCXHRI1BbXOsT2TRU=",
    strip_prefix = "ruview-v1338",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1338.tar.gz",
← v1339v1337 →