Files
john e2ad3bf62b feat(mindspace): 公开页分享组件、workspace 路径与 Plaza 发布增强
- 新增 public share widget 与 workspace relative path 解析
- 增强 publications/chat-plaza 发布链路与缩略图 demo
- 补充 schema、cover 检查脚本与回归测试

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 23:14:41 +08:00
..

MindSpace Service

Standalone MindSpace service source tracked inside the Memind repo.

This service is deployed to production as a separate runtime artifact under /Users/john/MindSpace and exposes the shared adapter RPC contract that Memind can call through MINDSPACE_SERVER_ADAPTER=remote.

Production defaults:

  • MindSpace service listens on 127.0.0.1:8082
  • Memind remains on 127.0.0.1:8081
  • Runtime code lives at /Users/john/MindSpace
  • Runtime data continues to use the existing persisted Memind directories: MindSpace/, data/mindspace/, and users/

Key scripts in this repo:

  • node scripts/build-mindspace-service-runtime.mjs
  • bash scripts/release-mindspace-service-prod.sh --yes