Skip to content

History / Impact Analysis

Revisions

  • 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

    @SimplyLiz SimplyLiz committed Apr 25, 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
  • 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: 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