docs: update Claude Code releases to v2.1.66 (v3.30.1)
- Update latest tracked version: 2.1.63 → 2.1.66 - Add v2.1.66: reduced spurious error logging - Add v2.1.63: HTTP hooks, worktree config sharing, /simplify & /batch, memory leaks wave - Add v2.1.62/61: prompt cache + Windows config fixes - Bump guide: 3.30.0 → 3.30.1 - Update 2.1.x series date range (January-March 2026) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d9187ba17b
commit
29e8b62679
8 changed files with 111 additions and 24 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# Purpose: Track Claude Code product releases for documentation sync
|
||||
# Maintained: Manual updates when new releases are announced
|
||||
|
||||
latest: "2.1.63"
|
||||
updated: "2026-02-27"
|
||||
latest: "2.1.66"
|
||||
updated: "2026-03-04"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -12,9 +12,15 @@ updated: "2026-02-27"
|
|||
releases:
|
||||
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
# 2.1.x Series (January-February 2026)
|
||||
# 2.1.x Series (January-March 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.66"
|
||||
date: "2026-03-04"
|
||||
highlights:
|
||||
- "Reduced spurious error logging"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.63"
|
||||
date: "2026-02-27"
|
||||
highlights:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.30.0"
|
||||
version: "3.30.1"
|
||||
updated: "2026-03-03"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
@ -1426,7 +1426,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.30.0, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.30.1, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
@ -1438,7 +1438,7 @@ ecosystem:
|
|||
onboarding_matrix_meta:
|
||||
version: "2.0.0"
|
||||
last_updated: "2026-02-05"
|
||||
aligned_with_guide: "3.30.0"
|
||||
aligned_with_guide: "3.30.1"
|
||||
changelog:
|
||||
- version: "2.0.0"
|
||||
date: "2026-02-05"
|
||||
|
|
@ -1466,7 +1466,7 @@ onboarding_matrix:
|
|||
core: [rules, sandbox_native_guide, commands]
|
||||
time_budget: "5 min"
|
||||
topics_max: 3
|
||||
note: "SECURITY FIRST - sandbox before commands (v3.30.0 critical fix)"
|
||||
note: "SECURITY FIRST - sandbox before commands (v3.30.1 critical fix)"
|
||||
|
||||
beginner_15min:
|
||||
core: [rules, sandbox_native_guide, workflow, essential_commands]
|
||||
|
|
@ -1551,7 +1551,7 @@ onboarding_matrix:
|
|||
- default: agent_validation_checklist
|
||||
time_budget: "60 min"
|
||||
topics_max: 6
|
||||
note: "Dual-instance pattern for quality workflows (v3.30.0)"
|
||||
note: "Dual-instance pattern for quality workflows (v3.30.1)"
|
||||
|
||||
learn_security:
|
||||
intermediate_30min:
|
||||
|
|
@ -1562,7 +1562,7 @@ onboarding_matrix:
|
|||
- default: permission_modes
|
||||
time_budget: "30 min"
|
||||
topics_max: 4
|
||||
note: "NEW goal (v3.30.0) - Security-focused learning path"
|
||||
note: "NEW goal (v3.30.1) - Security-focused learning path"
|
||||
|
||||
power_60min:
|
||||
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
|
||||
|
|
@ -1587,7 +1587,7 @@ onboarding_matrix:
|
|||
core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode]
|
||||
time_budget: "60 min"
|
||||
topics_max: 6
|
||||
note: "Security foundation + core workflow (v3.30.0 sandbox added)"
|
||||
note: "Security foundation + core workflow (v3.30.1 sandbox added)"
|
||||
|
||||
intermediate_120min:
|
||||
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue