From 59ba1ae174e243df6e71b0e52a1edc78bbe7d2a2 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sat, 31 Jan 2026 23:14:41 +0100 Subject: [PATCH] release: v3.20.5 - 4 new ASCII diagrams (visual-reference.md) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add visual-reference.md with 20 ASCII diagrams (16 existing + 4 new) - #17 TDD Red-Green-Refactor Cycle - #18 UVAL Protocol Flow - #19 Security 3-Layer Defense - #20 Secret Exposure Timeline - Add Visual Reference to README Core Documentation table - Version sync: 3.20.4 → 3.20.5 Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 11 + README.md | 3 +- VERSION | 2 +- guide/cheatsheet.md | 4 +- guide/ultimate-guide.md | 4 +- guide/visual-reference.md | 762 ++++++++++++++++++++++++++++++++ machine-readable/reference.yaml | 8 +- 7 files changed, 785 insertions(+), 9 deletions(-) create mode 100644 guide/visual-reference.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a4657..f9a3b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.20.5] - 2026-01-31 + +### Added + +- **Visual Reference**: 4 new high-value ASCII diagrams (16 → 20 total) + - **#17 TDD Red-Green-Refactor Cycle** — Cyclic loop showing the iterative nature of TDD + - **#18 UVAL Protocol Flow** — 4-step learning framework (Understand → Verify → Apply → Learn) with failure backtrack paths + - **#19 Security 3-Layer Defense** — Prevention/Detection/Response overview with adoption path by team size + - **#20 Secret Exposure Timeline** — Emergency response actions by time window (15min/1h/24h) with severity guide +- **README.md**: Added Visual Reference to Core Documentation table + ## [3.20.4] - 2026-01-31 ### Added diff --git a/README.md b/README.md index 05a1b9e..4f5bf2b 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv |------|---------|------| | **[Ultimate Guide](./guide/ultimate-guide.md)** | Complete reference (~16K lines), 10 sections | ~4 hours | | **[Cheat Sheet](./guide/cheatsheet.md)** | 1-page printable reference | 5 min | +| **[Visual Reference](./guide/visual-reference.md)** | 20 ASCII diagrams for key concepts | 5 min | | **[Architecture](./guide/architecture.md)** | How Claude Code works internally | 25 min | | **[Methodologies](./guide/methodologies.md)** | TDD, SDD, BDD reference | 20 min | | **[Workflows](./guide/workflows/)** | Practical guides (TDD, Plan-Driven, Task Management) | 30 min | @@ -483,7 +484,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.20.4 | January 2026 | Crafted with Claude* +*Version 3.20.5 | January 2026 | Crafted with Claude*