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

ruview @ v1221

integrity

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

release notes

Automated release from CI pipeline

Changes: feat(cog-ha-matter): P2 scaffold + ADR-116 P1 research-dossier fold-in

cron iter 1. Three things landed atomically because they cross-cite:

P1 — research dossier complete Deep-researcher agent (a4dd35950ffd) shipped docs/research/ADR-116-ha-matter-cog-research.md: 8 sections, 30+ citations across Matter / HACS / cog arch / local-AI / federation / competitors / regulatory / v1 scope. Key findings folded into ADR-116 §3 and §4: - Matter device class: OccupancySensor (0x0107) + RFSensing feature on cluster 0x0406 (1.4 rev 5) - ESP32-C6 Thread Border Router: one Kconfig flag away (CONFIG_OPENTHREAD_BORDER_ROUTER=y) - HACS quality tier: target Gold (repairs + diagnostics + reconfiguration), start from hacs.integration_blueprint - CSA cert: ~$30-42k/yr — skip for v1, "Works with HA" positioning instead - Cog RAM/CPU: 128 MB / 15% on the Seed; 10 KB INT8 semantic-primitive classifier fits without PSRAM - SONA: <100 µs/query confirmed by ruvllm-esp32 v0.3.3 - FDA Jan 2026 wellness guidance covers HR / sleep / activity anomaly when marketed as "anomaly notification" not "diagnosis" - Competitor moat: Aqara FP300 / TOMMY / ESPectre all lack HR + BR + pose + semantic + witness simultaneously

P2 — cog crate scaffold compiles v2/crates/cog-ha-matter/ created with cog-pose-estimation as precedent shape (ADR-101). Files: - Cargo.toml: depends on wifi-densepose-sensing-server with --features mqtt + wifi-densepose-hardware for the ADR-110 SyncPacket bridge. - src/lib.rs: COG_ID = "ha-matter", MDNS_SERVICE_TYPE "_ruview-ha._tcp", DEFAULT_CONTROL_PORT 9180. - src/manifest.rs: typed CogManifest (8 fields) mirroring cog-pose-estimation's manifest.template.json. Round-trip test locks the JSON wire shape; id-constant test guards against rename drift. - src/main.rs: clap CLI with --sensing-url / --mqtt-host / --mqtt-port / --privacy-mode / --print-manifest. The --print-manifest flag emits the build-time template with {{VERSION}} / {{ARCH}} placeholders for the signer. - v2/Cargo.toml: cog-ha-matter added as workspace member.

Verification: cargo check -p cog-ha-matter --no-default-features → green cargo test -p cog-ha-matter --no-default-features --lib → 2/2 manifest tests pass

ADR-116 §3 + §4 + §5 (phases) updated to mark P1+P2 ✅ done and seat the recommended v1 scope (privacy-mode audit-only → cog signing → SONA loop → HACS gold → Matter Bridge as v0.8) ranked by build cost × user impact per the dossier.

P3 (next iter): wrap the existing ADR-115 MQTT publisher as the cog's main loop. The scaffold returns SUCCESS immediately today.

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

Docker Image: ghcr.io/ruvnet/RuView:56265023dc73c5403fe9edb33851b22bb6499bbd

download

unix · zip
curl -fL -o v1221.zip https://ratatoskr.space/pkg/ruview/v1221.zip
                    printf '%s  %s\n' 'b1ef0e079e25ef689f3a4422bd608b5ab29ef3a1995477c377ac0ec507305d21' 'v1221.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1221.zip"
$out = "v1221.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1ef0e079e25ef689f3a4422bd608b5ab29ef3a1995477c377ac0ec507305d21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1221.tar.gz https://ratatoskr.space/pkg/ruview/v1221.tar.gz
                    printf '%s  %s\n' '2d7527cc9b631e48b9fb24aa4fb80205db9d3a760add24458c526f033f63e1bb' 'v1221.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1221.tar.gz"
$out = "v1221.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d7527cc9b631e48b9fb24aa4fb80205db9d3a760add24458c526f033f63e1bb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1221.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1221.zip
                    printf '%s  %s\n' 'b1ef0e079e25ef689f3a4422bd608b5ab29ef3a1995477c377ac0ec507305d21' 'v1221.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1221.zip"
$out = "v1221.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b1ef0e079e25ef689f3a4422bd608b5ab29ef3a1995477c377ac0ec507305d21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1221.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1221.tar.gz
                    printf '%s  %s\n' '2d7527cc9b631e48b9fb24aa4fb80205db9d3a760add24458c526f033f63e1bb' 'v1221.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1221.tar.gz"
$out = "v1221.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d7527cc9b631e48b9fb24aa4fb80205db9d3a760add24458c526f033f63e1bb") { throw "sha256 mismatch" }
artifact format size hashes
v1221.zip zip 59.6 MiB
blake3-24 51c2f67a6cddb95c215dfa1e0da3cfb5d9165a18aa15eab5
sha256 b1ef0e079e25ef689f3a4422bd608b5ab29ef3a1995477c377ac0ec507305d21
sha1 672a83984e1c266a2ebfc787b27d9ad3053199a8
v1221.tar.gz tar.gz 58.1 MiB
blake3-24 488f6095ec3a48d85e4137a6fd32fb359c0164e269316102
sha256 2d7527cc9b631e48b9fb24aa4fb80205db9d3a760add24458c526f033f63e1bb
sha1 5696b67c12b60f7a98c9e741cfe91261a9cfb7a1

install

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