mnemo

fx memory surfaces

Native model

fx has two relevant durable surfaces:

  1. Project instructions loaded from AGENTS.md files.
  2. A built-in memory tool that stores durable user preferences in ~/.fx/memories.json.

The fx docs describe AGENTS.md as project guidance. The fx source shows the memory tool supports save, list, and clear; it stores a JSON array of strings and resolves the path through the profile path helper.

Locations

Instructions:

Native memory tool:

Other state:

Shape and retrieval

Instructions:

Native memory tool:

Conversion notes for mnemo

Recommended import order:

  1. Project AGENTS.md files.
  2. ~/.fx/memories.json only with explicit user approval because it is intended for user preferences.
  3. ~/.fx/AGENTS.md only with explicit user-scope opt-in.

Suggested mapping:

Important importer behavior:

Sources