You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add automatic since table logic for incremental updates
- Added automatic since table management functions
- Enhanced CLI with automatic since detection and --force-full option
- Maintains sync timestamps for efficient incremental fetches
- Added comprehensive test suite maintaining 100% coverage
- Follows established patterns from pocket-to-sqlite
Closes#14
fix: improve branch detection logic in publish workflow
- Use git merge-base instead of git branch for better CI compatibility
- Fetch main branch explicitly for accurate ancestor checking
- Fixes PyPI publishing branch detection issue