Ryan Snodgrass
252de1cdba
feat(daemon): add sync backoff and consolidate hints into tips
Daemon sync improvements:
- Adds exponential backoff on sync failures (30s → 1m → 2m → 5m → 10m → 30m cap)
- Tracks sync state in .beads/sync-state.json (NeedsManualSync, FailureCount, BackoffUntil)
- Resets backoff on daemon start and manual bd sync
- Adds sync-state.json to default .gitignore
Tips consolidation (following ox-cli pattern):
- Moves sync conflict hint from hints.go into tips.go
- Proactive health checks trump educational tips
- Uses InjectTip() with high priority (200) and 100% probability for urgent warnings
- Removes deprecated hints.go
2025-12-26 19:09:31 -05:00
..
2025-12-26 18:55:07 -05:00
2025-12-25 16:20:02 -08:00
2025-12-22 14:15:33 -08:00
2025-12-26 18:55:07 -05:00
2025-12-26 18:55:07 -05:00
2025-12-26 19:09:31 -05:00
2025-12-23 02:30:33 -08:00
2025-12-25 11:52:43 -08:00
2025-12-26 18:55:07 -05:00
2025-12-23 01:31:18 -08:00
2025-12-25 12:42:55 -08:00
2025-12-23 01:31:18 -08:00
2025-12-26 12:49:40 -08:00