memorix_transfer
Export project memories to JSON or Markdown files, or import memories from JSON exports to transfer knowledge between AI coding sessions.
Instructions
Export or import project memories. Action "export": export observations and sessions (JSON or Markdown). Action "import": import from a JSON export (re-assigns IDs, skips duplicate topicKeys).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation: export or import | |
| format | No | Export format (for export, default: json) | |
| data | No | JSON string from a previous export (for import) |