From 1e7962a1f800c255d0d2cfb0cf419bd8dde63511 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 29 Jun 2026 03:30:10 +0800 Subject: [PATCH] docs: mark sync retry complete --- 07_Full_Implementation_Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index d4e7c09..d59a277 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -113,7 +113,7 @@ Tasks: - define conflict UX contract for desktop and sync plugin; - [x] add server/device revocation checks for sync auth paths; - [x] persist and display sync errors in Sync plugin; -- add retry/backoff for sync client operations; +- [x] add retry/backoff for sync client operations; - [x] add real two-vault sync smoke scenarios for create/update/move/trash folders and files; - document deployment and backup procedures for `verstak-sync-server`.