From 851e055c9c2014daaaf7356332e7519d8be7527a Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 28 Jun 2026 16:34:59 +0800 Subject: [PATCH] docs: mark workspace lifecycle events 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 1fe11f6..84a3b55 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -72,7 +72,7 @@ Tasks: - [x] host `statusBarItems`; - [x] define and host generic `contextMenuEntries`; - [x] host `fileActions` and `noteActions` through Files/Notes surfaces; -- add lifecycle events for workspace creation, rename, trash, selection; +- [x] add lifecycle events for workspace creation, rename, trash, selection; - replace deprecated workspace compatibility wrappers in frontend code where practical; - document each public API in SDK schemas and desktop runtime docs.