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 / rvqr-overview.md
Created August 4, 2026 12:26
rvQR — moving files between devices with a screen and a camera: what it is, and what measuring it actually found

rvQR — moving files with a screen and a camera

Live: https://ruvnet.github.io/rvQR/ · Source: https://github.com/ruvnet/rvQR

What it is

Two devices, no network. One shows a flickering stream of QR codes; the other points its camera at the screen and reads them back into a file. That's it — no cable, no account, no Bluetooth pairing, nothing to install. It works on a laptop that has never been online.

@ruvnet
ruvnet / rvforge-overview.md
Last active August 5, 2026 12:59
The Sandbox Is Not the Boundary — why RVF, RVM, and RVForge exist, what ships today, and a verified tutorial
@ruvnet
ruvnet / agntcy-announcement.md
Last active July 31, 2026 15:29
AGNTCY integration is live in ruflo + metaharness — what you can do with it today

AGNTCY is live in ruflo + metaharness — here's what you can do with it today

If you've never heard of AGNTCY: it's a Cisco Outshift–led, Linux Foundation–governed effort to let agents built by different tools find each other, prove who they are, and talk to each other — instead of every agent framework being its own island. Think of it as the plumbing that lets a harness you built with metaharness get discovered by someone else's tooling, and lets a ruflo swarm on your laptop coordinate with one running on a different machine or org.

This update makes two real, working pieces of that plumbing available — not stubs, not "coming soon."

See it illustrated: ruflo × AGNTCY — an animated walkthrough covers the same ground as this doc with pictures and a live install terminal, if that's easier to follow than markdown.

1. Publish your harness to a shared discovery directory

@ruvnet
ruvnet / metaharness-adr240-gist.md
Created July 31, 2026 05:16
metaharness ADR-240 — AGNTCY identity, OASF export, observability, CASA compiler (PR #155)

ADR-240 — AGNTCY identity, OASF export, observability, CASA compiler (PR #155)

This is a merge marker, not an npm release. metaharness remains at 0.4.2 on npm; the new @metaharness/agntcy package has not been published — nothing here has shipped to a registry yet.

What merged (PR #155)

ADR-240 adds a new sibling package, @metaharness/agntcy, implementing the build-time half of MetaHarness's AGNTCY/Outshift Internet-of-Cognition integration — identity signing, OASF (Open Agentic Schema Framework) project export, observability mapping, and a CASA (Continuous Agentic Semantic Authorization) intent compiler. Companion to ruflo's ADR-380 (runtime half: SLIM transport, CASA enforcement gate), merged in [ruflo PR #2880](https://github.c

@ruvnet
ruvnet / ruflo-release-notes.md
Last active July 31, 2026 05:20
ruflo ADR-378/379/380 — npm Trusted Publishing, statusline segments, AGNTCY/Outshift runtime integration (PR #2879)

ADR-378/379/380 — npm Trusted Publishing, statusline segments, AGNTCY/Outshift runtime integration

Update (2026-07-31): the "no public AGNTCY/SLIM package exists" claim below was wrong — the original check only tried scoped npm name guesses (@agntcy/dir, @agntcy/slim) and got 404s. The real packages are agntcy-dir (unscoped) and @agntcy/slim-bindings. The AGNTCY Directory publish path is now real and live-tested (on the metaharness side — see ADR-240's release). SLIM transport remains genuinely blocked, but by a real, filed upstream packaging bug (agntcy/slim#1916 / jhugman/uniffi-bindgen-react-native#422), not a missing SDK. Full detail in ADR-380's own "Update" section.

**This is a merg

@ruvnet
ruvnet / agentdb-agentic-flow-governance-release.md
Created July 30, 2026 01:20
AgentDB 3.0.0-alpha.20 + agentic-flow 2.1.2 governed MetaHarness release overview

Governed Agent Memory and MetaHarness — Release Overview

Released 2026-07-29:

  • agentdb@3.0.0-alpha.20
  • agentic-flow@2.1.2
  • pinned MetaHarness dependency: ruvector@0.2.40

Install

@ruvnet
ruvnet / ruvector-0.2.40-guide.md
Last active July 29, 2026 22:14
RuVector 0.2.40 end-user guide: MetaHarness, Darwin, Flywheel, CLI, SDK, and MCP

RuVector 0.2.40: MetaHarness, Darwin, and Flywheel

RuVector 0.2.40 makes its research and optimization control plane available through the npm SDK, CLI, and MCP server. The integration uses pinned, direct dependencies so an installed package has the same capability set that was tested for the release.

Install

@ruvnet
ruvnet / v3.32.38.md
Created July 29, 2026 19:56
Ruflo v3.32.38 — daemon auto-start is now scoped to initialized Ruflo projects

Ruflo v3.32.38: Daemons Start Only for Ruflo Projects

Ruflo v3.32.38 fixes a background-process leak discovered during the post-release audit: a read-only command in a directory containing only a Claude Code .claude/ folder could start a detached Ruflo daemon.

The trigger was subtle. Signed-champion startup migration created a .claude-flow/ state directory, and daemon auto-start then mistook that startup-created directory for prior user initialization. Repeated commands in unrelated Claude projects could therefore accumulate one daemon per directory.

@ruvnet
ruvnet / v3.32.37.md
Created July 29, 2026 19:46
Ruflo v3.32.37 — complete reports, consistent initialization, and safer memory/ADR indexing

Ruflo v3.32.37: Complete Reports, Consistent Initialization

Ruflo v3.32.37 closes the follow-up defects found while verifying v3.32.36 against older open bug reports. MetaHarness readiness verdicts remain machine-readable even when a repository is blocked, memory initialization uses the same configured database path as every later operation, and dual Claude Code/Codex initialization now installs both native surfaces.

The release also removes unbacked Codex skill placeholders, makes ADR indexing idempotent, repairs legacy live-memory row visibility, and bounds the

@ruvnet
ruvnet / v3.32.36.md
Created July 29, 2026 19:13
Ruflo v3.32.36 — trustworthy runtime signals and portable Codex workflows

Ruflo v3.32.36: Trustworthy Signals, Portable Codex Workflows

Ruflo v3.32.36 makes the information an agent sees line up with what the runtime is actually doing. Embedding commands now disclose when they are using the deterministic mock fallback, routing metrics distinguish confidence from measured outcomes, swarm status reads canonical agent state, and learned patterns preserve the task description that caused them.

The release also makes mixed Claude Code and Codex installations easier to operate. Codex receives a native read-only Ruflo status skill, dual-mode memory