Add manifest-based addon manager #1
Reference in New Issue
Block a user
Delete Branch "feature/plugin-modloader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a first manifest-based addon/modloader layer for Odysseus.
What changed:
data/addons/<id>/addon.jsonas the addon contract./api/addonsadmin routes for list, template, save, enable/disable, and delete.Validation:
python -m pytest tests/test_addons.py tests/test_integrations_api_call_truncation.py tests/test_api_call_integration_id_alias.py tests/test_integrations_import_lightweight.pyPull request closed