You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: unify hub access via MemoryHubDatabase.getDefault() in application layer
- Add MemoryHubDatabase.getDefault() factory that respects test override
- Add MemoryHubDatabase.setTestOverride() synced from MemoryStore.setSharedHubForTests
- getDefault() creates a new connection to the same path (safe to close per-consumer)
- Replace direct new MemoryHubDatabase() in application and monitoring layers
- Eliminates the bypass path that caused ghost project leaks in tests
0 commit comments