Verstak Core Platform + UI Shell — plugin runtime, capability registry, vault API, event bus, sync client
 
 
 
 
 
 
Go to file
mirivlad a6f9e85f13 feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI
- Add VaultSelection.svelte: first-run vault create/open/recent UI
- Update App.svelte: vault check on startup, show VaultSelection when needed
- Update PluginCard.svelte: enable/disable buttons, vault state awareness
- Update PluginManager.svelte: enable/disable handlers, missing-installed section
- Add SetCurrentVault Wails API binding
- Add RecordDesiredPlugin Wails API binding
- Record desired plugins on discovery (only when vault open)
- Fix addRecent: remove duplicate sort, clean up unused import
- Update smoke-platform.sh: enable/disable lifecycle test
- Add runEnableDisableTest: vault create/open, disable/enable, plugins.json verify
2026-06-17 04:19:13 +08:00
build/bin fix: PluginManager — proper await with real Wails imports; no dead code, no safety timer 2026-06-16 15:39:30 +08:00
cmd/smoke-platform feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI 2026-06-17 04:19:13 +08:00
docs docs: update plugin runtime doc with app settings + vault plugin state 2026-06-17 03:40:05 +08:00
frontend feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI 2026-06-17 04:19:13 +08:00
internal feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI 2026-06-17 04:19:13 +08:00
scripts feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI 2026-06-17 04:19:13 +08:00
.gitignore feat: dev plugin install flow + smoke-platform 2026-06-16 16:46:00 +08:00
AGENTS.md docs: add AGENTS.md with platform architecture rules 2026-06-16 11:53:16 +08:00
README.md Initial commit 2026-06-16 06:35:41 +03:00
go.mod feat: add core vault layer with capability registration 2026-06-16 20:37:48 +08:00
go.sum feat: add scripts/build.sh, test.sh, check.sh + gofmt + go mod tidy 2026-06-16 12:11:55 +08:00
main.go feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI 2026-06-17 04:19:13 +08:00
wails.json feat: plugin discovery, capability/contribution/permission registries, Plugin Manager UI 2026-06-16 12:00:43 +08:00

README.md

verstak-desktop

Verstak Core Platform + UI Shell — plugin runtime, capability registry, vault API, event bus, sync client