@mdwrk/extension-runtime
v1.2.2
Published
Runtime registry, loader, compatibility checks, activation lifecycle, and persisted state for MdWrk extensions.
Maintainers
Readme
@mdwrk/extension-runtime
Runtime for MdWrk extensions
This package loads, validates, activates, deactivates, catalogs, installs, and tracks MdWrk extensions against the host and contract baselines.
Why
Use it when you are building an extension host or testing extension lifecycle behavior.
What
- Bundled and installed extension registration.
- Compatibility checks against host, runtime, editor, renderer, and theme baselines.
- Catalog loading, activation state, diagnostics, storage, and capability trimming.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/extension-runtime @mdwrk/extension-host @mdwrk/extension-manifestUsage
Use this package inside a host implementation. Pair it with @mdwrk/extension-host and @mdwrk/extension-manifest for a complete extension boundary.
Related
- Packages index - family and package navigation
- Root README - repo overview
