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: 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>
docs(ci): add CI Template Library section Add ready-to-use templates for common CI/CD platforms: - GitHub Actions reusable workflow with risk thresholds, PR comments, caching - GitLab CI template with MR notes, scheduled refresh, artifacts - Pre-commit hook with impact analysis and complexity gates - Husky + lint-staged integration for JS/TS repos Includes template summary table and quick-start curl commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs(ci): add Change Impact Analysis for CI section Document the killer CI use case: running only affected tests instead of the entire test suite. Includes: - The problem (10,000 tests = 45 min, but PRs touch few files) - How ckb impact diff maps diffs to symbols - Basic/Intermediate/Advanced CI examples - MCP tool usage (analyzeChange) - Confidence scoring table - Index staleness handling - ROI calculations (89% savings typical) - Current limitations and roadmap 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: correct version to v7.5 (not v8.0) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Change Impact Analysis documentation (v8.0) - Create Change-Impact-Analysis.md with full feature documentation - Update MCP-Tools.md to add analyzeChange tool - Update Features.md with new feature section and quick reference link - Update Home.md to include impact diff in key tools 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add v7.6 blast radius and transitive impact documentation - MCP-Tools.md: Full analyzeImpact docs with blastRadius and transitiveImpact - Features.md: v7.6 enhancements with blast radius thresholds table - Prompt-Cookbook.md: Updated example output with transitive callers - User-Guide.md: Expanded ckb impact CLI documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Index-Management wiki page Document how index refresh works: - Branch switching detection (daemon ~7s, MCP ~10s) - Refresh trigger types and visibility - Daemon file watcher (polling .git/HEAD + .git/index) - MCP watch mode - Troubleshooting guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: clarify file watcher uses polling, not fsnotify Document the actual implementation: - 2s poll interval + 5s debounce = ~7s worst case - Chosen for simplicity and cross-platform compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: clarify TOML auth config is via --index-config Make it explicit that TOML-based auth configuration is specific to the index server's --index-config file, not a general feature. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add MCP-Tools reference to Home.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) 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>