mindspace: close authority boundaries

This commit is contained in:
john
2026-07-27 15:34:35 +08:00
parent dfab78c75a
commit e94052ff24
78 changed files with 11962 additions and 2162 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ test('createMindSpaceLocalServerAdapter wires backfill and public html hydrator
assert.ok(Array.isArray(hydrated));
assert.equal(hydrated.length, 1);
assert.equal(registered.length, 1);
assert.equal(registered[0].publishDir, path.join(h5Root, 'MindSpace', 'user-1'));
assert.equal('publishDir' in registered[0], false);
assert.equal(registered[0].title, 'Published from chat');
assert.equal(registered[0].artifactRefs[0].relativePath, 'public/landing/index.html');
});