docs: mark activity worklog suggestions complete
This commit is contained in:
parent
e0d11c3b52
commit
a6916d83fb
|
|
@ -168,8 +168,10 @@ activity stream; the global sidebar view aggregates activity from all workspace
|
||||||
streams plus unscoped global activity. It contributes `activityProviders`; the
|
streams plus unscoped global activity. It contributes `activityProviders`; the
|
||||||
desktop runtime hosts those providers and records subscribed public events into
|
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
|
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
|
is a read/clear surface, not a manual recording toggle. It now reconstructs
|
||||||
worklog suggestions are still future work.
|
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
|
## Sync Conflict UX Contract
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ Tasks:
|
||||||
- [x] expose `verstak.activity` and `verstak.browser-inbox` as global sidebar
|
- [x] expose `verstak.activity` and `verstak.browser-inbox` as global sidebar
|
||||||
views while keeping their workspace items;
|
views while keeping their workspace items;
|
||||||
- [x] implement persistent search index and cross-provider runtime hosting;
|
- [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.
|
- implement journal/worklog plugin that can consume activity suggestions.
|
||||||
|
|
||||||
Verification:
|
Verification:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue