You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clawde-intelligence service ships as the core P1 deliverable: 28 Go packages, 325 tests, migrations 0082-0091. Covers LLM gateway, hybrid BM25 + vector retrieval (RRF), Temporal-style orchestration, host adapters for OpenCode native and CC companion, OpenTelemetry + Langfuse observability, macOS sandbox + seccomp rules, and a public API on port 8094
Desktop surface migrated from Flutter to Tauri 2 + React (T-E1-07)
Mobile surface migrated from Flutter to React Native Expo (T-E1-06)
Rust daemon main.rs decomposed into modules, eliminating god-file patterns
CI closing gate fixes: rustfmt, timeout, and desktop/mobile stack migration checks
Evaluation harness, observability, and bridge blueprint docs published
Changes
Features
feat(intelligence): clawde-intelligence service — gateway, retrieval, orchestration, adapters, observability, sandbox, public API (P1 E5 W10-W17)
cmd/server: HTTP/gRPC gateway with auth, rate limiting, routing
cmd/worker: async job processing with Postgres-native job queue
cmd/mcp-server: MCP protocol adapter for tool calls
cmd/eval / eval-gate: evaluation harness and CI gate