Skip to content

History / Features

Revisions

  • docs: add Unwired-Modules.md wiki page Full documentation for findUnwiredModules: algorithm (import-graph BFS + call-graph BFS), CLI/HTTP/MCP reference, PR review check, real-world example from LLMRouter, entrypoint detection sources, exclusions, per-language support table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Apr 2, 2026
  • docs: add findUnwiredModules to wiki docs - Features.md: add unwired detection to Technical Debt section - Code-Review.md: add unwired check to check table, update 20→21 checks - API-Reference.md: add GET /unwired endpoint documentation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Apr 1, 2026
  • docs: add A2A protocol documentation and cross-references - New page: A2A-Integration.md — full A2A protocol guide with setup, agent discovery, protocol bindings, skill reference, health/index status, push notifications, auth, and integration examples - Home.md: add A2A/agent platforms to "Works With Your Tools" table - Architecture.md: add A2A Server to interface layer diagram - Features.md: add "Agent-to-Agent Orchestration" scenario section - Integration-Guide.md: add "Multi-Agent Systems (A2A)" ideas table - Quick-Start.md: add A2A server startup section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Apr 1, 2026
  • 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>

    @SimplyLiz SimplyLiz committed Mar 27, 2026
  • docs: rewrite Compliance-Audit page to match actual implementation - Fix command: `ckb review --format=compliance` → `ckb audit compliance --framework=...` - Fix flags: `--compliance-frameworks` → `--framework`, `--fail-on=high` → `--fail-on=error` - Update framework list: remove 6 fictional (NIST CSF, FedRAMP, FISMA, CIS Controls, OWASP Top 10, ISO 21434), add 6 actual (EU AI Act, EU CRA, FDA 21 CFR 11, ISO 27701, ISO 26262, SBOM/SLSA) - Add real cross-framework mapping table (16 categories with CWE IDs) - Add actual JSON output format matching ComplianceReport struct - Add relationship section explaining `ckb review` vs `ckb audit compliance` - Fix Features.md commands and framework table to match - Add Compliance Audit section to CI-CD-Integration.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Mar 25, 2026
  • feat: Add Compliance-Audit wiki page, update Home and Features - New Compliance-Audit.md with full documentation: 20 frameworks, 126 checks, cross-framework mapping, check details for GDPR/PCI DSS/ HIPAA/SOC 2/safety, configuration, CI/CD integration, CLI reference - Home.md: added compliance audit entry - Features.md: added compliance audit section with framework overview Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Mar 25, 2026
  • 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

    @SimplyLiz SimplyLiz committed Mar 20, 2026
  • 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

    @SimplyLiz SimplyLiz committed Mar 19, 2026
  • 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>

    @SimplyLiz SimplyLiz committed Mar 19, 2026
  • 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>

    @SimplyLiz SimplyLiz committed Jan 20, 2026
  • 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>

    @SimplyLiz SimplyLiz committed Jan 2, 2026
  • 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>

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

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

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

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

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

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

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

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

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

    @SimplyLiz SimplyLiz committed Dec 25, 2025