iiRecord
Agentic AI Atlas · memories.sh
memory-system:memories-sha5c.ai
II.
MemorySystem JSON

memory-system:memories-sh

Structured · live

memories.sh json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/knowledge-fabric/memory-systems.yamlCluster · domain
Record JSON
{
  "id": "memory-system:memories-sh",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "memories.sh",
    "description": "Local-first unified state layer for coding agents supporting four memory\ntypes: session (volatile, cleared per session), semantic (memory.md —\npersisted facts and preferences), episodic (daily logs of agent\ninteractions), and procedural (workflows and reusable task patterns).\nDesigned as a cross-agent compatibility layer — supports Cursor,\nClaude Code, GitHub Copilot, Windsurf, Cline, Roo, and Gemini through\na shared filesystem layout that each agent can read. All memory is\nlocal-first (no cloud dependency), stored as plain files under\n~/.memories/, and version-controllable with git. The unified memory\ntype taxonomy makes memories.sh the reference implementation of the\nfour-type memory model.\n",
    "memoryKind": "file-based",
    "persistence": "user-scoped",
    "autoExtraction": false,
    "consolidation": "manual",
    "storageFormat": "markdown",
    "privacyFilter": false,
    "deduplication": "none"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:memories-sh",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "tool:memories-sh",
      "kind": "memory_system_integrates",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agentVersion:cursor:ge-0-0-0",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agentVersion:claude:ge-0-0-0",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agentVersion:copilot:ge-0-0-0",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agent-version:windsurf@current",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agent-version:cline@current",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agent-version:roo-code@current",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "memory-system:memories-sh",
      "to": "agentVersion:gemini:ge-0-0-0",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:claude-sh@current",
      "to": "memory-system:memories-sh",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ]
}