diff --git a/CHANGELOG.md b/CHANGELOG.md index bc308aa..bcf786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.33.0] - 2026-03-10 + ### Fixed - **`guide/security/enterprise-governance.md` — Accuracy review pass** — 6 correctness issues fixed after adversarial critique: (1) Non-existent hooks removed from all tier `settings.json` configs (`dependency-guard.sh`, `compliance-pre-check.sh`, `pii-detector.sh`, `compliance-session-init.sh` were referenced but never existed in `examples/hooks/bash/`); (2) `compliance-audit-logger.sh` in Regulated tier replaced with real `session-logger.sh`; (3) Fabricated Claude Code API removed — `CLAUDE_SETTINGS` env var and `claude run-headless` subcommand don't exist; replaced with an honest CI pipeline validation pattern; (4) `date -d '30 days ago'` (GNU coreutils only) fixed to cross-platform with macOS/Linux `$OSTYPE` check; (5) Customer PII reclassified from CONFIDENTIAL to RESTRICTED — Enterprise plan (ZDR) alone doesn't satisfy GDPR/CCPA; (6) All `// comment` lines inside JSON code blocks removed (invalid JSON, breaks copy-paste). diff --git a/README.md b/README.md index 716f752..d685e15 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@
@@ -48,7 +48,7 @@ - ✅ **Visualize concepts** — 41 Mermaid diagrams covering model selection, master loop, memory hierarchy, multi-agent patterns, security threats, AI fluency paths - ✅ **Master methodologies** — TDD, SDD, BDD with AI collaboration (not just templates) - ✅ **Security mindset** — Threat modeling for AI systems (only guide with 24 CVEs + 655 malicious skills database) -- ✅ **Test your knowledge** — 274-question quiz to validate understanding (no other resource offers this) +- ✅ **Test your knowledge** — 271-question quiz to validate understanding (no other resource offers this) **Outcome**: Go from copy-pasting configs to designing your own agentic workflows with confidence. @@ -64,9 +64,9 @@ Both guides serve different needs. Choose based on your priority. | **Quick setup** for projects | Available but not the priority | Battle-tested production configs | | **Learn trade-offs** (agents vs skills) | Decision frameworks + comparisons | Lists patterns, no trade-off analysis | | **Security hardening** | Only threat database (24 CVEs) | Basic patterns only | -| **Test understanding** | 274-question quiz | Not available | +| **Test understanding** | 271-question quiz | Not available | | **Methodologies** (TDD/SDD/BDD) | Full workflow guides | Not covered | -| **Copy-paste ready** templates | 176 templates | 200+ templates | +| **Copy-paste ready** templates | 204 templates | 200+ templates | ### Ecosystem Positioning @@ -75,7 +75,7 @@ Both guides serve different needs. Choose based on your priority. ▲ │ │ ★ This Guide - │ Security + Methodologies + 20K lines + │ Security + Methodologies + 22K lines │ │ [Everything-You-Need-to-Know] │ SDLC/BMAD beginner @@ -92,8 +92,8 @@ Both guides serve different needs. Choose based on your priority. **4 unique gaps no competitor covers:** 1. **Security-First** — 24 CVEs + 655 malicious skills tracked (no competitor has this depth) 2. **Methodology Workflows** — TDD/SDD/BDD comparison + step-by-step guides -3. **Comprehensive Reference** — 20K lines across 16 specialized guides (24× more reference material than everything-cc) -4. **Educational Progression** — 274-question quiz, beginner → expert path +3. **Comprehensive Reference** — 22K lines across 16 specialized guides (24× more reference material than everything-cc) +4. **Educational Progression** — 271-question quiz, beginner → expert path **Recommended workflow:** 1. Learn concepts here (mental models, trade-offs, security) @@ -150,9 +150,9 @@ claude "Use the claude-code-guide MCP server. Activate the claude-code-expert pr graph LR root[📦 Repository