From 3349356372bd11b060aae3e8e7646bce92a24b02 Mon Sep 17 00:00:00 2001 From: ruvnet Date: Wed, 5 Aug 2026 11:54:20 -0400 Subject: [PATCH 1/2] chore(rvforge): 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Records the published @ruvector/rvforge@0.2.0 on npm. Minor rather than patch: create is a new command that changes what the package can do. 0.1.0 could verify and package an .rvf but could not produce one, so the documented flow was unreachable from a clean install. Verified against the published tarball rather than the source tree — installed 0.2.0 from the registry into an empty directory and ran init --keygen, create, validate --deep. All exit 0. Co-Authored-By: claude-flow Claude-Session: https://claude.ai/code/session_01ParP55bZs2iTGEGvpnUecx --- npm/packages/rvforge/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/packages/rvforge/package.json b/npm/packages/rvforge/package.json index e648b0f342..6eb5b19b14 100644 --- a/npm/packages/rvforge/package.json +++ b/npm/packages/rvforge/package.json @@ -1,7 +1,7 @@ { "name": "@ruvector/rvforge", - "version": "0.1.0", - "description": "RVForge \u2014 one canonical RVF to signed platform installers", + "version": "0.2.0", + "description": "RVForge — one canonical RVF to signed platform installers", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { From 29b2a83ac7c9936b78cd7690a5d106d98a9e962d Mon Sep 17 00:00:00 2001 From: ruvnet Date: Mon, 17 Aug 2026 21:52:35 -0400 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20link=20ruvnet/LatentMesh=20?= =?UTF-8?q?=E2=80=94=20cites=20RuVector=20as=20the=20ADR-005=20latent-memo?= =?UTF-8?q?ry=20substrate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3591b17a55..33d42a5cef 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,10 @@ The workspace requires Rust 1.77 or newer. RVF and PostgreSQL have separate buil Contributions are welcome. Start with the [contribution guide](./docs/development/CONTRIBUTING.md). New capability claims should include an implementation link and reproducible evidence. +## Related + +[`ruvnet/LatentMesh`](https://github.com/ruvnet/LatentMesh) — a research prototype for causally-verified latent agent communication; ADR-005 names RuVector as the store for its raw→compressed→prototype→symbolic latent-memory continuum (design-stage, not yet wired to a live RuVector instance). + ## License RuVector is available under the [MIT License](./LICENSE).