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>