## What Load and register plugins at runtime in the Vue frontend. ## Done when - [ ] Plugin files can be discovered from a known directory - [ ] Plugins are validated against the interface contract on load - [ ] Failed plugin loads surface a clear error without crashing the app
What
Load and register plugins at runtime in the Vue frontend.
Done when