Refactor: Extract Memory Core to @neomjs/ai-memory-server
Context
To enable broader adoption (Epic #7919), we need to extract the Memory Core from the monorepo into a standalone package.
Requirements
- Separation: Move
ai/mcp/server/memory-core code to a structure that can be published independently.
- Dependencies: Ensure it depends on
@neomjs/ai-core (if created) or bundles its dependencies.
- CLI: Ensure the
runner.mjs can be invoked via npx.
- Publishing: Setup
package.json for npm publication.
Output
- A published npm package
@neomjs/ai-memory-server.