Document baseline activity plugin

This commit is contained in:
mirivlad 2026-06-28 03:04:18 +08:00
parent a84fdc9dcc
commit 0b62d1e03a
2 changed files with 9 additions and 1 deletions

View File

@ -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`
Назначение:

View File

@ -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: