diff --git a/05_Official_Plugins.md b/05_Official_Plugins.md index 29079c2..c3e9184 100644 --- a/05_Official_Plugins.md +++ b/05_Official_Plugins.md @@ -168,8 +168,10 @@ activity stream; the global sidebar view aggregates activity from all workspace streams plus unscoped global activity. It contributes `activityProviders`; the desktop runtime hosts those providers and records subscribed public events into the plugin storage even when the Activity view is not mounted. The Activity UI -is a read/clear surface, not a manual recording toggle. Reconstruction and -worklog suggestions are still future work. +is a read/clear surface, not a manual recording toggle. It now reconstructs +compact worklog suggestions from scoped activity streams and exposes them +through the command-backed `verstak.activity.suggestWorklog` runtime contract +for the future Journal plugin. ## Sync Conflict UX Contract diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index 4df88c2..b7746a9 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -142,7 +142,7 @@ Tasks: - [x] expose `verstak.activity` and `verstak.browser-inbox` as global sidebar views while keeping their workspace items; - [x] implement persistent search index and cross-provider runtime hosting; -- implement activity reconstruction and worklog suggestions; +- [x] implement activity reconstruction and worklog suggestions; - implement journal/worklog plugin that can consume activity suggestions. Verification: