Document global inbox and activity navigation

This commit is contained in:
mirivlad 2026-06-28 03:23:43 +08:00
parent 0b62d1e03a
commit e28290f3db
2 changed files with 13 additions and 6 deletions

View File

@ -158,11 +158,11 @@ 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.
Текущий статус: базовый `verstak.activity` implemented as both a global sidebar
view and a workspace item. It also contributes `activityProviders`, 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`
@ -219,6 +219,11 @@ activity.log
search.provider
```
Текущий статус: базовый `verstak.browser-inbox` implemented as both a global
sidebar view and a workspace item. It keeps a plugin-scoped pending queue for
browser capture events. Pairing, domain binding, and conversion into
notes/links/files/activity are still future work.
## 9. `official.search`
Назначение:

View File

@ -31,7 +31,7 @@ Implemented:
- capability, permission, contribution, event, settings, storage foundations;
- bundled frontend plugin host and `VerstakPluginAPI`;
- Command Palette UI host for `commands` contributions;
- Status Bar UI host for `statusBarItems` contributions;
- Status Bar UI host for `statusBarItems`, vault status, and settings menu;
- workspace top-level folder model and workspace item host;
- Files Core text API with safe path policy and sync operation recording;
- public `files.openExternal` / `files.showInFolder` API and Files plugin usage;
@ -136,6 +136,8 @@ Tasks:
`verstak.search`;
- [x] implement baseline `verstak.activity` event log plugin with
plugin-scoped storage and public event subscriptions;
- [x] expose `verstak.activity` and `verstak.browser-inbox` as global sidebar
views while keeping their workspace items;
- implement persistent search index and cross-provider runtime hosting;
- implement activity reconstruction and worklog suggestions;
- implement journal/worklog plugin that can consume activity suggestions.