refactor(b1): contacts domain fully plugin-owned - routes moved from core to contacts plugin with require_active_plugin guard
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-23 20:20:02 +02:00
parent 5cee78c54c
commit 5ad107ff83
8 changed files with 48 additions and 15 deletions
-1
View File
@@ -7,7 +7,6 @@ from app.routes import (
compliance, # noqa: F401
auth, # noqa: F401
bank_accounts, # noqa: F401
contacts, # noqa: F401
currencies, # noqa: F401
dashboard, # noqa: F401
entity_history, # noqa: F401