Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions npm/packages/rvforge/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading