From 0b62d1e03a4b44c884fde55fbfb6d115088bf45a Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 28 Jun 2026 03:04:18 +0800 Subject: [PATCH] Document baseline activity plugin --- 05_Official_Plugins.md | 6 ++++++ 07_Full_Implementation_Roadmap.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/05_Official_Plugins.md b/05_Official_Plugins.md index e519bdc..8200574 100644 --- a/05_Official_Plugins.md +++ b/05_Official_Plugins.md @@ -158,6 +158,12 @@ browser.capture.received case.selected ``` +Текущий статус: базовый `verstak.activity` implemented as a workspace item and +`activityProviders` contribution. It stores public plugin events in +plugin-scoped settings, subscribes to file/note/browser/case activity events, +and exposes a manual record/clear smoke path. Reconstruction and worklog +suggestions are still future work. + ## 6. `official.journal` Назначение: diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index cff3fcc..dc2ef62 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -134,8 +134,10 @@ Tasks: `searchProviders` in contribution summaries; - [x] add type-as-you-search behavior and vault path/name matches to `verstak.search`; +- [x] implement baseline `verstak.activity` event log plugin with + plugin-scoped storage and public event subscriptions; - implement persistent search index and cross-provider runtime hosting; -- implement activity event log plugin; +- implement activity reconstruction and worklog suggestions; - implement journal/worklog plugin that can consume activity suggestions. Verification: