fix: MindSpace remote sync, thumbnail fallback, and Plaza URL guards

Ensure page sync runs via pageSyncService in remote mode, fall back to
workspace HTML when storage assets are missing, and prevent production
Portal from linking to loopback Plaza URLs baked in at build time.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-05 07:57:04 +08:00
parent 4781bbc156
commit d3239ff292
20 changed files with 646 additions and 58 deletions
@@ -30,6 +30,7 @@ test('createMindSpaceLocalRuntimeServices assembles local runtime-backed service
assert.ok(services.conversationPackageRegistry);
assert.ok(services.assetService);
assert.ok(services.pageService);
assert.ok(services.pageSyncService);
assert.ok(services.publicationService);
assert.ok(services.cleanupService);
assert.ok(services.agentJobService);