diff --git a/05_Official_Plugins.md b/05_Official_Plugins.md index f263472..a469fc6 100644 --- a/05_Official_Plugins.md +++ b/05_Official_Plugins.md @@ -156,15 +156,19 @@ note.saved action.started browser.capture.received case.selected +browser.capture.page +browser.capture.selection +browser.capture.link ``` Текущий статус: базовый `verstak.activity` implemented as both a global sidebar view and a workspace item. Workspace tabs store and display only their own activity stream; the global sidebar view aggregates activity from all workspace -streams plus unscoped global activity. It also contributes `activityProviders`, -subscribes to file/note/browser/case activity events, and exposes a manual -record/clear smoke path. Reconstruction and worklog suggestions are still -future work. +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. ## 6. `official.journal` diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index 0717a1e..02f5118 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -45,8 +45,8 @@ Implemented: Known remaining gaps: -- `fileActions`, `noteActions`, `contextMenuEntries`, and `activityProviders` - have registry support but incomplete UI/runtime hosting. +- `fileActions`, `noteActions`, and `contextMenuEntries` have registry support + but incomplete UI/runtime hosting. - Sidecar host is not implemented. - Files/Notes are usable but not complete: restore, binary streaming, watcher, richer conflict UX, and Notes trash/delete UX are still incomplete.