claude-code-ultimate-guide/scripts
Florian BRUNIAUX bd193cf73a feat: add GitHub stars verification to sync script
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>
2026-01-27 12:45:18 +01:00
..
check-landing-sync.sh feat: add GitHub stars verification to sync script 2026-01-27 12:45:18 +01:00
install-templates.sh feat: add ecosystem positioning, install script & new commands 2026-01-19 08:42:33 +01:00
sync-version.sh feat: add VERSION file as single source of truth + sync script 2026-01-15 08:18:32 +01:00
update-cc-releases.sh feat: add Claude Code releases tracking 2026-01-18 11:33:21 +01:00