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>
docs: add Quality Gates guide and Best Practices section
- Add Quality-Gates.md with comprehensive gate documentation:
- Complexity, Risk, Coupling, Coverage, Contract, Dead Code, Eval gates
- Warn vs fail modes, inline annotations
- Starter/Standard/Strict profiles
- Rollout strategy and troubleshooting
- Add Best Practices section to Workflow-Examples.md:
- Security hardening (SHA pinning, minimal permissions, OIDC)
- Caching strategy (restore-keys, conditional caching)
- Job outputs vs artifacts
- Reusable workflows (secrets inherit, outputs)
- Composite actions (CKB setup action template)
- Performance tips table
- Update cross-references:
- Link Quality Gates from Home.md Integration section
- Link Quality Gates from CI-CD-Integration.md
- Add callout to Workflow-Examples.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Workflow-Examples wiki page with full documentation
Comprehensive documentation for all CI/CD workflow examples:
- 20+ GitHub Actions workflows with example outputs
- GitLab CI configuration
- Git hooks (pre-commit, pre-push, husky, lint-staged)
- Starter template with customization guide
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>