Files
john 7f8d692d16 fix(agent): recover stale runs and improve new-user OA delivery
Fix DEV logout cookie clearing, materialize selected MindSpace OA assets before agent runs, and recover zombie runs from synced workspace pages. Add client run wait timeout, harness retry limits, page-edit asset forwarding, and logout/john2 scenario tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-10 20:05:52 +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