fix: isolate packaged gate writable roots
Memind CI / Test, build, and release guards (push) Successful in 4m1s

This commit is contained in:
john
2026-07-26 15:31:31 +08:00
parent f1f9a1cf8f
commit e885310f39
2 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ test('packaged runtime gate isolates persistent roots and rejects artifact mutat
path.join(ROOT, 'release-gate', 'local-stack.mjs'),
'utf8',
);
assert.match(localStackSource, /MEMIND_PORTAL_H5_ROOT: resolvedPortalRoot/);
assert.match(localStackSource, /MEMIND_PORTAL_H5_ROOT: sandboxRoot/);
assert.match(localStackSource, /MEMIND_DEEPSEEK_DISABLE_THINKING: '0'/);
assert.match(localStackSource, /H5_USERS_ROOT: usersRoot/);
assert.match(localStackSource, /MINDSPACE_STORAGE_ROOT: storageRoot/);