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 @@

Stars - Last Update + Last Update Quiz - Templates + Templates Threat Database MCP Server

@@ -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
Root] - root --> guide[📖 guide/
20K lines] - root --> examples[📋 examples/
176 templates] - root --> quiz[🧠 quiz/
274 questions] + root --> guide[📖 guide/
22K lines] + root --> examples[📋 examples/
204 templates] + root --> quiz[🧠 quiz/
271 questions] root --> tools[🔧 tools/
utils] root --> machine[🤖 machine-readable/
AI index] root --> docs[📚 docs/
115 evaluations] @@ -172,7 +172,7 @@ graph LR ``` 📦 claude-code-ultimate-guide/ │ -├─ 📖 guide/ Core Documentation (20K+ lines) +├─ 📖 guide/ Core Documentation (22K+ lines) │ ├─ ultimate-guide.md Complete reference, 10 sections │ ├─ cheatsheet.md 1-page printable │ ├─ architecture.md How Claude Code works internally @@ -182,14 +182,14 @@ graph LR │ ├─ mcp-servers-ecosystem.md Official & community MCP servers │ └─ workflows/ Step-by-step guides │ -├─ 📋 examples/ 176 Production Templates +├─ 📋 examples/ 204 Production Templates │ ├─ agents/ 9 custom AI personas │ ├─ commands/ 26 slash commands │ ├─ hooks/ 31 hooks (bash + PowerShell) │ ├─ skills/ 14 skills (9 on SkillHub) │ └─ scripts/ Utility scripts (audit, search) │ -├─ 🧠 quiz/ 274 Questions +├─ 🧠 quiz/ 271 Questions │ ├─ 9 categories Setup, Agents, MCP, Trust, Advanced... │ ├─ 4 profiles Junior, Senior, Power User, PM │ └─ Instant feedback Doc links + score tracking @@ -240,7 +240,7 @@ graph LR [Browse all 41 diagrams →](./guide/diagrams/) -**What this means for you**: Understand the master loop before reading 20K lines, see multi-agent topologies at a glance, share visual security threat models with your team. +**What this means for you**: Understand the master loop before reading 22K lines, see multi-agent topologies at a glance, share visual security threat models with your team. --- @@ -259,7 +259,7 @@ graph LR --- -### 📝 274-Question Knowledge Validation (Unique in Ecosystem) +### 📝 271-Question Knowledge Validation (Unique in Ecosystem) **Outcome**: Verify your understanding + identify knowledge gaps. @@ -303,7 +303,7 @@ Complete guides with rationale and examples: --- -### 📚 176 Annotated Templates +### 📚 204 Annotated Templates **Outcome**: Learn patterns, not just configs. @@ -747,7 +747,7 @@ Use this guide critically. Experiment. Share what works for you. | **[Claude Code Releases](./guide/core/claude-code-releases.md)** | Official release history | 10 min |
-Examples Library (176 templates) +Examples Library (204 templates) **Agents** (6): [code-reviewer](./examples/agents/code-reviewer.md), [test-writer](./examples/agents/test-writer.md), [security-auditor](./examples/agents/security-auditor.md), [refactoring-specialist](./examples/agents/refactoring-specialist.md), [output-evaluator](./examples/agents/output-evaluator.md), [devops-sre](./examples/agents/devops-sre.md) ⭐ @@ -770,7 +770,7 @@ Use this guide critically. Experiment. Share what works for you.
-Knowledge Quiz (274 questions) +Knowledge Quiz (271 questions) Test your Claude Code knowledge with an interactive CLI quiz covering all guide sections. @@ -867,12 +867,12 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. ### Tools - [Ask Zread](https://zread.ai/FlorianBruniaux/claude-code-ultimate-guide) — Ask questions about this guide -- [Interactive Quiz](./quiz/) — 274 questions +- [Interactive Quiz](./quiz/) — 271 questions - [Landing Site](https://florianbruniaux.github.io/claude-code-ultimate-guide-landing/) — Visual navigation --- -*Version 3.32.2 | Updated daily · Mar 9, 2026 | Crafted with Claude* +*Version 3.33.0 | Updated daily · Mar 10, 2026 | Crafted with Claude*