We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs(v9.0.0): LIP v2.0 integration + correct setup instructions - Home.md: What's New in v9.0 section with LIP semantic layer bullets - Hybrid-Retrieval.md: correct LIP daemon startup command, add LIP_EMBEDDING_URL/LIP_EMBEDDING_MODEL env vars, note context-limit workaround for large files, update doctor output format - MCP-Tools.md: mark tools enhanced by LIP (✦) with link to lip docs - Quick-Start.md: two-mode LIP setup (graph-only vs. with embeddings) - Architecture.md, Contributing.md, Practical-Limits.md: minor v9 refs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add A2A protocol documentation and cross-references - New page: A2A-Integration.md — full A2A protocol guide with setup, agent discovery, protocol bindings, skill reference, health/index status, push notifications, auth, and integration examples - Home.md: add A2A/agent platforms to "Works With Your Tools" table - Architecture.md: add A2A Server to interface layer diagram - Features.md: add "Agent-to-Agent Orchestration" scenario section - Integration-Guide.md: add "Multi-Agent Systems (A2A)" ideas table - Quick-Start.md: add A2A server startup section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: document backend query behavior and resilience modes Add important notes about how the orchestrator handles backend queries: - In prefer-first mode, only primary backend is queried (no fallback) - In union mode, all backends queried in parallel (natural resilience) - Recommend union mode for maximum resilience Updates: - Architecture.md: Add note under Merger section - Configuration.md: Add warning about merge mode resilience 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Related Pages sections to 10 wiki pages Adds cross-linking footer sections to improve navigation: - Configuration, Authentication, MCP-Integration - CI-CD-Integration, Architecture, Hybrid-Retrieval - Language-Support, API-Reference, Practical-Limits - Contributing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Fix version number (7.4, not 7.5) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.5 SCIP backend performance optimizations - Performance.md: Add benchmark results for RefIndex, ConvertedSymbols - Architecture.md: Document new caching structures in SCIP backend 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.1-v7.3 architecture sections and fix version references - Architecture.md: Add detailed diagrams for v7.1-v7.3 subsystems - Tree-sitter symbol fallback - Analysis tiers - Doc-symbol linking - Incremental indexing pipeline - Multi-tool setup - Index management - Doc-Symbol-Linking.md: Add Related section with wiki links - Performance.md: Fix version number v7.4 → v7.3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Update wiki for v7.0 npm release - Update API-Reference header to v7.0 - Add v6.5 and v7.0 to Architecture version list - Update CI-CD-Integration with npm as recommended - Add v7.0 Zero-Friction UX section to Home - Update User-Guide with npm installation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v6.2.2, v6.3, and v6.4 feature documentation ## v6.2.2 - Tree-sitter Complexity - Added getFileComplexity MCP tool documentation - Added /complexity API endpoint ## v6.3 - Contract-Aware Impact Analysis - Added 6 contract MCP tools (listContracts, analyzeContractImpact, etc.) - Added 7 contract API endpoints - Added contract CLI commands - Added contract analysis section to Federation.md ## v6.4 - Runtime Telemetry - Added 3 telemetry MCP tools (getTelemetryStatus, getObservedUsage, findDeadCodeCandidates) - Added 6 telemetry API endpoints - Added telemetry CLI commands (ckb telemetry, ckb dead-code) - Added full telemetry configuration section - Added telemetry architecture diagrams ## Other Updates - Updated tool count from 50 to 54 across all docs - Added v6.1-v6.4 sections to Architecture.md - Added 4 new recipe sections to Prompt-Cookbook.md - Added 4 new workflow sequences 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Update wiki documentation for v6.0 Architectural Memory Home.md: - Add v6.0 banner and Architectural Memory feature - Update tool count to 25 MCP-Integration.md: - Add 6 new tools: getOwnership, getModuleResponsibilities, recordDecision, getDecisions, annotateModule, refreshArchitecture - Add v6.0 tool documentation section - Add v6.0 workflows (ownership, decisions, risk assessment) - Update budget classifications Architecture.md: - Add Architectural Memory layer to diagram - Add new database tables for v6.0 - Document Ownership Algorithm with time decay - Document Staleness Model - Add Persistence Model diagram Configuration.md: - Update schema version to 6 - Add ownership config section - Add decisions config section - Add staleness config section User-Guide.md: - Add Architectural Memory concept section - Add ckb refresh command - Add ckb ownership command - Add ckb decisions command 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add documentation pages