diff --git a/CHANGELOG.md b/CHANGELOG.md index be2e479..8b6be30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.28.0] - 2026-02-21 + +### Added + +- **Section 2.5 — Model Selection & Thinking Guide** : section canonique consolidée dans `guide/ultimate-guide.md` + - Table de décision 4 colonnes (Tâche / Modèle / Effort / Coût estimé par tâche) + - Effort levels avec exemples concrets de prompts calibrés (low/medium/high/max) + - Patterns model-per-agent : planner (Opus), implementer (Haiku), architecture-reviewer (Opus) + - Tableau "When Thinking Helps vs. Wastes Tokens" + - Cross-refs vers OpusPlan, Rev the Engine, Cost Awareness +- **3 nouveaux agent templates** (`examples/agents/`) + - `planner.md` — Opus, read-only, stratégie avant implémentation + - `implementer.md` — Haiku, exécution mécanique, note d'escalade vers Sonnet si logique métier + - `architecture-reviewer.md` — Opus, review critique read-only, protocole de vérification avant assertion +- **7 nouvelles questions quiz** (09-037 → 09-043) dans `quiz/questions/09-advanced-patterns.yaml` + - Couvre : choix modèle par tâche, frontmatter `model:`, paramètre `effort`, Adaptive Thinking Opus 4.6 + +### Changed + +- **3 tables redondantes remplacées** par cross-refs vers Section 2.5 : + - Tactical Model Selection Matrix (Section 4) + - Cost-Effective Model Selection (Section 12) + - Model Selection Matrix (Section 9.13) +- **Effort levels enrichis** (Section 9 Adaptive Thinking) : exemples de prompts concrets ajoutés + cross-ref vers 2.5 +- **Sections 2.6→2.10 renommées** pour faire de la place à la nouvelle 2.5 (ex-Mental Model 2.5 → 2.6, etc.) +- **Cheatsheet** : table condensée Quick Model Selection ajoutée (3 lignes + cross-ref) +- **`examples/README.md`** : agents count 6 → 9, 3 nouvelles lignes dans le tableau +- **`machine-readable/reference.yaml`** : stale line numbers corrigés, 4 nouvelles entrées + ## [3.27.9] - 2026-02-21 ### Documentation diff --git a/README.md b/README.md index d83a2cf..3c0fe04 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** — 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. @@ -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** | 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 | 172 templates | 200+ templates | +| **Copy-paste ready** templates | 175 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** — 274-question quiz, beginner → expert path +4. **Educational Progression** — 271-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/
172 templates] - root --> quiz[🧠 quiz/
274 questions] + root --> examples[📋 examples/
175 templates] + root --> quiz[🧠 quiz/
271 questions] root --> tools[🔧 tools/
utils] root --> machine[🤖 machine-readable/
AI index] root --> docs[📚 docs/
83 evaluations] @@ -166,14 +166,14 @@ graph LR │ ├─ mcp-servers-ecosystem.md Official & community MCP servers │ └─ workflows/ Step-by-step guides │ -├─ 📋 examples/ 172 Production Templates -│ ├─ agents/ 6 custom AI personas +├─ 📋 examples/ 175 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/ 264 Questions +├─ 🧠 quiz/ 271 Questions │ ├─ 9 categories Setup, Agents, MCP, Trust, Advanced... │ ├─ 4 profiles Junior, Senior, Power User, PM │ └─ Instant feedback Doc links + score tracking @@ -224,7 +224,7 @@ graph LR --- -### 📝 264-Question Knowledge Validation (Unique in Ecosystem) +### 📝 271-Question Knowledge Validation (Unique in Ecosystem) **Outcome**: Verify your understanding + identify knowledge gaps. @@ -680,7 +680,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. @@ -770,12 +770,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.27.9 | Updated daily · Feb 21, 2026 | Crafted with Claude* +*Version 3.28.0 | Updated daily · Feb 21, 2026 | Crafted with Claude*