Verstak Core Platform + UI Shell — plugin runtime, capability registry, vault API, event bus, sync client
 
 
 
 
 
 
Go to file
mirivlad 1c75389535 feat: dev plugin install flow + smoke-platform
- .gitignore: add plugins/ (local dev install, never committed)
- scripts/install-dev-plugins.sh: install dist package from ../verstak-official-plugins/dist/ into ./plugins/
- scripts/smoke-platform.sh: headless verification of plugin discovery, manifest, capabilities, contributions
- cmd/smoke-platform/main.go: Go smoke command for headless plugin verification
- docs/DEV_PLUGINS.md: dev plugin flow documentation
2026-06-16 16:46:00 +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: dev plugin install flow + smoke-platform 2026-06-16 16:46:00 +08:00
docs feat: dev plugin install flow + smoke-platform 2026-06-16 16:46:00 +08:00
frontend fix: PluginManager — proper await with real Wails imports; no dead code, no safety timer 2026-06-16 15:39:30 +08:00
internal hotfix: plugin manager infinite loading 2026-06-16 13:52:49 +08:00
scripts feat: dev plugin install flow + smoke-platform 2026-06-16 16:46:00 +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 scripts/build.sh, test.sh, check.sh + gofmt + go mod tidy 2026-06-16 12:11:55 +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 hotfix: plugin manager infinite loading 2026-06-16 13:52:49 +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