ruview @ v1123
integrity
- size
- 55.6 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: adr-114: cog-quantum-vitals — first quantum-augmented cog spec, recovers R13 NEGATIVE (#742)
Drafted in response to user's escalating signal (opened quantum-sensing doc 11 three times across consecutive ticks). Beyond R20 vision (tick 37) and doc 17 bridge (tick 38), this tick delivers a BUILDABLE ARTIFACT.
First quantum-augmented cog spec. Bedside-only (1-2 m, inherits doc 16 sober posture). Composes nvsim (ADR-089) + R14 V1 + R12.1 pose-PABS + R3 AETHER + Bayesian fusion.
Architecture:
- ESP32 CSI -> R14 V1 breathing rate (classical primary)
- nvsim NV -> R6.1 multi-source forward (cardiac magnetic, NV primary)
- R12.1 pose-PABS hook for residual check
- R3 + AETHER per-patient identity
- Bayesian fusion: classical drives when confidence high; NV drives HRV contour (which R13 NEGATIVE ruled out classically)
Outputs (with confidence scores per output):
- Breathing rate +-0.1 BPM
- Heart rate +-0.5 BPM
- HRV CONTOUR (NV only - this is what R13 ruled out classically)
- Per-patient identity (R3+AETHER, per-installation only)
Cost analysis (bedside):
- 4x ESP32-S3: 0
- 1x NV-diamond: 00-2000 today / ~00 by 2028
- Mount + cal: 0
- TOTAL: 10-2110 vs clinical monitor: 000-10000
Implementation: ~200 LOC, ~3 weeks
- Crate scaffold: 30
- nvsim adapter: 40
- Bayesian fusion: 80
- R12.1 hook: 30
- Manifest schema: 20
Privacy chain unchanged: ADR-106 Layer 1 adds NV B(t) + HRV contour to on-device-only primitive list. ADR-100/109 dual signing for manifest.
R14 V3 (attention-respecting) becomes shippable — was bound by R13's contour requirement; ADR-114 provides the contour.
ADR chain after this tick (10 ADRs in loop's accumulated chain):
- Existing: ADR-100, 103, 104
- Loop: ADR-105, 106, 107, 108, 109, 113, 114
- Critical dependency: ADR-089 (nvsim)
Future ADRs catalogued:
- ADR-115: cog-rydberg-anchor (7-10y)
- ADR-116: real NV hardware bring-up
- ADR-117: cog-quantum-vitals FDA/CE pathway
- ADR-118: cog-mm-position (atomic-clock multistatic)
The three-tick arc (R20 -> doc 17 -> ADR-114):
- R20: vision (quantum recovers classical limits)
- Doc 17: integration (bridges series 11-16 with loop)
- ADR-114: shippable (concrete cog spec, 10-2110/bedside) Vision -> integration -> buildable in 35 minutes.
Honest scope:
- nvsim is deterministic SIMULATOR; cog ships with synthetic benefit until 2028-2030 real hardware
- Cube-of-distance bounds <=2 m bedside (doc 16 posture)
- Patient-side variability requires per-patient calibration
- No bench validation on hybrid pipeline yet
Composes with every loop thread (R3, R6.1, R12, R12.1, R13 NEG recovered, R14 V1/V2/V3, R15, R16-R20) + all ADRs (089, 100, 103-109, 113).
Coordination: ticks/tick-39.md, no PROGRESS.md edit.
Docker Image:
ghcr.io/ruvnet/RuView:f21d833c237f22311445c6983b66dc7e5e094a3e
download
curl -fL -o v1123.zip https://ratatoskr.space/pkg/ruview/v1123.zip
printf '%s %s\n' '987145fbe4a1eaa581203619cf0736d485bfda569d7b17bdf14588dc67d10bf2' 'v1123.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1123.zip"
$out = "v1123.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "987145fbe4a1eaa581203619cf0736d485bfda569d7b17bdf14588dc67d10bf2") { throw "sha256 mismatch" }
curl -fL -o v1123.tar.gz https://ratatoskr.space/pkg/ruview/v1123.tar.gz
printf '%s %s\n' '7816d6983462c121ef79d31905e769cff1c815582eefaa60c14b347bacfa95e1' 'v1123.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/ruview/v1123.tar.gz"
$out = "v1123.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7816d6983462c121ef79d31905e769cff1c815582eefaa60c14b347bacfa95e1") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1123.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1123.zip
printf '%s %s\n' '987145fbe4a1eaa581203619cf0736d485bfda569d7b17bdf14588dc67d10bf2' 'v1123.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1123.zip"
$out = "v1123.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "987145fbe4a1eaa581203619cf0736d485bfda569d7b17bdf14588dc67d10bf2") { throw "sha256 mismatch" }
curl -fL -o v1123.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1123.tar.gz
printf '%s %s\n' '7816d6983462c121ef79d31905e769cff1c815582eefaa60c14b347bacfa95e1' 'v1123.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1123.tar.gz"
$out = "v1123.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7816d6983462c121ef79d31905e769cff1c815582eefaa60c14b347bacfa95e1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1123.zip | zip | 55.5 MiB |
blake3-24 0e9c7fa16096dd810a0496614cc5d76f027b1219a2fe2ae4
sha256 987145fbe4a1eaa581203619cf0736d485bfda569d7b17bdf14588dc67d10bf2
sha1 3d3d5133bff7a6e4300b604a9701f408c617df75
|
| v1123.tar.gz | tar.gz | 54.1 MiB |
blake3-24 7f5afc4003134d69ddc6e7ccaf9c11285a589a4922e483b7
sha256 7816d6983462c121ef79d31905e769cff1c815582eefaa60c14b347bacfa95e1
sha1 7c2f32cf65279bfe68b6d81a98a25ebd3fc33565
|
install
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1123.tar.gz"],
integrity = "sha256-eBbWmDRiwSHvedMZBedpz/HIFVgu76pgwUs0e6z6leE=",
strip_prefix = "ruview-v1123",
)
.url = "https://ratatoskr.space/pkg/ruview/v1123.tar.gz",
install via yggdrasil mesh
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1123.tar.gz"],
integrity = "sha256-eBbWmDRiwSHvedMZBedpz/HIFVgu76pgwUs0e6z6leE=",
strip_prefix = "ruview-v1123",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1123.tar.gz",