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). 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": {