diff --git a/CHANGELOG.md b/CHANGELOG.md index fb296bd..56388e4 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.34.3] - 2026-03-11 + +### Added + +- **MCP Server v1.1.0**: 4 new tools for tracking official Anthropic Claude Code docs + - `init_official_docs()` — fetch and store a local baseline snapshot (runs once) + - `refresh_official_docs()` — update the "current" snapshot without touching the baseline + - `diff_official_docs()` — compare baseline vs current at section level, zero network calls + - `search_official_docs(query)` — search official docs, loads only matching sections +- **Local cache architecture**: 4 files in `~/.cache/claude-code-guide/` (index + content, baseline + current). Diff reads only lightweight index files (~50KB), never the full 1.2MB doc. Atomic writes via `.tmp` + rename to prevent corruption. + ## [3.34.2] - 2026-03-11 ### Documentation diff --git a/README.md b/README.md index cc5c966..7390ac5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Last Update + Last Update Quiz Templates Threat Database @@ -872,7 +872,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.34.2 | Updated daily · Mar 11, 2026 | Crafted with Claude* +*Version 3.34.3 | Updated daily · Mar 11, 2026 | Crafted with Claude*