From eac67d9417eaca67f13624b4a700365df6989432 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 29 Jun 2026 04:54:00 +0800 Subject: [PATCH] docs: mark browser receiver pairing complete --- 05_Official_Plugins.md | 5 +++-- 07_Full_Implementation_Roadmap.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/05_Official_Plugins.md b/05_Official_Plugins.md index a35649c..f151424 100644 --- a/05_Official_Plugins.md +++ b/05_Official_Plugins.md @@ -248,8 +248,9 @@ search.provider Текущий статус: базовый `verstak.browser-inbox` implemented as both a global sidebar view and a workspace item. Workspace tabs keep their own pending queue; the global sidebar view aggregates queues from all workspaces plus unscoped -global captures. Pairing, domain binding, and conversion into -notes/links/files/activity are still future work. +global captures. The local receiver now has an opt-in paired mode that requires +`X-Verstak-Receiver-Token` before publishing browser capture events. Domain +binding and conversion into notes/links/files/activity are still future work. ## 9. `official.search` diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index e53398a..8056e7a 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -162,7 +162,7 @@ Tasks: pending queues and a global aggregate view; - [x] implement browser extension capture scaffold for URL, selected text, page title, and link captures; -- define local receiver permission/pairing model; +- [x] define local receiver permission/pairing model; - add domain-to-workspace binding; - convert inbox entries into notes/links/files/activity events through public plugin APIs.