Version-tracked mirror of Claude Code documentation. Updated daily via GitHub Actions.
- Fetches the page manifest from
llms.txt - Downloads all markdown pages
- Creates conventional commits per change type (
feat:,fix:,feat!:) - Bumps semver, generates
CHANGELOG.md, and tags the release
- patch (
fix:): doc content updated - minor (
feat:): new page added - major (
feat!:): page removed
mise run sync # Download latest docs
mise run check # Lint and format check
mise run release # Commit changes + bump version
mise run all # Sync + release
- Migrate to CLI structure with
citty+consola(subcommands, progress bars, colored output) - Show content diff summary in CI logs (lines changed per file)
- GitHub Releases with changelog body on each tag