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: 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: 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>
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(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: 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>
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: comprehensive Features.md rewrite with value propositions Major improvements: - Quick Reference table with anchor links to specific features - "Why This Matters" sections explaining problem/solution for each category - "When to Use" guidelines for each feature area - Every feature now has a **Value:** statement explaining its benefit - Detailed use cases and real-world scenarios - Better organization with consistent structure - More example CLI commands and prompts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add language support, response quality, and auto-refresh to Features.md - Added Language Support section with quality tiers - Added Response Quality section (confidence, provenance, drilldowns) - Added ckb index --watch and webhook refresh to Automation - Updated TOC with new sections - Fixed tool count reference (76 tools) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Features.md with use-case organized feature overview Comprehensive feature documentation organized by what users can accomplish: - Code Navigation & Discovery - Impact Analysis & Safety - Architectural Understanding - Ownership & Review - Code Quality & Risk - Documentation Intelligence - Multi-Repo & Federation - Runtime Intelligence - Automation & CI/CD - MCP Integration Also added link from Home.md Table of Contents. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>