@distromate/plugin-sdk
v0.1.3
Published
Plugin contracts and loaders for DistroMate adapters
Maintainers
Readme
@distromate/plugin-sdk
Shared plugin contracts and loader helpers for DistroMate builder plugins and host integrations.
Builder plugins export a plugin manifest plus preparePackage() / preparePublish().
The stdio input now carries explicit adapter state via projectDir, workspaceDir, options, and config; plugins no longer receive a distromate.yaml file handoff.
Each prepare call returns a normalized result object with defaults, source, cleanupPaths, and warnings, and the CLI merges those defaults back into the final native config.
