• v1.6.4-dev c824cc00c2

    FTMahringer released this 2026-05-09 14:50:55 +02:00 | 231 commits to main since this release

    Bundle Validation and Install Flow

    Validates bundles against store registry and installs all referenced plugins.

    Features:

    • BundleInstallService — validateBundle() checks entry exists, is BUNDLE type, all referenced plugins exist in store
    • installBundle() — installs each plugin in order, skips already-installed, logs BUNDLE_INSTALLED
    • BundleInstallResult record — success, installed list, errors list
    • StoreController extended: POST /api/store/{id}/validate, POST /api/store/{id}/install
    • Type inference for plugin manifests built from store entries (channel/model/mcp/skill from tags)

    Next: v1.6.5-dev Plugin stats tracking

    Downloads