You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
372 B
372 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Lazy sync: process session files on read | completed | task | normal | 2026-03-27T19:39:33Z | 2026-03-28T17:38:48Z | claudbg-6wkk |
Implemented ensure_synced() and force_resync() in src/db/sync.rs. Fixed database locked issue by scoping connection/rows before upsert write. All 3 sync tests pass.