Verstak Core Platform + UI Shell — plugin runtime, capability registry, vault API, event bus, sync client
 
 
 
 
 
 
Go to file
mirivlad 70d4c75d7e fix: resolve plugin path relative to binary location + copy plugins in build
- main.go: use filepath.Dir(os.Args[0]) instead of ./plugins for discovery
- api/app.go: same fix for ReloadPlugins
- build.sh: copy plugins/ to build/bin/plugins/ after wails build
- Fixes: plugin not found when binary launched from different CWD
2026-06-16 21:00:44 +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: add core vault layer with capability registration 2026-06-16 20:37:48 +08:00
docs docs: update plugin runtime for vault capability 2026-06-16 20:43:55 +08:00
frontend feat: add vault status to Plugin Manager UI 2026-06-16 20:40:00 +08:00
internal fix: resolve plugin path relative to binary location + copy plugins in build 2026-06-16 21:00:44 +08:00
scripts fix: resolve plugin path relative to binary location + copy plugins in build 2026-06-16 21:00:44 +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 fix: resolve plugin path relative to binary location + copy plugins in build 2026-06-16 21:00:44 +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