Skip to content

Commit 2332ddc

Browse files
release: v3.33.0 — enterprise AI governance + accuracy fixes
- New: enterprise-governance.md (1100+ lines) — org-level governance for teams deploying Claude Code at scale (tiers, MCP workflow, charter) - New: 3 templates (mcp-registry.yaml, governance-enforcement-hook.sh, ai-usage-charter-template.md) - Fixed: 6 accuracy issues in enterprise-governance (fabricated API, non-existent hooks, GNU-only date syntax, PII classification, invalid JSON) - Docs: enriched adoption-approaches, observability, ai-traceability, production-safety, security-hardening - Updated: template count 176→204, guide lines 20K→22K, quiz 274→271 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3ba8249 commit 2332ddc

File tree

6 files changed

+36
-34
lines changed

6 files changed

+36
-34
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [3.33.0] - 2026-03-10
10+
911
### Fixed
1012

1113
- **`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).

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<p align="center">
88
<a href="https://github.com/FlorianBruniaux/claude-code-ultimate-guide/stargazers"><img src="https://img.shields.io/github/stars/FlorianBruniaux/claude-code-ultimate-guide?style=for-the-badge" alt="Stars"/></a>
9-
<a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/Updated-Mar_9,_2026_·_v3.32.2-brightgreen?style=for-the-badge" alt="Last Update"/></a>
9+
<a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/Updated-Mar_10,_2026_·_v3.33.0-brightgreen?style=for-the-badge" alt="Last Update"/></a>
1010
<a href="./quiz/"><img src="https://img.shields.io/badge/Quiz-271_questions-orange?style=for-the-badge" alt="Quiz"/></a>
11-
<a href="./examples/"><img src="https://img.shields.io/badge/Templates-222-green?style=for-the-badge" alt="Templates"/></a>
11+
<a href="./examples/"><img src="https://img.shields.io/badge/Templates-204-green?style=for-the-badge" alt="Templates"/></a>
1212
<a href="./guide/security/security-hardening.md"><img src="https://img.shields.io/badge/🛡️_Threat_DB-15_vulnerabilities_·_655_malicious_skills-red?style=for-the-badge" alt="Threat Database"/></a>
1313
<a href="./mcp-server/"><img src="https://img.shields.io/badge/MCP_Server-npx_ready-blueviolet?style=for-the-badge" alt="MCP Server"/></a>
1414
</p>
@@ -48,7 +48,7 @@
4848
-**Visualize concepts** — 41 Mermaid diagrams covering model selection, master loop, memory hierarchy, multi-agent patterns, security threats, AI fluency paths
4949
-**Master methodologies** — TDD, SDD, BDD with AI collaboration (not just templates)
5050
-**Security mindset** — Threat modeling for AI systems (only guide with 24 CVEs + 655 malicious skills database)
51-
-**Test your knowledge**274-question quiz to validate understanding (no other resource offers this)
51+
-**Test your knowledge**271-question quiz to validate understanding (no other resource offers this)
5252

5353
**Outcome**: Go from copy-pasting configs to designing your own agentic workflows with confidence.
5454

@@ -64,9 +64,9 @@ Both guides serve different needs. Choose based on your priority.
6464
| **Quick setup** for projects | Available but not the priority | Battle-tested production configs |
6565
| **Learn trade-offs** (agents vs skills) | Decision frameworks + comparisons | Lists patterns, no trade-off analysis |
6666
| **Security hardening** | Only threat database (24 CVEs) | Basic patterns only |
67-
| **Test understanding** | 274-question quiz | Not available |
67+
| **Test understanding** | 271-question quiz | Not available |
6868
| **Methodologies** (TDD/SDD/BDD) | Full workflow guides | Not covered |
69-
| **Copy-paste ready** templates | 176 templates | 200+ templates |
69+
| **Copy-paste ready** templates | 204 templates | 200+ templates |
7070

7171
### Ecosystem Positioning
7272

@@ -75,7 +75,7 @@ Both guides serve different needs. Choose based on your priority.
7575
7676
7777
│ ★ This Guide
78-
│ Security + Methodologies + 20K lines
78+
│ Security + Methodologies + 22K lines
7979
8080
│ [Everything-You-Need-to-Know]
8181
│ SDLC/BMAD beginner
@@ -92,8 +92,8 @@ Both guides serve different needs. Choose based on your priority.
9292
**4 unique gaps no competitor covers:**
9393
1. **Security-First** — 24 CVEs + 655 malicious skills tracked (no competitor has this depth)
9494
2. **Methodology Workflows** — TDD/SDD/BDD comparison + step-by-step guides
95-
3. **Comprehensive Reference**20K lines across 16 specialized guides (24× more reference material than everything-cc)
96-
4. **Educational Progression**274-question quiz, beginner → expert path
95+
3. **Comprehensive Reference**22K lines across 16 specialized guides (24× more reference material than everything-cc)
96+
4. **Educational Progression**271-question quiz, beginner → expert path
9797

9898
**Recommended workflow:**
9999
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
150150
graph LR
151151
root[📦 Repository<br/>Root]
152152
153-
root --> guide[📖 guide/<br/>20K lines]
154-
root --> examples[📋 examples/<br/>176 templates]
155-
root --> quiz[🧠 quiz/<br/>274 questions]
153+
root --> guide[📖 guide/<br/>22K lines]
154+
root --> examples[📋 examples/<br/>204 templates]
155+
root --> quiz[🧠 quiz/<br/>271 questions]
156156
root --> tools[🔧 tools/<br/>utils]
157157
root --> machine[🤖 machine-readable/<br/>AI index]
158158
root --> docs[📚 docs/<br/>115 evaluations]
@@ -172,7 +172,7 @@ graph LR
172172
```
173173
📦 claude-code-ultimate-guide/
174174
175-
├─ 📖 guide/ Core Documentation (20K+ lines)
175+
├─ 📖 guide/ Core Documentation (22K+ lines)
176176
│ ├─ ultimate-guide.md Complete reference, 10 sections
177177
│ ├─ cheatsheet.md 1-page printable
178178
│ ├─ architecture.md How Claude Code works internally
@@ -182,14 +182,14 @@ graph LR
182182
│ ├─ mcp-servers-ecosystem.md Official & community MCP servers
183183
│ └─ workflows/ Step-by-step guides
184184
185-
├─ 📋 examples/ 176 Production Templates
185+
├─ 📋 examples/ 204 Production Templates
186186
│ ├─ agents/ 9 custom AI personas
187187
│ ├─ commands/ 26 slash commands
188188
│ ├─ hooks/ 31 hooks (bash + PowerShell)
189189
│ ├─ skills/ 14 skills (9 on SkillHub)
190190
│ └─ scripts/ Utility scripts (audit, search)
191191
192-
├─ 🧠 quiz/ 274 Questions
192+
├─ 🧠 quiz/ 271 Questions
193193
│ ├─ 9 categories Setup, Agents, MCP, Trust, Advanced...
194194
│ ├─ 4 profiles Junior, Senior, Power User, PM
195195
│ └─ Instant feedback Doc links + score tracking
@@ -240,7 +240,7 @@ graph LR
240240

241241
[Browse all 41 diagrams →](./guide/diagrams/)
242242

243-
**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.
243+
**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.
244244

245245
---
246246

@@ -259,7 +259,7 @@ graph LR
259259

260260
---
261261

262-
### 📝 274-Question Knowledge Validation (Unique in Ecosystem)
262+
### 📝 271-Question Knowledge Validation (Unique in Ecosystem)
263263

264264
**Outcome**: Verify your understanding + identify knowledge gaps.
265265

@@ -303,7 +303,7 @@ Complete guides with rationale and examples:
303303

304304
---
305305

306-
### 📚 176 Annotated Templates
306+
### 📚 204 Annotated Templates
307307

308308
**Outcome**: Learn patterns, not just configs.
309309

@@ -747,7 +747,7 @@ Use this guide critically. Experiment. Share what works for you.
747747
| **[Claude Code Releases](./guide/core/claude-code-releases.md)** | Official release history | 10 min |
748748

749749
<details>
750-
<summary><strong>Examples Library</strong> (176 templates)</summary>
750+
<summary><strong>Examples Library</strong> (204 templates)</summary>
751751

752752
**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)
753753

@@ -770,7 +770,7 @@ Use this guide critically. Experiment. Share what works for you.
770770
</details>
771771

772772
<details>
773-
<summary><strong>Knowledge Quiz</strong> (274 questions)</summary>
773+
<summary><strong>Knowledge Quiz</strong> (271 questions)</summary>
774774

775775
Test your Claude Code knowledge with an interactive CLI quiz covering all guide sections.
776776

@@ -867,12 +867,12 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
867867

868868
### Tools
869869
- [Ask Zread](https://zread.ai/FlorianBruniaux/claude-code-ultimate-guide) — Ask questions about this guide
870-
- [Interactive Quiz](./quiz/)274 questions
870+
- [Interactive Quiz](./quiz/)271 questions
871871
- [Landing Site](https://florianbruniaux.github.io/claude-code-ultimate-guide-landing/) — Visual navigation
872872

873873
---
874874

875-
*Version 3.32.2 | Updated daily · Mar 9, 2026 | Crafted with Claude*
875+
*Version 3.33.0 | Updated daily · Mar 10, 2026 | Crafted with Claude*
876876

877877
<!-- SEO Keywords -->
878878
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.32.2
1+
3.33.0

guide/cheatsheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: [cheatsheet, reference]
1212

1313
**Written with**: Claude (Anthropic)
1414

15-
**Version**: 3.32.2 | **Last Updated**: February 2026
15+
**Version**: 3.33.0 | **Last Updated**: February 2026
1616

1717
---
1818

@@ -638,4 +638,4 @@ Speed: `rg` (~20ms) → Serena (~100ms) → ast-grep (~200ms) → grepai (~500ms
638638

639639
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
640640

641-
*Last updated: February 2026 | Version 3.32.2*
641+
*Last updated: February 2026 | Version 3.33.0*

guide/ultimate-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tags: [guide, reference, workflows, agents, hooks, mcp, security]
1616

1717
**Last updated**: January 2026
1818

19-
**Version**: 3.32.2
19+
**Version**: 3.33.0
2020

2121
---
2222

@@ -5034,7 +5034,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin
50345034
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
50355035
| Personal permissions | `settings.local.json` | ❌ Gitignore |
50365036

5037-
### 3.32.2 Version Control & Backup
5037+
### 3.33.0 Version Control & Backup
50385038

50395039
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
50405040

@@ -22810,4 +22810,4 @@ We'll evaluate and add it to this section if it meets quality criteria.
2281022810

2281122811
**Contributions**: Issues and PRs welcome.
2281222812

22813-
**Last updated**: January 2026 | **Version**: 3.32.2
22813+
**Last updated**: January 2026 | **Version**: 3.33.0

machine-readable/reference.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Source: guide/ultimate-guide.md
44
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
55

6-
version: "3.32.2"
6+
version: "3.33.0"
77
updated: "2026-03-03"
88

99
# ════════════════════════════════════════════════════════════════
@@ -1510,7 +1510,7 @@ ecosystem:
15101510
- "Cross-links modified → Update all 4 repos"
15111511
history:
15121512
- date: "2026-01-20"
1513-
event: "Code Landing sync v3.32.2, 66 templates, cross-links"
1513+
event: "Code Landing sync v3.33.0, 66 templates, cross-links"
15141514
commit: "5b5ce62"
15151515
- date: "2026-01-20"
15161516
event: "Cowork Landing fix (paths, README, UI badges)"
@@ -1522,7 +1522,7 @@ ecosystem:
15221522
onboarding_matrix_meta:
15231523
version: "2.1.0"
15241524
last_updated: "2026-03-09"
1525-
aligned_with_guide: "3.32.2"
1525+
aligned_with_guide: "3.33.0"
15261526
changelog:
15271527
- version: "2.1.0"
15281528
date: "2026-03-09"
@@ -1553,7 +1553,7 @@ onboarding_matrix:
15531553
core: [rules, sandbox_native_guide, commands]
15541554
time_budget: "5 min"
15551555
topics_max: 3
1556-
note: "SECURITY FIRST - sandbox before commands (v3.32.2 critical fix)"
1556+
note: "SECURITY FIRST - sandbox before commands (v3.33.0 critical fix)"
15571557

15581558
beginner_15min:
15591559
core: [rules, sandbox_native_guide, workflow, essential_commands]
@@ -1642,7 +1642,7 @@ onboarding_matrix:
16421642
- default: agent_validation_checklist
16431643
time_budget: "60 min"
16441644
topics_max: 6
1645-
note: "Dual-instance pattern for quality workflows (v3.32.2)"
1645+
note: "Dual-instance pattern for quality workflows (v3.33.0)"
16461646

16471647
learn_security:
16481648
intermediate_30min:
@@ -1653,7 +1653,7 @@ onboarding_matrix:
16531653
- default: permission_modes
16541654
time_budget: "30 min"
16551655
topics_max: 4
1656-
note: "NEW goal (v3.32.2) - Security-focused learning path"
1656+
note: "NEW goal (v3.33.0) - Security-focused learning path"
16571657

16581658
power_60min:
16591659
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
@@ -1678,7 +1678,7 @@ onboarding_matrix:
16781678
core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode]
16791679
time_budget: "60 min"
16801680
topics_max: 6
1681-
note: "Security foundation + core workflow (v3.32.2 sandbox added)"
1681+
note: "Security foundation + core workflow (v3.33.0 sandbox added)"
16821682

16831683
intermediate_120min:
16841684
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]

0 commit comments

Comments
 (0)