Skip to content

Pluginkit: Let a plugin run on more than one host #15

Description

@SirLouen

A plugin written for one host cannot run on another, even when it needs nothing that host owns. This blocks a shared plugin pool and any marketplace built on one.

Current state: pluginkit carries the lifecycle only, and Plugin, Migrator, Seeder, RouteProvider and PublicPathProvider are already host agnostic. Everything else a plugin reaches for comes from its own host's sdk package, and that single import ties the plugin to that host for good.

Proposal: settle what a plugin may ask a host for, and how a host declares what it offers. A plugin needing only the lifecycle, its own schema and its own routes should compile against pluginkit alone.

Trigger: the first plugin wanted on both hosts, or the marketplace design.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions