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

ruview @ v1740

integrity

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

release notes

Automated release from CI pipeline

Changes: refactor(beyond-sota): ADR-154 M3 — clear §7.4 P3 backlog (22 de-magic + 6 boundary tests, backlog 36→0) (#1057)

Lift the bare fusion weights, normalization scales, confidence-indicator weights, and adaptive-threshold clamp bounds in motion.rs out of the scoring functions into named, documented EMPIRICAL-DEFAULT consts. Values are bit-identical to the prior literals — this is cleanup, no behaviour change.

Adds boundary/characterization tests pinning current behaviour:

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

Tests pinning current behaviour:

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

Lift the bare drift-detection literals (7-day baseline, 2-sigma z-score, 3-day sustained, 7-day escalation, EMA alpha, cosine epsilon) into named, documented EMPIRICAL-DEFAULT consts encoding the module's Key Invariants. The duplicated >= 7 in is_ready/is_ready_at now share one const. EMA alpha kept as the exact 0.05 literal (1.0 - 0.95_f32 is not bit-identical in f32). Values unchanged.

Tests:

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

De-magic the bare division-guard epsilons in four modules into named, documented consts (values unchanged) and pin the previously-untested zero-norm / zero-variance / degenerate boundaries:

Each module also gets a *_unchanged_from_literal const-pin test.

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

rf_slam.rs:

attractor_drift.rs:

Each module gets a *_consts_unchanged_from_literals pin test.

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

Completes the M1 #9 de-magic for coherence.rs: the four bare 1e-6 variance-floor literals (update_reference floor + coherence_score/per_subcarrier_zscores epsilon) collapse to one VARIANCE_FLOOR const, and the inline 0.95 default decay becomes DEFAULT_EMA_DECAY. Values unchanged.

Tests:

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

Lift the bare calibration literals into named EMPIRICAL-DEFAULT consts (values unchanged, bit-identical; calibration is off the Python proof path):

Test calibration_consts_unchanged_from_literals pins all five and asserts every tier constructor shares DEFAULT_MIN_FRAMES.

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

fusion_quality.rs:

temporal_gesture.rs:

Each module gets a *_consts_unchanged_from_literals pin test. Values unchanged.

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

Replace the lumped #21-45 backlog row with the enumerated M3 resolution: 22 magic constants de-magicked into named EMPIRICAL-DEFAULT consts (each pinned == prior literal), 6 boundary/characterization tests, ~4 doc-only, across 11 modules; not-real findings reported + skipped (unreachable attractor_drift div0, non-existent gesture thresholds, proof-path features.rs). Update residual P3 rows #2/#12/#17/#18 to RESOLVED, the deferred count (36 -> 0), the scope field, and the Horizon-ledger one-liner. §7.4 backlog fully cleared across M0-M3. CHANGELOG [Unreleased] entry added.

Validation: signal lib --no-default-features 476/0/1; --features cir 476/0; workspace 3,275/0; Python proof PASS, hash f8e76f21...46f7a UNCHANGED.

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


Co-authored-by: ruv ruvnet@gmail.com

Docker Image: ghcr.io/ruvnet/RuView:8c24b8bdfeb95d0cbe2aeec5074811546618afc5

download

unix · zip
curl -fL -o v1740.zip https://ratatoskr.space/pkg/ruview/v1740.zip
                    printf '%s  %s\n' '593053abe1a226d01bf5cb17e227a4df5cab72519879f5967dd15967efbd9cb8' 'v1740.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1740.zip"
$out = "v1740.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "593053abe1a226d01bf5cb17e227a4df5cab72519879f5967dd15967efbd9cb8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1740.tar.gz https://ratatoskr.space/pkg/ruview/v1740.tar.gz
                    printf '%s  %s\n' 'd743fe8a4e5a9538ff52437c35bc2e3ee620b016d91f318af86b92462cbbaa11' 'v1740.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1740.tar.gz"
$out = "v1740.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d743fe8a4e5a9538ff52437c35bc2e3ee620b016d91f318af86b92462cbbaa11") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1740.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1740.zip
                    printf '%s  %s\n' '593053abe1a226d01bf5cb17e227a4df5cab72519879f5967dd15967efbd9cb8' 'v1740.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1740.zip"
$out = "v1740.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "593053abe1a226d01bf5cb17e227a4df5cab72519879f5967dd15967efbd9cb8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1740.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1740.tar.gz
                    printf '%s  %s\n' 'd743fe8a4e5a9538ff52437c35bc2e3ee620b016d91f318af86b92462cbbaa11' 'v1740.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1740.tar.gz"
$out = "v1740.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d743fe8a4e5a9538ff52437c35bc2e3ee620b016d91f318af86b92462cbbaa11") { throw "sha256 mismatch" }
artifact format size hashes
v1740.zip zip 61.7 MiB
blake3-24 d620652b1d6a728e71658b9b3fefdc7a46f7c2feaad70d73
sha256 593053abe1a226d01bf5cb17e227a4df5cab72519879f5967dd15967efbd9cb8
sha1 157f7e53679d1d52659a99187df994e9f0fa453f
v1740.tar.gz tar.gz 59.9 MiB
blake3-24 af01f8ccb9547a49c610300302578bdc32d61bfbbc07c16e
sha256 d743fe8a4e5a9538ff52437c35bc2e3ee620b016d91f318af86b92462cbbaa11
sha1 050a5fc3930594b568ec7fd4dafe9c0c3a85aa26

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1740.tar.gz"],
    integrity = "sha256-10P+ik5alTj/UkN8NbwuPuYgsBbZHzGK+GuSRiy7qhE=",
    strip_prefix = "ruview-v1740",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1740.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1740.tar.gz"],
    integrity = "sha256-10P+ik5alTj/UkN8NbwuPuYgsBbZHzGK+GuSRiy7qhE=",
    strip_prefix = "ruview-v1740",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1740.tar.gz",
← v1744v1737 →