"""Domain entities for workspace/project isolation (EPIC R06).""" from .workspace_session import WorkspaceSession __all__ = ["WorkspaceSession"]