diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bda841..09a4657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.20.4] - 2026-01-31 + +### Added + +- **30 New Quiz Questions** (227 → 257 total) across 11 categories + - **Advanced Patterns** (+8): Mechanic Stacking, Permutation Frameworks, "You Are the Main Thread", Task Lists as Diagnostic, Anti-hallucination occurrence rule, Multi-Agent PR Review, Comprehension Debt, CLAUDE.md compounding memory + - **MCP Servers** (+3): MCP Apps (SEP-1865), `auto:N` lazy loading, Semgrep top score (9.0/10) + - **Architecture** (+3): Tasks API (replaces TodoWrite), Tasks API N+1 overhead, TeammateTool experimental status + - **Reference** (+3): `--from-pr` flag, `$ARGUMENTS` bracket syntax breaking change, Myths vs Reality + - **Hooks** (+2): Async hook `async: true` config, async hook limitations + - **Learning with AI** (+2): Addy Osmani's 80% Problem failure modes, vibe coding context overload symptoms + - **Security** (+2): Docker sandbox isolation, GitHub Issue Auto-Creation Bug (#13797) + - **AI Ecosystem** (+3): LM Studio bridge cost savings, external orchestrators (Gas Town/multiclaude/agent-chat), skeleton project audit areas + - **Memory & Settings** (+2): 8 verification domains, Fresh Context Pattern + - **Agents** (+1): AGENTS.md vs Skills invocation reliability (100% vs 53-79%) + - **Privacy** (+1): Co-Authored-By vs Assisted-By traceability + - Difficulty distribution: 4 junior, 4 intermediate, 14 senior, 8 power + - Also fixed pre-existing "14 categories" → "15 categories" in landing quiz page + +### Changed + +- **README.md**: Quiz badge updated (227 → 257), quiz section updated +- **Landing site**: All quiz counts updated (index.html, quiz/index.html, learning/index.html, CLAUDE.md) + ## [3.20.3] - 2026-01-31 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index fc59b57..a6d1cb6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -279,7 +279,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 (227 questions) | +| **Contenu** | Page marketing, badges, FAQ, quiz (257 questions) | | **Sync avec** | Guide principal (version, templates, guide lines) | ### 4. Cowork Landing Site diff --git a/README.md b/README.md index 86556a3..05a1b9e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Quiz + Quiz Templates

@@ -68,7 +68,7 @@ graph LR root --> guide[📖 guide/
16K lines] root --> examples[📋 examples/
86 templates] - root --> quiz[🧠 quiz/
227 questions] + root --> quiz[🧠 quiz/
257 questions] root --> tools[🔧 tools/
utils] root --> machine[🤖 machine-readable/
AI index] root --> docs[📚 docs/
25 evaluations] @@ -102,7 +102,7 @@ graph LR │ ├─ skills/ 1 meta-skill (Claudeception) │ └─ scripts/ Utility scripts (audit, search) │ -├─ 🧠 quiz/ 227 Questions +├─ 🧠 quiz/ 257 Questions │ ├─ 9 categories Setup, Agents, MCP, Trust, Advanced... │ ├─ 4 profiles Junior, Senior, Power User, PM │ └─ Instant feedback Doc links + score tracking @@ -132,7 +132,7 @@ We explain **concepts first**, not just configs: - [Trade-offs](./guide/ultimate-guide.md#when-to-use-what) — When to use agents vs skills vs commands - [Pitfalls](./guide/ultimate-guide.md#common-mistakes) — Common mistakes and solutions -### 📝 227-Question Quiz (Unique in Ecosystem) +### 📝 257-Question Quiz (Unique in Ecosystem) **Only comprehensive assessment available** — test your understanding across 9 categories: - Setup & Configuration @@ -407,7 +407,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv
-Knowledge Quiz (227 questions) +Knowledge Quiz (257 questions) Test your Claude Code knowledge with an interactive CLI quiz covering all guide sections. @@ -478,12 +478,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/) — 227 questions +- [Interactive Quiz](./quiz/) — 257 questions - [Landing Site](https://florianbruniaux.github.io/claude-code-ultimate-guide-landing/) — Visual navigation --- -*Version 3.20.3 | January 2026 | Crafted with Claude* +*Version 3.20.4 | January 2026 | Crafted with Claude*