feat(mindspace): add page quota grace write and local delivery guardrails.
Memind CI / Test, build, and release guards (pull_request) Failing after 2s

Centralize page HTML quota checks with grace-write semantics across page
services and workspace tools, keep localhost MindSpace links clickable in
chat display, and expand Page Data/static-page skill plus local dev docs
for quota, delivery URLs, and native Aider/OpenHands tooling.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-30 10:27:16 +08:00
parent 916641d748
commit c247243b49
18 changed files with 514 additions and 40 deletions
+1
View File
@@ -128,6 +128,7 @@ export function createMindSpaceLocalRuntimeServices({
syncWorkspaceAssets,
conversationArtifactService,
workspacePageDeliveryService,
getQuotaPool: () => pool,
});
const cleanupService = createCleanupService(pool, {
storageRoot: runtime.storageRoot,