| name | git-log-intelligence |
|---|---|
| description | High-efficiency tool to fetch, filter, and summarize GitHub repository changes without cloning. It uses a persistent JSON configuration to "remember" which types of commits (e.g., docs, bots, chores) should be ignored. |
git_log_intelligence.py: The primary script containing execution logic..config/git_filters.json: The persistent memory of ignore patterns.