Plugins & Extension Ecosystem¶
MineProductivity is extended through plugins: separately-installable distributions that ship concrete backends for the framework's interface-only surfaces and register themselves through entry points — with no change to the framework itself.
- Public API — the extension points, registries, decorators, and entry-point groups a plugin targets.
- Authoring Guide — how to build a plugin, step by step.
- Installation Guide — how to install a plugin and confirm discovery.
- Reference Plugin (SitePack) — the bundled
mineproductivity-sitepackplugin, which proves five extension surfaces (visualization, optimization, analytics, tools, agents) end to end and integrates into the Enterprise Reference Solutions.
The stability guarantee for entry-point group names and registries is defined in the API Stability Policy.