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