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: 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>
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: 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: 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 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: 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: Fix tool count in User-Guide.md to 74
🤖 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: Consolidate authentication and index server documentation
- Create dedicated Authentication.md page (extracted from Federation.md)
- Fix version references: v7.4 → v7.3 across all files
- Consolidate incremental indexing: remove duplication from CI-CD-Integration.md
- Consolidate index server config: remove duplication from Federation.md
- Update cross-references to link to canonical sources
- Add Authentication to Home.md table of contents
Files now link to canonical sources instead of duplicating content:
- Authentication → Authentication.md
- Incremental indexing → Incremental-Indexing.md
- Index server config → Configuration.md
- Index server API → API-Reference.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add Authentication & API Keys documentation (v7.4 Phase 4)
Update wiki for Phase 4 authentication features:
Federation.md:
- New section: Authentication & API Keys (v7.4 Phase 4)
- Scopes, token management CLI, configuration
- Per-repo restrictions, rate limiting
- Error responses and backward compatibility
- Updated Future section
API-Reference.md:
- New Authentication section under Remote Index Serving
- Auth header examples, scopes table, error codes
- Links to Federation docs for full config
User-Guide.md:
- New `ckb token` command reference
- Flags, scopes, usage examples
- Updated TOC
CI-CD-Integration.md:
- New section: Upload to Central Index Server (v7.4)
- GitHub Actions workflow with authentication
- Compression examples, token setup
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add incremental indexing documentation (v7.4)
- New page: Incremental-Indexing.md with full feature documentation
- Update Home.md: Add link to new page in navigation
- Update User-Guide.md: Add incremental indexing section to ckb index command
- Update Performance.md: Add incremental indexing benchmarks and trade-offs
🤖 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.3 doc-symbol linking to User Guide, CI, and Config
- User-Guide.md: Add `ckb docs` commands section, update MCP count to 64
- CI-CD-Integration.md: Add Documentation Coverage CI section with
coverage enforcement, staleness detection, and complete workflow
- Configuration.md: Add `docs` config section (paths, include, exclude)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add tier-aware diagnostics documentation
- Language-Support.md: Add Tier-Specific Diagnostics section
- User-Guide.md: Expand ckb doctor with --tier flag docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Update tier documentation for v7.2
- Add Analysis Tiers section to User Guide with tier table and control methods
- Rename Basic → Fast, Enhanced → Standard throughout Language Support
- Add tier config option documentation to Configuration
- Update tier references in Home and Quick Start
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add smart indexing documentation for v7.2
- Add `ckb index` command section with smart indexing explanation
- Add supported languages table with indexer install commands
- Update `ckb status` with Index Status output examples
- Add `ckb mcp --watch` documentation for auto-reindex mode
- Update Best Practices to use `ckb index` for freshness
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add ckb setup command documentation
Document the new multi-tool setup wizard:
- Getting Started section with quick setup guide
- Full CLI command reference with all flags
- Supported tools table (Claude Code, Cursor, Windsurf, VS Code, OpenCode, Claude Desktop)
🤖 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.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>
docs: Add table of contents to User Guide
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add documentation for new CLI commands
- Federation.md: Add search-modules, search-ownership, hotspots,
search-decisions CLI commands
- User-Guide.md: Add modules, justify, callgraph, entrypoints, trace,
hotspots, diff-summary, pr-summary, jobs, concepts, recent, complexity
CLI commands
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v6.5 Developer Intelligence features
New MCP tools:
- explainOrigin: Why does this code exist?
- analyzeCoupling: Find co-change patterns
- exportForLLM: LLM-friendly codebase export
- auditRisk: Multi-signal risk audit
New CLI commands:
- ckb explain: Symbol origin explanation
- ckb coupling: Co-change analysis
- ckb export: LLM export
- ckb audit: Risk audit
Updates:
- Home.md: v6.5 theme and feature section
- MCP-Integration.md: Full v6.5 tool documentation
- Prompt-Cookbook.md: v6.5 recipes and workflows
- User-Guide.md: v6.5 CLI commands
Tool count: 54 → 58
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>