plugin library

Plugin system for moose_core package.

This module exports the plugin architecture components that enable modular, feature-based application development. Each feature is implemented as a self-contained plugin.

Classes

FeaturePlugin
Base class for all feature plugins in the application.
PluginRegistry
App-scoped registry for managing feature plugins.