docs: mark activity worklog suggestions complete

This commit is contained in:
mirivlad 2026-06-29 04:41:11 +08:00
parent e0d11c3b52
commit a6916d83fb
2 changed files with 5 additions and 3 deletions

View File

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

View File

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