CLAUDE.md Sync
Keep CLAUDE.md up-to-date as the codebase evolves. Uses git commit history to efficiently detect changes without scanning the entire codebase.
Workflow
Step 1: Analyze Changes
Run the analysis script to see what changed since last CLAUDE.md update:
python3 .claude/skills/claude-md-sync/scripts/analyze_commits.py .
For JSON output (useful for programmatic processing):
python3 .claude/skills/claude-md-sync/scripts/analyze_commits.py . --json
[Description truncada. Veja o README completo no GitHub.]