All notable changes to git-trend-sync will be documented in this file.
- Comprehensive test suite (80+ tests) with pytest
- CHANGELOG and ROUND_LOG documentation
- Expanded README with architecture docs, API reference, scoring algorithm details
- Testing section in README
- Contributing guide
- README expanded from 241 to 450+ lines with detailed documentation
- Activity history tracking with sparkline charts (
src/history.py) - 30-day star growth visualization (
src/star_history.py) - Auto-update README with trending data (
src/readme_update.py) - Shields.io badge generation (
src/badge.py) - Daily GitHub Actions workflow with issue notifications
- Deep integration analysis (
src/apply.py) with design doc generation - Project stack scanner supporting 8 languages (
src/scan_project.py) - Recommendation engine with compatibility scoring (
src/recommend.py) - Feature comparison tables for top candidates
/trend-applyClaude Code slash command
- Rebrand from ai-trend to git-trend-sync
- Switch to activity-based (30-day commits) scoring from star-based
- Expand to 12 AI categories
- English-only reports
- Category-wise normalization (0-10 scale)
- New entry detection (cross-day comparison)
- Initial release
- GitHub Topics data collection
- Basic trend scoring
- Markdown report generation
- Claude Code qualitative analysis integration