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>
docs: Add v6.2.2, v6.3, and v6.4 feature documentation
## v6.2.2 - Tree-sitter Complexity
- Added getFileComplexity MCP tool documentation
- Added /complexity API endpoint
## v6.3 - Contract-Aware Impact Analysis
- Added 6 contract MCP tools (listContracts, analyzeContractImpact, etc.)
- Added 7 contract API endpoints
- Added contract CLI commands
- Added contract analysis section to Federation.md
## v6.4 - Runtime Telemetry
- Added 3 telemetry MCP tools (getTelemetryStatus, getObservedUsage, findDeadCodeCandidates)
- Added 6 telemetry API endpoints
- Added telemetry CLI commands (ckb telemetry, ckb dead-code)
- Added full telemetry configuration section
- Added telemetry architecture diagrams
## Other Updates
- Updated tool count from 50 to 54 across all docs
- Added v6.1-v6.4 sections to Architecture.md
- Added 4 new recipe sections to Prompt-Cookbook.md
- Added 4 new workflow sequences
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add v6.2 Federation docs, MODULES.toml format, and ADR workflow
New:
- Federation.md: Complete documentation for cross-repo queries (v6.2)
- CLI commands, HTTP API endpoints, MCP tools
- Core concepts: repo identity, index, staleness propagation
- Use cases and best practices
Updated:
- Configuration.md: Add comprehensive MODULES.toml and ADR sections
- Correct TOML syntax with [[module]] array format
- Full ADR workflow: create, query, statuses, best practices
- API-Reference.md: Add Federation endpoints (v6.2)
- MCP-Integration.md: Add 8 Federation tools, update to 38 total
- Home.md: Add Federation feature, update TOC
- User-Guide.md: Add federation CLI commands
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Extract CI/CD Integration to dedicated wiki page
- Create CI-CD-Integration.md with GitHub Actions workflows, PR analysis,
and automated architecture refresh documentation
- Update User-Guide.md to link to new page instead of inline content
- Add CI/CD Integration link to Home.md Table of Contents
- Update User Guide description (remove CI/CD mention)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update wiki pages with architectural memory features
User-Guide.md:
- Remove version labels from Architectural Memory section
- Remove (v6.0) labels from refresh, ownership, decisions commands
API-Reference.md:
- Add Ownership & Architecture section with new endpoints
- Add GET /ownership for file/module ownership queries
- Add GET /responsibilities/:moduleId for module responsibilities
- Add GET /hotspots with trend data
- Add GET/POST /decisions for ADR management
- Add POST /refresh for architectural model refresh
Quick-Start.md:
- Add ownership query examples
- Add decisions command examples
- Add refresh command examples
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update wiki documentation for v6.0 Architectural Memory
Home.md:
- Add v6.0 banner and Architectural Memory feature
- Update tool count to 25
MCP-Integration.md:
- Add 6 new tools: getOwnership, getModuleResponsibilities,
recordDecision, getDecisions, annotateModule, refreshArchitecture
- Add v6.0 tool documentation section
- Add v6.0 workflows (ownership, decisions, risk assessment)
- Update budget classifications
Architecture.md:
- Add Architectural Memory layer to diagram
- Add new database tables for v6.0
- Document Ownership Algorithm with time decay
- Document Staleness Model
- Add Persistence Model diagram
Configuration.md:
- Update schema version to 6
- Add ownership config section
- Add decisions config section
- Add staleness config section
User-Guide.md:
- Add Architectural Memory concept section
- Add ckb refresh command
- Add ckb ownership command
- Add ckb decisions command
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sync wiki with docs and fix errors
- Update User Guide: add missing CLI commands (symbol, arch, mcp, diag)
- Fix MCP Integration: rename runDoctor to doctor
- Fix MCP Integration: correct findReferences parameters
- Fix Quick-Start: correct repo URL to SimplyLiz/CodeMCP
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>