feat(ai): carry workspace and target space ids on vector lifecycle events

This commit is contained in:
Philipinho
2026-08-16 23:37:38 +01:00
parent fc34f1a7f5
commit d5ad7d5181
5 changed files with 7 additions and 2 deletions
@@ -230,6 +230,7 @@ export class SpaceRepo {
this.eventEmitter.emit(EventName.SPACE_DELETED, {
spaceId,
workspaceId,
});
}
}