Skip to content

History / MCP Integration

Revisions

  • docs: Move non-goal disclaimer to Home page Centralize the read-only constraint in the main landing page rather than the MCP integration guide. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • docs: Remove stacked version themes from MCP Integration guide Version history doesn't belong in an integration setup guide. Kept only the "Non-goal" note which sets relevant expectations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • Update documentation for v6.0 completion - Mark all v6.0 MCP tools as complete (✓) - Add v6.0 hotspot and ownership benchmarks to Performance.md - Add MODULES.toml format documentation - Update configuration examples to version 6 - Add v6.0 Architectural Memory configuration example 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • Update wiki for v5.2 completion - Fix tool names (findSymbols→searchSymbols, getArchitectureMap→getArchitecture) - Mark all v5.2 tools as implemented (19 total) - Add Performance.md with benchmark documentation - Update Home.md with Performance link 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 17, 2025
  • Update MCP Integration Guide to v5.2 specification Comprehensive update reflecting CKB v5.2 AI-Native Navigation Expansion: - Platform contracts (budget classification, confidence rules, time windows) - All 10 new v5.2 tools with parameters and examples - Navigation presets and recommended workflows - Implementation status with phased rollout - Condensed format for quick reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 17, 2025
  • Update MCP documentation with all tools and use cases - Add AI navigation tools: explainSymbol, justifySymbol, getCallGraph, getModuleOverview - Add Claude Code CLI setup instructions - Add comprehensive use cases and example responses - Add recommended workflows for common tasks - Add troubleshooting and error codes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 17, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 16, 2025
  • Add documentation pages

    @SimplyLiz SimplyLiz committed Dec 16, 2025