ruview @ v1095
integrity
- size
- 55.6 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: research(R6.2.4): 3D chest-centric N-anchor — validates R6.2.2.1 prediction with refinement (#728)
Composes R6.2.2.1 (3D N-anchor) with R6.2.3 (chest-centric zones). Tests R6.2.2.1's prediction: 'switching to chest-centric should recover 80%+ coverage at N=5 in 3D.'
Result: 3D chest-centric N=5 = 76.8% (close to but below 80%); 3D chest-centric N=6 = 81.6% (knee shifts one anchor higher).
4-way comparison at N=5:
- R6.2.2 (2D body): 96.8%
- R6.2.3 (2D chest): 82.4%
- R6.2.2.1 (3D body): 49.4%
- R6.2.4 (3D chest): 76.8%
3D chest recovers 27 pp of the 47 pp gap R6.2.2.1 surfaced. Most of the architectural fix works.
COUNTER-FINDING: no ceiling anchors selected for chest-centric zones. Greedy picks 100% low (0.8 m) + mid (1.5 m). R6.2.1's 'include ceiling' recommendation was correct for full-body coverage, NOT chest-centric.
Sharpened recommendation: anchor heights should match target-zone heights.
- Bed-only (z=0.3-0.6): Low only
- Chair sitting (z=0.5-1.0): Low + mid
- Standing chest (z=1.2-1.5): Mid only
- Mixed chest (z=0.3-1.5): Low + mid (NO ceiling)
- Full body (z=0.3-1.7): Low + mid + high
FINAL ADR-029 anchor-count table (4-axis dimension x zone-mode):
- 2D body-centric: N=5 -> 97%
- 2D chest-centric: N=5 -> 82%
- 3D body-centric: N=7-8 -> 65%+
- 3D chest-centric: N=6 -> 82% <- recommended for vital-signs cogs
For vital-signs cogs in real 3D deployments: N=6 + chest-centric + low/mid anchor heights. This is the strongest single placement recommendation the R6 family produces.
R6 family substantively complete after this tick (8 ticks total): R6, R6.1, R6.2, R6.2.1, R6.2.2, R6.2.2.1, R6.2.3, R6.2.4.
Second self-corrective tick of the loop: R6.2.2.1 predicted 80%; actual is 76.8%. Self-correction documented (prediction was 3.2 pp optimistic, knee shifts to N=6). Integrity pattern continues.
Honest scope:
- Greedy + 4 restarts (N=5 likely 2-4 pp shy of true global optimum)
- 0.1 m grid, single 5x5x2.5 geometry
- Three chest zones; multi-subject = future
- R6.2.1's ceiling rec was for full-body, not invalidated -- refined
Composes:
- R6.2.1 / R6.2.2 / R6.2.2.1 (same physics, different zones)
- R6.2.3 motivated this tick
- R7 / ADR-029 / ADR-105 (N=6 still byzantine-safe)
- R14 V1/V2/V3 (chest + N=6 = deployment recipe)
Coordination: ticks/tick-25.md, no PROGRESS.md edit.
Docker Image:
ghcr.io/ruvnet/RuView:2e89fe61ef4af3b1cc349ee0f00ae1a227de0cac
download
curl -fL -o v1095.zip https://ratatoskr.space/pkg/ruview/v1095.zip
printf '%s %s\n' 'd0ecb2804bf0ca953a77e4130e354512e9dd5777aacbceb13c5cd596e6cdfa41' 'v1095.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1095.zip"
$out = "v1095.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0ecb2804bf0ca953a77e4130e354512e9dd5777aacbceb13c5cd596e6cdfa41") { throw "sha256 mismatch" }
curl -fL -o v1095.tar.gz https://ratatoskr.space/pkg/ruview/v1095.tar.gz
printf '%s %s\n' '71c56d0cf0788cca2c487daf238d0ea97b6c1ed1e8ffec6272c34b3dbfd95925' 'v1095.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1095.tar.gz"
$out = "v1095.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "71c56d0cf0788cca2c487daf238d0ea97b6c1ed1e8ffec6272c34b3dbfd95925") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1095.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1095.zip
printf '%s %s\n' 'd0ecb2804bf0ca953a77e4130e354512e9dd5777aacbceb13c5cd596e6cdfa41' 'v1095.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1095.zip"
$out = "v1095.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0ecb2804bf0ca953a77e4130e354512e9dd5777aacbceb13c5cd596e6cdfa41") { throw "sha256 mismatch" }
curl -fL -o v1095.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1095.tar.gz
printf '%s %s\n' '71c56d0cf0788cca2c487daf238d0ea97b6c1ed1e8ffec6272c34b3dbfd95925' 'v1095.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1095.tar.gz"
$out = "v1095.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "71c56d0cf0788cca2c487daf238d0ea97b6c1ed1e8ffec6272c34b3dbfd95925") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1095.zip | zip | 55.5 MiB |
blake3-24 3f89c58971baeac025bec65a9f66c0b19023c02e28ddbf42
sha256 d0ecb2804bf0ca953a77e4130e354512e9dd5777aacbceb13c5cd596e6cdfa41
sha1 537bc93db39929e96138f74ab138fdf715103812
|
| v1095.tar.gz | tar.gz | 54.1 MiB |
blake3-24 55e523aedd41e864b5818123596d27b44c4efe4f07038758
sha256 71c56d0cf0788cca2c487daf238d0ea97b6c1ed1e8ffec6272c34b3dbfd95925
sha1 cc421670955712341ad6811aeabc5ed77346d13d
|
install
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1095.tar.gz"],
integrity = "sha256-ccVtDPB4jMosSH2vI40OqXtsHtHo/+xicsNLPb/ZWSU=",
strip_prefix = "ruview-v1095",
)
.url = "https://ratatoskr.space/pkg/ruview/v1095.tar.gz",
install via yggdrasil mesh
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1095.tar.gz"],
integrity = "sha256-ccVtDPB4jMosSH2vI40OqXtsHtHo/+xicsNLPb/ZWSU=",
strip_prefix = "ruview-v1095",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1095.tar.gz",