diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8b713..f5ec7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [3.27.4] - 2026-02-17 ### Added @@ -39,6 +39,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - v2.1.44: Auth refresh error fix - v2.1.43: AWS auth refresh timeout (3min), structured-outputs beta header fix on Vertex/Bedrock, non-agent markdown warnings fix - **`reference.yaml`**: Added 12 new entries (review-plan, rules templates, git-worktree suite, security kill switch), updated resource evaluations count 67 → 74 +- **Template count**: 113 → 116 (review-plan command, git-worktree-status/remove/clean commands, rules templates) — updated across README, CLAUDE.md, reference badges +- **Commands count**: 23 → 26 (git-worktree-status, git-worktree-remove, git-worktree-clean) ## [3.27.3] - 2026-02-16 diff --git a/CLAUDE.md b/CLAUDE.md index c7055dd..dceeef1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -269,7 +269,7 @@ Ce guide fait partie d'un écosystème de 4 repositories interconnectés, sépar |--------|---------| | **GitHub** | https://github.com/FlorianBruniaux/claude-code-ultimate-guide | | **Local** | `/Users/florianbruniaux/Sites/perso/claude-code-ultimate-guide/` | -| **Contenu** | Guide ~19K lignes, 113 templates, workflows, architecture | +| **Contenu** | Guide ~19K lignes, 116 templates, workflows, architecture | | **Audience** | Développeurs, DevOps, tech leads | ### 2. Claude Cowork Guide (repo dédié) @@ -292,7 +292,7 @@ Ce guide fait partie d'un écosystème de 4 repositories interconnectés, sépar | Aspect | Détails | |--------|---------| | **Local** | `/Users/florianbruniaux/Sites/perso/claude-code-ultimate-guide-landing/` | -| **Contenu** | Page marketing, badges, FAQ, quiz (264 questions) | +| **Contenu** | Page marketing, badges, FAQ, quiz (274 questions) | | **Sync avec** | Guide principal (version, templates, guide lines) | ### 4. Cowork Landing Site diff --git a/README.md b/README.md index 3663da6..d1fe0de 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@

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

@@ -32,7 +32,7 @@ - ✅ **Build mental models** — How Claude Code works internally (architecture, context flow, tool orchestration) - ✅ **Master methodologies** — TDD, SDD, BDD with AI collaboration (not just templates) - ✅ **Security mindset** — Threat modeling for AI systems (only guide with 18 CVEs + 341 malicious skills database) -- ✅ **Test your knowledge** — 264-question quiz to validate understanding (no other resource offers this) +- ✅ **Test your knowledge** — 274-question quiz to validate understanding (no other resource offers this) **Outcome**: Go from copy-pasting configs to designing your own agentic workflows with confidence. @@ -48,9 +48,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 (18 CVEs) | Basic patterns only | -| **Test understanding** | 264-question quiz | Not available | +| **Test understanding** | 274-question quiz | Not available | | **Methodologies** (TDD/SDD/BDD) | Full workflow guides | Not covered | -| **Copy-paste ready** templates | 113 templates | 200+ templates | +| **Copy-paste ready** templates | 116 templates | 200+ templates | ### Ecosystem Positioning @@ -77,7 +77,7 @@ Both guides serve different needs. Choose based on your priority. 1. **Security-First** — 18 CVEs + 341 malicious skills tracked (no competitor has this depth) 2. **Methodology Workflows** — TDD/SDD/BDD comparison + step-by-step guides 3. **Comprehensive Reference** — 19K lines across 16 specialized guides (24× more reference material than everything-cc) -4. **Educational Progression** — 264-question quiz, beginner → expert path +4. **Educational Progression** — 274-question quiz, beginner → expert path **Recommended workflow:** 1. Learn concepts here (mental models, trade-offs, security) @@ -136,8 +136,8 @@ graph LR root[📦 Repository
Root] root --> guide[📖 guide/
19K lines] - root --> examples[📋 examples/
113 templates] - root --> quiz[🧠 quiz/
264 questions] + root --> examples[📋 examples/
116 templates] + root --> quiz[🧠 quiz/
274 questions] root --> tools[🔧 tools/
utils] root --> machine[🤖 machine-readable/
AI index] root --> docs[📚 docs/
67 evaluations] @@ -166,9 +166,9 @@ graph LR │ ├─ mcp-servers-ecosystem.md Official & community MCP servers │ └─ workflows/ Step-by-step guides │ -├─ 📋 examples/ 113 Production Templates +├─ 📋 examples/ 116 Production Templates │ ├─ agents/ 6 custom AI personas -│ ├─ commands/ 23 slash commands +│ ├─ commands/ 26 slash commands │ ├─ hooks/ 31 hooks (bash + PowerShell) │ ├─ skills/ 13 skills (9 on SkillHub) │ └─ scripts/ Utility scripts (audit, search) @@ -268,12 +268,12 @@ Complete guides with rationale and examples: --- -### 📚 113 Annotated Templates +### 📚 116 Annotated Templates **Outcome**: Learn patterns, not just configs. Educational templates with explanations: -- Agents (6), Commands (23), Hooks (31), Skills +- Agents (6), Commands (26), Hooks (31), Skills - Comments explaining **why** each pattern works (not just what it does) - Gradual complexity progression (simple → advanced) @@ -639,11 +639,11 @@ Use this guide critically. Experiment. Share what works for you. | **[Claude Code Releases](./guide/claude-code-releases.md)** | Official release history | 10 min |
-Examples Library (113 templates) +Examples Library (116 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) ⭐ -**Slash Commands** (23): [/pr](./examples/commands/pr.md), [/commit](./examples/commands/commit.md), [/release-notes](./examples/commands/release-notes.md), [/diagnose](./examples/commands/diagnose.md), [/security](./examples/commands/security.md), [/security-check](./examples/commands/security-check.md) **, [/security-audit](./examples/commands/security-audit.md) **, [/update-threat-db](./examples/commands/update-threat-db.md) **, [/refactor](./examples/commands/refactor.md), [/explain](./examples/commands/explain.md), [/optimize](./examples/commands/optimize.md), [/ship](./examples/commands/ship.md)... +**Slash Commands** (26): [/pr](./examples/commands/pr.md), [/commit](./examples/commands/commit.md), [/release-notes](./examples/commands/release-notes.md), [/diagnose](./examples/commands/diagnose.md), [/security](./examples/commands/security.md), [/security-check](./examples/commands/security-check.md) **, [/security-audit](./examples/commands/security-audit.md) **, [/update-threat-db](./examples/commands/update-threat-db.md) **, [/refactor](./examples/commands/refactor.md), [/explain](./examples/commands/explain.md), [/optimize](./examples/commands/optimize.md), [/ship](./examples/commands/ship.md)... **Security Hooks** (31): [dangerous-actions-blocker](./examples/hooks/bash/dangerous-actions-blocker.sh), [prompt-injection-detector](./examples/hooks/bash/prompt-injection-detector.sh), [unicode-injection-scanner](./examples/hooks/bash/unicode-injection-scanner.sh), [output-secrets-scanner](./examples/hooks/bash/output-secrets-scanner.sh)... @@ -662,7 +662,7 @@ Use this guide critically. Experiment. Share what works for you.
-Knowledge Quiz (264 questions) +Knowledge Quiz (274 questions) Test your Claude Code knowledge with an interactive CLI quiz covering all guide sections. @@ -752,12 +752,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/) — 264 questions +- [Interactive Quiz](./quiz/) — 274 questions - [Landing Site](https://florianbruniaux.github.io/claude-code-ultimate-guide-landing/) — Visual navigation --- -*Version 3.27.3 | Updated daily · Feb 16, 2026 | Crafted with Claude* +*Version 3.27.4 | Updated daily · Feb 17, 2026 | Crafted with Claude*