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
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>
docs: fix score calculation in Code-Review — floor is 0 not 20, add per-rule cap
- Score floor is 0, not 20 (matches review.go:1166-1168)
- Document per-rule deduction cap of 10 (review.go:1107) — prevents
a single noisy rule from consuming its check's entire budget
- Clarify three-level cap system: per-rule (10), per-check (20), total (80)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
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
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>