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: 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: clarify incremental indexing is database-level, not SCIP-level SCIP indexers always run on the full codebase - CKB's "incremental" optimization is selective database import, not per-file SCIP generation. Added clear documentation of this distinction with performance tables. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: update API examples to use index.scip default Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: update default SCIP index path to index.scip - Change default indexPath from .scip/index.scip to index.scip (Sourcegraph standard) - Add documentation for new `ckb config set` and `ckb config get` commands - Update example outputs to reflect new default Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Homebrew installation instructions 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 default output format from json to human CLI commands now default to human-readable output instead of JSON. Updated documentation to reflect the new defaults for: - search, refs, impact, arch commands - scan-secrets command - affected-tests command 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: update getArchitecture documentation with granularity options - Add granularity parameter (module/directory/file) - Document inferModules and targetPath parameters - Add hard caps for each granularity level - Update API-Reference with query parameters table and examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs(security): document comprehensive security audit workflow - Add table of 8 configurable scanners with env variables - Document consolidated PR comment feature - Show example PR comment format - Add workflow configuration snippet with all options - Keep simple workflow example for minimal setups Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Security page for secret detection feature - New Security.md page documenting scanSecrets MCP tool - Document 26 builtin patterns, scan scopes, and allowlist configuration - Add CI/CD integration examples (pre-commit, GitHub Actions) - Update Home.md with v8.0 security features and links Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add missing ckb index step to Quick install example 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Improve CI/CD documentation discoverability - Add "Getting Started" section with workflow decision table - Fix wording: clarify server mode is standard for CI, not "advanced" - Add "Which Workflow?" matrix to examples/README.md Based on real integration feedback: users reading CI-CD-Integration.md should immediately see which workflow to use and understand the server + API pattern. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add v8.0 compound tools documentation Add documentation for 5 new compound tools that reduce AI tool calls by 60-70%: - `explore` - comprehensive area exploration (file/dir/module) - `understand` - symbol deep-dive with ambiguity handling - `prepareChange` - pre-change impact + risk assessment - `batchGet` - retrieve multiple symbols by ID (max 50) - `batchSearch` - multiple symbol searches (max 10 queries) Updates: - MCP-Tools.md: Add compound operations section with full documentation - Features.md: Add compound tools to v8.0 section and quick reference - Home.md: Update "What's New in v8.0" to include compound tools - Tool count updated from 81 to 86 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add v7.5 Index Refresh API documentation - Add /api/v1/refresh endpoint docs to Daemon-Mode.md - Add "Trigger Refresh via API" section to CI-CD-Integration.md - Document incremental vs full refresh options - Link to daemon mode for full API details 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add ownership drift guidance for local users - Add "Keep Ownership Data Fresh" section to User Guide Best Practices - Explain what ownership drift is and why it matters - Document recommended refresh frequency (weekly) - Link automation options (daemon, CI) - Add refresh reminder to Quick Start Next Steps 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
docs: add Quality Gates guide and Best Practices section - Add Quality-Gates.md with comprehensive gate documentation: - Complexity, Risk, Coupling, Coverage, Contract, Dead Code, Eval gates - Warn vs fail modes, inline annotations - Starter/Standard/Strict profiles - Rollout strategy and troubleshooting - Add Best Practices section to Workflow-Examples.md: - Security hardening (SHA pinning, minimal permissions, OIDC) - Caching strategy (restore-keys, conditional caching) - Job outputs vs artifacts - Reusable workflows (secrets inherit, outputs) - Composite actions (CKB setup action template) - Performance tips table - Update cross-references: - Link Quality Gates from Home.md Integration section - Link Quality Gates from CI-CD-Integration.md - Add callout to Workflow-Examples.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Workflow-Examples wiki page with full documentation Comprehensive documentation for all CI/CD workflow examples: - 20+ GitHub Actions workflows with example outputs - GitLab CI configuration - Git hooks (pre-commit, pre-push, husky, lint-staged) - Starter template with customization guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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(home): rewrite intro with compelling marketing copy New tagline: "Know your code. Change it safely. Ship with confidence." Rewrote "What is CKB?" section: - Before/after comparison table showing pain points vs solutions - "More Than Code Search" with 6 capability categories - "Works With Your Tools" showing AI/CI/IDE integrations - "Built for Scale" highlighting incremental indexing, federation, token optimization Better metaphor: "senior engineer who knows every line of code" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs(integration): add project ideas and quick wins New sections at top of Integration Guide: "What Can You Build?" - 20+ project ideas organized by category: - Developer Tools (IDE extensions, refactoring assistants) - CI/CD Automation (smart test selection, PR risk scoring) - Dashboards & Reports (tech debt tracking, ownership maps) - AI/LLM Applications (Q&A bots, review assistants) - Team Workflows (knowledge transfer, incident response) "Quick Wins to Try Today" - shell aliases and one-liners 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: fix version references for multi-language incremental (v7.5) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Integration Guide for CLI, API, and MCP usage New comprehensive guide showing how to use CKB in custom tools: CLI Integration: - Shell scripts with JSON output - Node.js and Python examples - CI/CD patterns - Useful jq patterns HTTP API: - All endpoints with curl examples - TypeScript, Python, and Go client code - Authentication handling MCP Integration: - Starting the MCP server - Configuring AI tools (Claude Code, Cursor) - Building custom MCP clients - Tool presets and dynamic expansion Common Patterns: - Pre-commit hooks - PR bots - VS Code extensions - Best practices (caching, freshness, batching) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: correct version numbers from v8.0 to v7.5 All affected-tests and coverage configuration features are part of v7.5, not v8.0. Fixed version references in: - Features.md - Impact-Analysis.md - User-Guide.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs(user-guide): add missing CLI commands Added 5 undocumented CLI commands: - ckb affected-tests (v8.0) - test impact analysis - ckb reviewers - reviewer suggestions from CODEOWNERS + git - ckb metrics (v7.4) - wide-result metrics tracking - ckb eval (v7.4) - hybrid retrieval evaluation - ckb diff (v7.3) - delta artifact generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs(features): add practical use cases section New "What Can CKB Be Used For?" section with 8 scenarios: - Onboarding & Code Understanding - Safe Refactoring - Code Review & PR Analysis - Reducing CI Time - Technical Debt Prioritization - Documentation Maintenance - Microservices & Cross-Repo Work - AI-Assisted Development Each scenario includes task → command mapping tables. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs(features): add missing v8.0 and v8.1 features - Add Affected Tests (v8.0) to Impact Analysis section - Add Update Notifications to Automation section - Add Orphaned Index Detection to Automation section - Add coverage configuration note to Change Impact Analysis - Update Quick Reference table with Affected Tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: update incremental indexing for multi-language support (v8.1) Add documentation for multi-language incremental indexing: - Go, TypeScript, JavaScript, Python, Dart, Rust now supported - Add indexer list for each language - Update limitations section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add lastRefresh field to getStatus response (v7.6)
docs: comprehensive Impact Analysis documentation (PR56) - Create dedicated Impact-Analysis.md with full feature documentation - Add examples/ directory with CI templates: - GitHub Actions: impact-comment.yml, impact-analysis.yml, ckb-reusable.yml, ckb-refresh.yml - GitLab CI: ckb.yml template - Git hooks: pre-commit, pre-commit-config.yaml, husky integration - Add coverage file examples for Dart, Rust, Java - Add --format=list and --coverage flags to affected-tests docs - Fix config format to JSON (was incorrectly YAML) - Document ckb doctor orphaned index and optional tools checks - Consolidate Change-Impact-Analysis.md into new page - Update CI-CD-Integration.md with template links 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>