Skip to content

History / Cartographer

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