| Age | Commit message (Collapse) | Author |
|
- Add detection for "vibe code" mentions in README files
- Display vibe-coded indicator in project summaries
- Include vibe-coded count in overall statistics
- Clarify that AI-assisted count includes vibe-coded projects
- Bump version to 0.6.0
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Add --batch-run flag that enables --full and --showcase
- Implement state management to track last batch run timestamp
- Enforce one-week minimum interval between batch runs
- Save state to .gitsyncer-state.json in work directory
- Show state file location in output messages
- Bump version to 0.5.0
This feature enables automated weekly full synchronization from cron or shell scripts while preventing excessive API usage.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Major features in this release:
- Add showcase generation feature with Claude AI integration
- Generate project summaries in Gemini Gemtext format
- Extract and include repository metadata (languages, commits, LOC)
- Support image extraction from README files
- Add code snippet extraction for projects
- Implement AI-assistance detection (CLAUDE.md, GEMINI.md, 'agentic coding')
- Add language support for AWK and Raku
- Strip comments from code snippets
- Add Unicode icons to statistics
- Show AI-assisted project ratio
- Order projects by recent activity
|
|
|
|
- Add support for SSH backup locations (e.g., paul@server:git/)
- Backup locations are one-way only (push only, never pull)
- Automatic bare repository creation on SSH servers
- Add --backup flag to opt-in to backup syncing
- Backup locations are disabled by default for offline resilience
- Update version to 0.2.0
This allows users to maintain private backups on home servers that may
be offline without affecting regular sync operations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Initialize Go module for github.com/paul/gitsyncer
- Add version package with version info (v0.1.0)
- Implement main.go with --version flag support
- Create comprehensive Taskfile.yaml for build automation
- Add CLAUDE.md with project documentation
The binary can be built with 'task' or 'go build -o gitsyncer ./cmd/gitsyncer'
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|