Skip to content

History / Impact Analysis

Revisions

  • docs: catch wiki up to v9.3 Cartographer.md led with "you need Rust and a source build" to get the fast structural tier. That stopped being true in v9.3: the release pipeline now builds darwin/{arm64,amd64} and linux/{amd64,arm64} with CGo on native runners, linking a pinned checksum-verified Cartographer v4.0.2. Verified against the shipped Homebrew tarball, which reports "Cartographer engine linked (v4.0.2) — fast structural tier active". Windows still ships the pure-Go stub. - Cartographer.md: new "Do You Already Have It?" section stating what each channel ships, `ckb doctor` as the way to check, the v9.3 large-repo hardening (256 MB-stack pool, iterative tarjan_scc, depth ceiling) that fixed the FFI process abort on a kernel-sized tree, and sync-cartographer.sh replacing the stale git-subtree instruction. - MCP-Tools.md: header to v9.3; detail sections for symbolExists and analyzeOutgoingImpact, which were listed in the overview tables but had no docs; the v9.2 bridge-centrality risk multiplier and LIP tier-1 caller folding on analyzeImpact; doctor's cartographer check. - Home.md: What's New in v9.3. - Impact-Analysis.md: [[examples/README]] was a dead wikilink — no such wiki page. Points at the repo file on GitHub now. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Jul 27, 2026
  • 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