diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fa0ee..74ab9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Changed + +- **README.md: Ecosystem cross-reference** — Added bidirectional link to Claude Cowork Guide + - New section "Not a Developer?" (lines 75-81) linking to Cowork Guide for non-technical users + - Improves ecosystem discovery and audience routing between dev and non-dev guides + - Cowork Guide also received reciprocal cross-reference (commit ceadd82 in Cowork repo) +- **CLAUDE.md: Version reference update** — Updated current version from 3.9.7 to 3.9.9 + +### Fixed + +- **README.md: Template count correction** — Fixed template count from 69 to accurate count of 65 + - Badge (line 9): 69 → 65 + - Examples Library summary (line 198): 66 → 65 + - Ecosystem table (line 341): 66 → 65 + - Verified with `find examples/ -type f \( -name "*.md" -o -name "*.sh" ... \) ! -name "README.md" | wc -l` + - Original count of 69 in v3.9.9 release was overcounted by 4 templates + ## [3.9.9] - 2026-01-20 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index d172303..6e29f92 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -38,7 +38,7 @@ tools/ # Interactive utilities | File | Purpose | |------|---------| -| `VERSION` | Single source of truth for version (currently 3.9.7) | +| `VERSION` | Single source of truth for version (currently 3.9.9) | | `guide/ultimate-guide.md` | The main reference (search here first) | | `guide/cheatsheet.md` | Quick reference for daily use | | `machine-readable/reference.yaml` | LLM-optimized index with line numbers | diff --git a/README.md b/README.md index 5ff4c79..a013c4e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
@@ -195,7 +195,7 @@ claude-code-ultimate-guide/