mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 04:27:11 +00:00
SSE Proxy Decoupling (ADR-130): - Fix ruvbrain-sse proxy: proper MCP handshake, session creation, drain polling - Fix internal queue endpoints: session_create keeps receiver, drain returns buffered messages - Add response_queues to AppState for SSE proxy communication - Skip sparsifier for >5M edge graphs (was crashing on 16M edges) - Add SSE_DISABLED/MAX_SSE env vars for configurable connection limits - Route SSE to dedicated mcp.pi.ruv.io subdomain (Cloudflare CNAME) - Serve SSE at root / path on proxy (no /sse needed) - Update all references from pi.ruv.io/sse to mcp.pi.ruv.io - Fix Dockerfile consciousness crate build (feature/version mismatches) Claude Code CLI Source Research (ADR-133): - 19 research documents analyzing Claude Code internals (3000+ lines) - Decompiler script + RVF corpus builder for all major versions - Binary RVF containers for v0.2, v1.0, v2.0, v2.1 (300-2068 vectors each) - Call graphs, class hierarchies, state machines from minified source Integration Strategy (ADR-134): - 6-tier integration plan: WASM MCP, agents, hooks, cache, SDK, plugin - Integration guide with architecture diagrams and performance targets Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| extracted | ||
| versions | ||
| 00-index.md | ||
| 01-overview-and-binary-structure.md | ||
| 02-tool-system.md | ||
| 03-agent-loop-and-execution-flow.md | ||
| 04-permission-system.md | ||
| 05-mcp-integration.md | ||
| 06-hooks-system.md | ||
| 07-context-and-session-management.md | ||
| 08-configuration-and-environment.md | ||
| 09-agent-and-subagent-system.md | ||
| 10-models-and-api.md | ||
| 11-telemetry-and-observability.md | ||
| 12-dependency-graph.md | ||
| 13-extension-points.md | ||
| 14-source-extraction.md | ||
| 15-core-module-analysis.md | ||
| 16-call-graphs.md | ||
| 17-class-hierarchy.md | ||
| 18-state-machines.md | ||
| 19-ruvector-integration-guide.md | ||