You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
## [3.33.0] - 2026-03-10
10
+
9
11
### Fixed
10
12
11
13
-**`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).
**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.
244
244
245
245
---
246
246
@@ -259,7 +259,7 @@ graph LR
259
259
260
260
---
261
261
262
-
### 📝 274-Question Knowledge Validation (Unique in Ecosystem)
262
+
### 📝 271-Question Knowledge Validation (Unique in Ecosystem)
263
263
264
264
**Outcome**: Verify your understanding + identify knowledge gaps.
265
265
@@ -303,7 +303,7 @@ Complete guides with rationale and examples:
303
303
304
304
---
305
305
306
-
### 📚 176 Annotated Templates
306
+
### 📚 204 Annotated Templates
307
307
308
308
**Outcome**: Learn patterns, not just configs.
309
309
@@ -747,7 +747,7 @@ Use this guide critically. Experiment. Share what works for you.
747
747
|**[Claude Code Releases](./guide/core/claude-code-releases.md)**| Official release history | 10 min |
@@ -5034,7 +5034,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin
5034
5034
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
5035
5035
| Personal permissions | `settings.local.json` | ❌ Gitignore |
5036
5036
5037
-
### 3.32.2 Version Control & Backup
5037
+
### 3.33.0 Version Control & Backup
5038
5038
5039
5039
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
5040
5040
@@ -22810,4 +22810,4 @@ We'll evaluate and add it to this section if it meets quality criteria.
22810
22810
22811
22811
**Contributions**: Issues and PRs welcome.
22812
22812
22813
-
**Last updated**: January 2026 | **Version**: 3.32.2
22813
+
**Last updated**: January 2026 | **Version**: 3.33.0
0 commit comments