diff --git a/CHANGELOG.md b/CHANGELOG.md index 5173bf2..a1100b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Core concepts, tool reference, practical patterns - Links to full workflow guide for details +### Changed + +- **README.md**: Updated documentation metrics for accuracy and landing site synchronization + - Guide length: ~10K → ~15K lines (actual: 15,053 lines) + - Reading time: ~3 hours → ~4 hours (reflects actual guide size) + - Security hooks: 15+ → 18 (precise count) + - Templates count: maintained at 86 (consistent with `check-landing-sync.sh` logic: includes JSON, excludes PY) + - Repository Structure section: updated ultimate-guide.md from "~13,425 lines" to "~15K lines" + - Added **Resource Evaluations** section (14 assessments) with methodology links + - All changes verified with `./scripts/check-landing-sync.sh` for full synchronization + ## [3.13.0] - 2026-01-26 ### Added diff --git a/README.md b/README.md index f6522ca..6206383 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Templates + Templates Quiz

@@ -15,7 +15,7 @@ Ask Zread

-> Complete guide to Claude Code with 83 production-ready templates +> Complete guide to Claude Code with 86 production-ready templates --- @@ -64,7 +64,7 @@ Save as `CLAUDE.md` in your project root. Claude reads it automatically. **The problem**: Awesome-lists give links, not learning paths. Official docs are dense. Tutorials get outdated in weeks. -**This guide**: Structured learning path with 83 copy-paste templates, from first install to advanced workflows. +**This guide**: Structured learning path with 86 copy-paste templates, from first install to advanced workflows. **Reading time**: Quick Start ~15 min. Full guide ~4 hours (most read by section). @@ -238,7 +238,7 @@ claude-code-ultimate-guide/
-Examples Library (83 templates) +Examples Library (86 templates) **Agents** (6): [code-reviewer](./examples/agents/code-reviewer.md), [test-writer](./examples/agents/test-writer.md), [security-auditor](./examples/agents/security-auditor.md), [refactoring-specialist](./examples/agents/refactoring-specialist.md), [output-evaluator](./examples/agents/output-evaluator.md), [devops-sre](./examples/agents/devops-sre.md) ⭐