mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
fix(session): keep workspace history scoped during local reconnects
Use the active workspace root instead of stale engine directories when reloading local sessions so workspace creation, switching, and restart flows do not hide another workspace's history. Add a regression check for stale session loads overwriting sidebar and route state.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"test:events": "pnpm --filter @openwork/app test:events",
|
||||
"test:todos": "pnpm --filter @openwork/app test:todos",
|
||||
"test:permissions": "pnpm --filter @openwork/app test:permissions",
|
||||
"test:session-scope": "pnpm --filter @openwork/app test:session-scope",
|
||||
"test:session-switch": "pnpm --filter @openwork/app test:session-switch",
|
||||
"test:fs-engine": "pnpm --filter @openwork/app test:fs-engine",
|
||||
"test:e2e": "pnpm --filter @openwork/app test:e2e",
|
||||
|
||||
Reference in New Issue
Block a user