ruvector/.dockerignore
rUv 49545fe670 fix: SSE session grace period, pi-brain default, partition timeout (#288)
* 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>
2026-03-23 19:11:20 -04:00

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/