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: catch wiki up to v9.2 The wiki had drifted across releases. Tool/preset counts, token-savings percentages, LIP version, and review-check counts all referenced older numbers. Several v9.1/v9.2 features were missing entirely. Numbers refreshed against running binary (`ckb mcp --list-presets`): - Preset sizes: core 25, review 42, refactor 42, federation 46, docs 34, ops 43, full 110 (was 14/19/19/28/20/25/80+) - Full preset: ~17k tokens / 77% savings (was ~9k / 83%) - LIP: v2.3+ (was v2.0) - `ckb review`: 21 checks (was 20 — `unwired` was missing) Documented features that had no wiki coverage: - v9.2 MCP tools `analyzeOutgoingImpact`, `symbolExists`, `renderArchitecture` - Cartographer 3.0.0 graph rendering (Mermaid + Graphviz DOT) - LIP v2.3 outgoing-impact and semantic-coupling enrichment - Cartographer.md was authored locally but never committed
docs: update tool counts across all wiki pages for v8.3 Update stale tool/preset counts in 8 pages: - core: 14→24, review: 27→40, refactor: 33→39, full: 92→96 - "80+ tools" / "90+ tools" → "96 tools" everywhere - Token estimates updated to match new preset sizes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: correct preset tool counts to match source code Verified all counts against presets.go: core=21, review=27, refactor=33, federation=35, docs=27, ops=33, full=92 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: update wiki for v8.1 release - MCP-Tools: Add findCycles, suggestRefactorings, analyzeTestGaps, planRefactor tool docs. Document prepareChange move and extract enhancements with startLine/endLine params. - Presets: Update refactor preset (33 tools), update all preset counts - MCP-Integration: Add v8.1 implementation status, refactoring workflows, update preset table counts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: document switchProject tool and Cursor CWD workaround - Add switchProject to MCP-Tools.md tool reference and workflows - Update MCP-Integration.md Cursor notes and troubleshooting - Add switchProject to core preset in Presets.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Grok to supported AI tools across wiki pages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: update wiki for v8.0 release - Add compound operations (explore, understand, prepareChange, batchGet, batchSearch) - Add SSE streaming documentation for findReferences and searchSymbols - Add reindex MCP tool section to Index-Management - Add prepareChange tool section to Impact-Analysis - Add Compound Operations section to Prompt-Cookbook - Update all tool counts from 76/77/81 to 80+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: split MCP-Integration into setup guide and tool reference - Create MCP-Tools.md with complete reference for all 76 MCP tools - Trim MCP-Integration.md to setup, workflows, and troubleshooting only - Update cross-references in Daemon-Mode.md and Telemetry.md 🤖 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: add dedicated Presets page and consolidate documentation Create Presets.md as the single source of truth for preset documentation: - Complete tool lists for all 7 presets - Token estimates and use case descriptions - Dynamic expansion with expandToolset - MCP configuration examples - Choosing the right preset guide Update other pages to link to Presets.md: - MCP-Integration.md: Simplified preset section - User-Guide.md: Brief mention with link - Quick-Start.md: Link to Presets - Home.md: Link in section header 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: document --list-presets flag for preset discoverability Add documentation for the new --list-presets flag that displays available presets with tool counts and token estimates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add token fields to getStatus response example, update dashboard backlog - MCP-Integration.md: Add preset token fields to getStatus response example - token-usage-dashboard.md: Mark as partially implemented with v7.5.0 details 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
docs: add token efficiency visibility section to MCP Integration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
docs: comprehensive v7.4 presets documentation update - Add Tool Presets & Token Optimization section to Home.md - Add --preset flag documentation to User-Guide.md - Add preset example to Quick-Start.md - Update tool count references from 74 to 76 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add v7.4 tool presets documentation - Add Tool Presets section to MCP-Integration.md - Add token optimization benchmarks to Performance.md - Document core preset tools, dynamic expansion, and pagination 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.4 response envelope documentation - Added Response Envelope section explaining JSON format - Added Confidence Tiers section with score ranges - Added v7.4 to implementation status 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Update npx sandbox section for 7.3 auto-detection fix 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: Change v7.5 references to v7.3 for multi-repo management Multi-repo management is a v7.3 feature, not v7.5. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.5 Multi-Repo Management documentation - Home.md: Add v7.5 section with multi-repo tools, update tool count to 74 - User-Guide.md: Add `ckb repo` CLI commands section with all subcommands - MCP-Integration.md: Add v7.5 tools (listRepos, switchRepo, getActiveRepo) with detailed documentation - Configuration.md: Document global ~/.ckb/repos.json registry format 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: Change v7.4 references to v7.3 All Phase 4 and Phase 5 features are part of v7.3 release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add Remote Federation (v7.4 Phase 5) documentation Update wiki documentation for the new remote federation client feature: Federation.md: - Add "Remote Federation (v7.4 Phase 5)" section - Document CLI commands with examples - Add remote server configuration format - Document caching, hybrid queries, and graceful degradation - Remove "Local only" limitation - Update Future section User-Guide.md: - Add 7 new remote federation CLI commands - Update MCP tool count to 71 MCP-Integration.md: - Add v7.4 Remote Federation Tools section (7 tools) - Add tools to Overview table - Update Cheap/Heavy tool lists - Add v7.4 Implementation Status - Add Remote Federation workflows - Update total to 71 MCP tools 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Fix npx sandbox documentation to be more accurate The issue is specifically about npx running in a sandbox, not global vs project configs per se. Clarified the root cause and when CKB_REPO is actually needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add comprehensive MCP caveats and troubleshooting - Document global vs project config pitfalls (affects all tools) - Add NVM/asdf/version manager workarounds - Document environment variable limitations - Add Cursor-specific issues (process orphaning, sandbox) - Add Windsurf-specific notes (config locations) - Expand troubleshooting section with common causes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add Claude Desktop CKB_REPO configuration - Update Claude Desktop section with correct env.CKB_REPO approach - Add troubleshooting section for "MCP server disconnected" error - Document --repo flag and CKB_REPO env var in User Guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.1/v7.2 features, fix version ordering in Home.md - Add v7.1 Zero-Friction Operation section (tree-sitter fallback, ckb index) - Add v7.2 Multi-Tool Setup section (ckb setup, smart indexing, watch mode) - Fix version ordering: v7.0 → v7.1 → v7.2 → v7.3 - Update MCP tool count from 58 to 64 - Remove version number from MCP-Integration.md header 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Update MCP tools count to 64, add v7.3 doc-symbol linking tools - Update MCP Integration Guide from v7.0 to v7.3 - Add Doc-Symbol Linking tools section (6 new tools) - Add v7.3 tools to budget classification lists - Add documentation maintenance workflows - Add v7.3 implementation status - Update Home.md with v7.3 tools table 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Remove 'recommended' label from Claude Code 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add universal MCP client setup (Cursor, Windsurf, VS Code, OpenCode) - Expand Quick Setup with sections for all major MCP clients - Add config examples for Cursor, Windsurf, VS Code, OpenCode - Add Windows cmd /c wrapper instructions - Include UI navigation hints for each tool 🤖 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 with npm installation instructions
docs: Add v6.5 annotation integration documentation - MCP-Integration: Enhanced recordDecision, getDecisions, annotateModule with parameter tables, examples, and v6.5 integration notes - User-Guide: Added Annotations subsection, enhanced decisions and modules annotate sections with v6.5 integration - Prompt-Cookbook: Added two new workflows for annotation-aware dead code detection and impact analysis 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>