We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Revert bdafd98d835d22cc7e12be2d7cb74dc47dd38524...d940617baddec79fa12beed56da8fc844e8b510f on Compliance Audit
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: update wiki for v8.3 — new MCP tools, --recommend, tool counts Compliance-Audit.md: Add --recommend flag to CLI Reference. MCP-Tools.md: Add auditCompliance, listSymbols, getSymbolGraph tool entries with full parameter/return documentation. Update tool count from 90+ to 96. Features.md: Update preset tool counts (core 24, review 40, refactor 39, full 96). Add listSymbols, getSymbolGraph, auditCompliance to compound operations table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: rewrite Compliance-Audit page to match actual implementation - Fix command: `ckb review --format=compliance` → `ckb audit compliance --framework=...` - Fix flags: `--compliance-frameworks` → `--framework`, `--fail-on=high` → `--fail-on=error` - Update framework list: remove 6 fictional (NIST CSF, FedRAMP, FISMA, CIS Controls, OWASP Top 10, ISO 21434), add 6 actual (EU AI Act, EU CRA, FDA 21 CFR 11, ISO 27701, ISO 26262, SBOM/SLSA) - Add real cross-framework mapping table (16 categories with CWE IDs) - Add actual JSON output format matching ComplianceReport struct - Add relationship section explaining `ckb review` vs `ckb audit compliance` - Fix Features.md commands and framework table to match - Add Compliance Audit section to CI-CD-Integration.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat: Add Compliance-Audit wiki page, update Home and Features - New Compliance-Audit.md with full documentation: 20 frameworks, 126 checks, cross-framework mapping, check details for GDPR/PCI DSS/ HIPAA/SOC 2/safety, configuration, CI/CD integration, CLI reference - Home.md: added compliance audit entry - Features.md: added compliance audit section with framework overview Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>