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*