feat: Core Plugin system — is_core flag, topological sort dependency resolution, deactivation protection

This commit is contained in:
leocrm-bot
2026-07-07 07:44:02 +02:00
parent 1694b14c55
commit bb4b0ce514
8 changed files with 147 additions and 1 deletions
@@ -30,4 +30,5 @@ class PermissionsPlugin(BasePlugin):
events=[],
migrations=["0001_initial.sql"],
permissions=[],
is_core=True,
)