Added automatic verification of GitHub stars count:
- Fetches actual count from GitHub API
- Compares with landing index.html badge
- Tolerance: ±10% or ±10 stars (whichever is larger)
- Prevents future mismatches like 1.2k vs 60
Verification output example:
Actual (GitHub API): 60
Landing (index.html): 60
✓ OK (within tolerance: ±10)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The previous regex matched any 'vX.Y.Z' pattern, capturing 'Claude Code v2.1.12'
instead of the guide version. Now specifically looks for 'Version X.Y.Z' pattern.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add condensed release history for Claude Code product (v2.0.24 → v2.1.12)
New files:
- machine-readable/claude-code-releases.yaml: Source of truth (YAML)
- guide/claude-code-releases.md: Human-readable changelog
- scripts/update-cc-releases.sh: Check for new releases from GitHub
Modified:
- reference.yaml: Add deep_dive entries for releases
- check-landing-sync.sh: Add CC version check (#5)
- README.md, guide/README.md: Add navigation links
- CLAUDE.md: Document update workflow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update sync script to include .json files in count
- Fix README.md and CLAUDE.md with accurate count
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>