relationship persistence, context entities, idempotent asset creation, audit/version handling for relationship changes

This commit is contained in:
2026-05-06 02:09:23 +02:00
parent bf59087073
commit 286ebc3cb6
12 changed files with 651 additions and 24 deletions

View File

@@ -1,6 +1,5 @@
"""Application services for the engine."""
from .asset_service import AssetChangeResult, AssetRegistryService
__all__ = ["AssetChangeResult", "AssetRegistryService"]
from .asset_service import AssetChangeResult, AssetRegistryService, RelationshipChangeResult
__all__ = ["AssetChangeResult", "AssetRegistryService", "RelationshipChangeResult"]