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 / wifi-densepose-2.0-python-sota-announcement.md
Created July 22, 2026 05:07
wifi-densepose 2.0 — Python SOTA extras (AETHER, MERIDIAN, MAT)
@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
@ruvnet
ruvnet / gist:2b37060362af57bbffd421aa09e4db50
Created July 17, 2026 04:02
Ruflo v3.32.2 stable Codex integration, recovery, and validation guide
# Ruflo v3.32.2 ? stable Codex, hooks, security, and plugin integration update
Ruflo v3.32.2 is a stable release. It contains no alpha tag and is published as `latest` for `ruflo`, `claude-flow`, and `@claude-flow/cli`.
## Why a release was required
The reported Codex failures came from immutable cached plugin versions and an MCP cold-start budget that was too short:
- `ruflo-core/0.2.2/hooks/hooks.json` and `ruflo-cost-tracker/0.26.0/hooks/hooks.json` could be cached as empty/invalid content, producing `expected value at line 1 column 1`.
- Once hook loading failed, the `ruflo` MCP server could still be launched, but a 30-second Codex startup limit was too short for a cold `npx` resolution and plugin initialization.
@ruvnet
ruvnet / ruflo-v3.32.1-codex-integration.md
Created July 17, 2026 00:47
Ruflo v3.32.1: stable Windows-safe Codex integration, upgrade guide, root causes, and verification
@ruvnet
ruvnet / meta-wrapper.md
Created July 16, 2026 16:34
Always-running MetaHarness coding service on GCP

Always-running MetaHarness coding service on GCP

Status: research only; no service, harness, cloud resource, or deployment has been created.
Research date: 2026-07-16
Locally verified: metaharness@0.3.1, @metaharness/harness@0.1.0, @metaharness/host-claude-code@0.1.2, @metaharness/host-codex@0.1.2, and codex-cli 0.142.5.

Executive summary

A small, continuously available coding-agent service is feasible with MetaHarness as the generated harness/control-plane layer, a durable job queue, and replaceable Claude Code and Codex execution adapters. The simplest credible GCP topology is an authenticated Cloud Run API plus Pub/Sub and a Cloud Run worker pool kept at one or more instances; the worker pulls jobs, creates a disposable repository workspace, invokes either claude -p or Codex, publishes artifacts and status, and destroys the workspace.

@ruvnet
ruvnet / daemon-flywheel-fix.md
Created July 14, 2026 04:46
The worktree-daemon flywheel: how ruflo accidentally invented a Claude-quota DoS against itself (#2661)

The worktree-daemon flywheel: how ruflo accidentally invented a Claude-quota DoS against itself

Issue: ruvnet/ruflo#2661 (P0) Fix: ruvnet/ruflo#2662, shipped starting in @claude-flow/cli@3.27.0

The bug, in one sentence

Every Git worktree of a ruflo project started its own autonomous daemon, each daemon independently scheduled three Claude-powered background workers, and nothing coordinated across worktrees — so the number of autonomous Claude launches per hour scaled linearly with worktree count, with no ceiling.

How it happened

@ruvnet
ruvnet / ruvector-lattice-embeddings-rust-npm-cve-fix.md
Created July 12, 2026 18:21
RuVector 2.3.0: local Rust & npm embeddings via Lattice, plus a full cargo-audit/cargo-deny CVE cleanup

RuVector 2.3.0: Local Rust & npm Embeddings with Lattice, Plus a Full CVE / Supply-Chain Cleanup

TL;DR: RuVector — an open-source Rust vector database with HNSW indexing, WASM bindings, and Postgres integration — just shipped local (no-API-key) embedding generation via Lattice on both the Rust crate (ruvector-core@2.3.0) and the npm/WASM package (ruvector-extensions@0.1.2), fixed 3 real RustSec CVEs, and turned cargo audit + cargo deny fully green after they'd been failing on main. Full release notes: ruvector-core-v2.3.0.

Why local embeddings matter for a vector database

Most vector-search tutorials assume you're calling OpenAI or Cohere for embeddings. That's fine for a demo, but it means every insert and every query round-trips to a third party, costs money per call, and leaks your data off-box. RuVector's new Lattice integration gives you a CPU-native, pure-Rust embed

@ruvnet
ruvnet / ruflo-v3.25.5-release.md
Created July 8, 2026 17:27
ruflo v3.25.5 npm release: wrapper publish + CI-red fixes

ruflo v3.25.5 npm release: wrapper publish + CI-red fixes

Published on 2026-07-08 from branch fix/main-v3-ci-red-shim-types, targeting source commit e09843303232b0199d5c8629ec3bd5e233adc5a7.

Release tracker: ruvnet/ruflo#2614 PR: ruvnet/ruflo#2604

Packages published

  • claude-flow@3.25.5