Skip to content

History / Presets

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 tool counts across all wiki pages for v8.3 Update stale tool/preset counts in 8 pages: - core: 14→24, review: 27→40, refactor: 33→39, full: 92→96 - "80+ tools" / "90+ tools" → "96 tools" everywhere - Token estimates updated to match new preset sizes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Mar 27, 2026
  • docs: re-add planRefactor to refactor preset table Listed with note that it's also in core, since users reading the refactor preset section expect to see refactoring tools there. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Feb 1, 2026
  • fix: correct preset tool counts to match source code Verified all counts against presets.go: core=21, review=27, refactor=33, federation=35, docs=27, ops=33, full=92 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Feb 1, 2026
  • docs: update wiki for v8.1 release - MCP-Tools: Add findCycles, suggestRefactorings, analyzeTestGaps, planRefactor tool docs. Document prepareChange move and extract enhancements with startLine/endLine params. - Presets: Update refactor preset (33 tools), update all preset counts - MCP-Integration: Add v8.1 implementation status, refactoring workflows, update preset table counts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Feb 1, 2026
  • docs: document switchProject tool and Cursor CWD workaround - Add switchProject to MCP-Tools.md tool reference and workflows - Update MCP-Integration.md Cursor notes and troubleshooting - Add switchProject to core preset in Presets.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Jan 31, 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 dedicated Presets page and consolidate documentation Create Presets.md as the single source of truth for preset documentation: - Complete tool lists for all 7 presets - Token estimates and use case descriptions - Dynamic expansion with expandToolset - MCP configuration examples - Choosing the right preset guide Update other pages to link to Presets.md: - MCP-Integration.md: Simplified preset section - User-Guide.md: Brief mention with link - Quick-Start.md: Link to Presets - Home.md: Link in section header 🤖 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