ruvector/.gitmodules
ruvnet 6650f39ed8 chore: import shaal/VectorVroom as submodule under examples/vectorvroom
VectorVroom is a browser-based genetic-algorithm car racer that uses
ruvector's WASM build for a "cross-track vector-memory bridge" —
effectively a downstream demo of the RuVector ecosystem running in
a browser with no build step.

  Repo:     https://github.com/shaal/VectorVroom
  Homepage: https://vectorvroom.shaal.dev
  Size:     3.4 MiB  Language: JavaScript  Stars: 8

Pinned at upstream commit 4c2527b4526ccb8960cd13e3d9e1802d958dca60
("fix(ab-mode): sync baseline worker …").

Contributors who want to interact with the demo source should run:

    git submodule update --init examples/vectorvroom

Otherwise the directory is a clone-on-demand pointer; cargo / CI for
the rest of the workspace is unaffected since examples/* is already
excluded from the root workspace `members` list.

Heads up: shaal/VectorVroom currently has no declared license
(GitHub API reports `license: null`). This matters if we ever embed
its code into a ruvector release artifact; as a pure submodule
pointer we're only vendoring a clone URL + commit SHA, not the code
itself into our tree.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-24 13:20:00 -04:00

3 lines
112 B
Text

[submodule "examples/vectorvroom"]
path = examples/vectorvroom
url = https://github.com/shaal/VectorVroom.git