Type Alias: PluginState
PluginState =
"discovered"|"activating"|"active"|"deactivating"|"inactive"|"error"
Defined in: Plugin/PluginTypes.ts:56
Plugin system exports.
Provides the generic plugin infrastructure: hook registry, plugin loader, and type contracts. Platform-specific context implementations live in @bible/web or @bible/desktop.