mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 05:43:58 +00:00
* fix: SSE health check, pi-brain default server, partition timeout - Add rawSseHealthCheck() that keeps SSE alive during MCP handshake - Add pi-brain as built-in default MCP server in chat UI - Return quick graph stats for brain_partition instead of expensive MinCut - Improve system_guidance with all brain tools and better descriptions - Add .dockerignore and update .gcloudignore for faster builds Co-Authored-By: claude-flow <ruv@ruv.net> * fix(brain): pin Rust nightly to 2026-03-20 to avoid nalgebra ICE The latest nightly (2026-03-21+) has a compiler panic when building nalgebra 0.32.6 with specialization_graph_of. Pin to known-good nightly. Co-Authored-By: claude-flow <ruv@ruv.net>
17 lines
149 B
Text
17 lines
149 B
Text
.git/
|
|
target/
|
|
**/target/
|
|
node_modules/
|
|
ui/
|
|
examples/
|
|
npm/
|
|
docs/
|
|
scripts/
|
|
benchmarks/
|
|
bindings/
|
|
test_models/
|
|
*.wasm
|
|
*.node
|
|
*.so
|
|
.svelte-kit/
|
|
.claude/
|