421e204711
Memind CI / Test, build, and release guards (push) Successful in 3m28s
Ship the M成果 page with list/delete UX, fix deletePage for incomplete page records, route /space/achievements, and add M成果 under the WeChat M空间 menu. Co-authored-by: Cursor <cursoragent@cursor.com>
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/, andusers/
Key scripts in this repo:
node scripts/build-mindspace-service-runtime.mjsbash scripts/release-mindspace-service-prod.sh --yes