From a84fdc9dcc3bdd021180f73af74908a22ece8d06 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 28 Jun 2026 02:50:33 +0800 Subject: [PATCH] Document live vault search --- 05_Official_Plugins.md | 8 +++++--- 07_Full_Implementation_Roadmap.md | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/05_Official_Plugins.md b/05_Official_Plugins.md index f1f1602..e519bdc 100644 --- a/05_Official_Plugins.md +++ b/05_Official_Plugins.md @@ -232,9 +232,11 @@ search.indexer ``` Текущий статус: базовый `verstak.search` implemented as a workspace item and -`searchProviders` contribution. It searches text-like vault files through -`api.files.list` / `api.files.readText` and opens results through Workbench. -Persistent indexing and cross-provider runtime hosting are still future work. +`searchProviders` contribution. It searches as the user types, matches vault +file/folder names and paths, scans text-like file contents through +`api.files.list` / `api.files.readText`, and opens file results through +Workbench. Persistent indexing and cross-provider runtime hosting are still +future work. ## 10. `official.secrets` diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index ad7560f..cff3fcc 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -132,6 +132,8 @@ Tasks: - [x] implement basic image metadata preview plugin; - [x] implement baseline `verstak.search` workspace plugin and expose `searchProviders` in contribution summaries; +- [x] add type-as-you-search behavior and vault path/name matches to + `verstak.search`; - implement persistent search index and cross-provider runtime hosting; - implement activity event log plugin; - implement journal/worklog plugin that can consume activity suggestions.