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(v9.0.0): LIP v2.0 integration + correct setup instructions
- Home.md: What's New in v9.0 section with LIP semantic layer bullets
- Hybrid-Retrieval.md: correct LIP daemon startup command, add
LIP_EMBEDDING_URL/LIP_EMBEDDING_MODEL env vars, note context-limit
workaround for large files, update doctor output format
- MCP-Tools.md: mark tools enhanced by LIP (✦) with link to lip docs
- Quick-Start.md: two-mode LIP setup (graph-only vs. with embeddings)
- Architecture.md, Contributing.md, Practical-Limits.md: minor v9 refs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: update wiki for v8.3 — new MCP tools, --recommend, tool counts
Compliance-Audit.md: Add --recommend flag to CLI Reference.
MCP-Tools.md: Add auditCompliance, listSymbols, getSymbolGraph tool
entries with full parameter/return documentation. Update tool count
from 90+ to 96.
Features.md: Update preset tool counts (core 24, review 40, refactor 39,
full 96). Add listSymbols, getSymbolGraph, auditCompliance to compound
operations table.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update check count from 19 to 20 across wiki pages
Review now has 20 checks (split was added as the 20th). Update all
references in Integration-Guide, MCP-Tools, Performance, Quality-Gates,
User-Guide, and Workflow-Examples.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: Update review docs for v8.3 — 19 checks, new analyzers
- 17→19 checks across all wiki pages
- Add comment-drift and format-consistency to checks table
- Update blast-radius: informational mode when no threshold set
- Add check list to Workflow-Examples
docs: Update review docs for v8.3 — 17 checks, new analyzers, architecture diagram
- 14→17 checks across all pages (Code-Review, CI-CD, Quality-Gates,
Features, Home, User-Guide, Workflow-Examples, MCP-Tools)
- Add dead-code, test-gaps, blast-radius to check table and examples
- Add --staged, --scope, positional arg invocation modes
- Add max-fanout, dead-code-confidence, test-gap-lines config/flags
- Add architecture SVG reference in Code-Review page
- Update concurrency note (mutex-based, not sequential block)
- Update GitHub Action inputs with new analyzer thresholds
docs: Add unified code review documentation (ckb review, reviewPR)
- New Code-Review.md: checks, formats, policy, health, baselines, compliance
- Update Home, Features, User-Guide, MCP-Tools, CI-CD-Integration,
Workflow-Examples, Quality-Gates with cross-references
Co-Authored-By: Claude Opus 4.6 <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: 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: 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 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>
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: 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>