docs: mark secrets phase complete

This commit is contained in:
mirivlad 2026-06-29 20:49:55 +08:00
parent 958bfaa102
commit d2e543ce56
2 changed files with 11 additions and 8 deletions

View File

@ -317,12 +317,15 @@ secrets.write-ui
- доступ к secret-store должен идти через permissions; - доступ к secret-store должен идти через permissions;
- плагины не получают `secrets.read` автоматически. - плагины не получают `secrets.read` автоматически.
Текущий статус: platform contract defines the draft `secret-store`, Текущий статус: platform contract defines `secret-store`, `secrets.read-ui`,
`secrets.read-ui`, and `secrets.write-ui` capabilities plus dangerous and `secrets.write-ui` capabilities plus dangerous `secrets.read` /
`secrets.read` / `secrets.write` permissions in the SDK manifest contract. `secrets.write` permissions in the SDK manifest contract. Desktop core has a
Desktop core now has a local AES-GCM secret store that keeps secret IDs and local AES-GCM secret store unlocked once per app session by master password.
values out of plaintext files. The official UI-only Secrets plugin and The official `verstak.secrets` plugin shows global and workspace-scoped
workspace secret references are still future work. secrets grouped by workspace, copies markdown secret links, and handles
`secret` workbench resources. The default editor renders
`verstak-secret://...` markdown links only when a secrets open-provider is
enabled, and opens the Secrets plugin without inserting raw values into notes.
## 11. `official.templates` ## 11. `official.templates`

View File

@ -189,8 +189,8 @@ Tasks:
- [x] define secret-store capability and permissions; - [x] define secret-store capability and permissions;
- [x] implement encrypted local secret storage; - [x] implement encrypted local secret storage;
- add UI-only official secrets plugin; - [x] add UI-only official secrets plugin;
- integrate secret references with workspaces without exposing raw values to - [x] integrate secret references with workspaces without exposing raw values to
unrelated plugins. unrelated plugins.
Verification: Verification: