Registry

Internal registry that discovers metadata modules and exposes manifests to the app.

This module discovers metadata providers and exposes them to the UI/API.

What it does

  • discovers providers/metadata/_meta_*.py

  • exposes provider manifests for UI/diagnostics

  • exposes provider HTML blocks for the UI

When things break

A provider doesn’t show up

  • import fails

  • module doesn’t expose a provider instance/class

  • manifest is invalid

Provider shows up, but UI is weird

  • html() output is broken

  • grouping rules changed

Last updated

Was this helpful?