Skip to content

Instantly share code, notes, and snippets.

View ruvnet's full-sized avatar
💭
hacking the multiverse.

rUv ruvnet

💭
hacking the multiverse.
View GitHub Profile
@ruvnet
ruvnet / ruflo-v3.32.27-quick-start.md
Last active July 29, 2026 02:56
Ruflo v3.32.27 agentic policy engine — end-user quick start

Ruflo v3.32.27: put enforceable boundaries around autonomous agents

Agents are most useful when they can act, delegate, and work in parallel. They are also easiest to trust when their authority is explicit.

Ruflo v3.32.27 adds an agentic policy engine between an agent's intent and a consequential action. You can roll it out without breaking an existing installation, observe what it would allow or deny, and then enforce rules,

@ruvnet
ruvnet / ruflo-v3.32.26-end-user-guide.md
Last active July 28, 2026 20:29
Let Ruflo improve retrieval—without changing production on its own

Let Ruflo improve retrieval—without changing production on its own

Ruflo v3.32.26 introduces a controlled self-improvement loop for retrieval. It can generate candidate settings, test them against held-out tasks and safety checks, and give you a signed record of the result—all while leaving your active configuration untouched.

You stay in control of the final step. Ruflo will not serve a candidate merely

@ruvnet
ruvnet / ruflo-daily-2026-07-27.md
Created July 28, 2026 03:39
Ruflo Daily Update — 2026-07-27 (14 releases v3.32.10→23, 11 issues closed, 9 dream-cycle features)

Ruflo — Daily Update (2026-07-27 → 2026-07-28)

14 releases shipped in 24h (v3.32.10 → v3.32.23), all three packages (@claude-flow/cli, claude-flow, ruflo) in lockstep at latest = alpha = v3alpha. Zero regressions across every post-publish validation.

npm — current

Package latest
@claude-flow/cli 3.32.23
claude-flow 3.32.23
@ruvnet
ruvnet / homecore-v2051-release.md
Created July 27, 2026 19:38
HOMECORE v2051 platform runtime — capabilities, validation, and compatibility boundaries
@ruvnet
ruvnet / .codex-homecore-v2050.md
Created July 27, 2026 17:48
RuView v2050 — HOMECORE runtime hardening, validation, and capability status

RuView Release v2050 — HOMECORE runtime hardening

Release v2050 publishes the HOMECORE alpha hardening work merged in PR #1450 at commit 581af67.

The HOMECORE crates remain versioned 0.1.0-alpha.0. This repository release does not claim complete Home Assistant compatibility.

Highlights

@ruvnet
ruvnet / pr-body-tracker-sweep-2026-07-26.md
Created July 26, 2026 22:08
Ruflo v3.32.10 release notes — 2026-07-26 tracker sweep

Summary

Tracker-fire sweep from the 2026-07-24 → 2026-07-26 window. Ten tracked bugs plus one cold-start regression, landed as six commits on the branch (seventh test-coverage commit incoming). Rebased against origin/main at v3.32.9 — one issue's proposed fix (Codex #2774) was based on an incorrect diagnosis and reverted during rebase.

Regression check: apples-to-apples fresh-worktree tests — origin/main baseline 98 failed / 3199 total, this branch 91 failed / 3199 total — net -7 failures, zero new failures introduced.

Commits

  1. 38f4eaebf — main tracker sweep (9 fixes + promo seed)
  2. 8933c6c8cparser.ts:applyDefaults walks command/subcommand options (#2775 root cause)
@ruvnet
ruvnet / wifi-densepose-2.0-python-sota-announcement.md
Last active July 22, 2026 14:17
wifi-densepose 2.0 — Python SOTA extras (AETHER, MERIDIAN, MAT)

wifi-densepose 2.0 — Python SOTA extras (AETHER, MERIDIAN, MAT)

PR: ruvnet/RuView#1387 Announcement page: https://claude.ai/code/artifact/0d3a1b19-b3b0-4a69-be73-183c9e42ce59?org=edd34d62-ff8b-4226-aceb-42b4cd07b607 Interactive capabilities showcase: https://claude.ai/code/artifact/7dfda175-a64f-4a2a-b01f-f3469d1a85d5?org=edd34d62-ff8b-4226-aceb-42b4cd07b607

A compiled, PyO3-bound wifi-densepose pip package for passive WiFi-CSI sensing now ships three opt-in SOTA extras, each proven bit-identical to the native Rust core via a SHA-256 parity harness.

What landed

@ruvnet
ruvnet / ruview-hardware-sensing-update-2026-07-18.md
Last active July 19, 2026 04:31
RuView update: Realtek, MediaTek, Qualcomm, and vendor sensing program (2026-07-18)

RuView hardware sensing update ? 2026-07-18 (Toronto)

Today RuView and Cognitum.one moved two vendor integrations from research into reproducible, simulator-first Rust betas. Both integrations label synthetic data explicitly and stop short of claiming physical-hardware validation before the boards and vendor SDKs arrive.

Realtek RTL8720F radar beta

@ruvnet
ruvnet / META_PROXY_V0_4.md
Created July 17, 2026 19:48
Meta Proxy v0.4.0 — signed routing sidecar for MetaHarness and Ruflo

Meta Proxy v0.4.0 is available

Meta Proxy v0.4.0 is a signed, local Claude-compatible routing sidecar for Cognitum workflows. It now ships through both MetaHarness and Ruflo.

Quick start

# MetaHarness: install the optional signed sidecar
npx metaharness@latest proxy install --yes
@ruvnet
ruvnet / metaharness-v0.3.2-meta-proxy.md
Created July 17, 2026 17:14
MetaHarness v0.3.2 optional signed Meta-Proxy sidecar

MetaHarness v0.3.2: optional signed Meta-Proxy sidecar

metaharness@0.3.2 is now available on npm.

Meta-Proxy is an opt-in local Rust sidecar for a loopback, Claude-compatible routing endpoint. It is not bundled into the npm package and is never downloaded during normal harness scaffolding.

Get started

npx metaharness@latest proxy install --yes