• v1.6.1-dev 9c13c523b4

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

    Plugin Manifest Parser and Validator

    Parses and validates plugin manifests before install.

    Features:

    • PluginManifest record — fromMap() factory, typed fields: id, name, type, version, author, license, description, minSynapse, tags, raw
    • ValidationResult record — valid flag + error list, ok()/fail() factories
    • ManifestValidator — checks: id (required, lowercase-hyphen, max 64), name (required), type (required, must be CHANNEL/MODEL/SKILL/MCP), version (required, semver), author (required), description (max 500 chars)

    Next: v1.6.2-dev Plugin install/enable/disable/uninstall APIs

    Downloads