iiRecord
Agentic AI Atlas · Cline Memory Bank
memory-system:cline-memory-banka5c.ai
II.
MemorySystem JSON

memory-system:cline-memory-bank

Structured · live

Cline Memory Bank 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:cline-memory-bank",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Cline Memory Bank",
    "description": "Cline's structured memory bank stored in .cline/memory/ with categorical\nmarkdown files. Categories include activeContext.md (current session state),\nproductContext.md (what the product does), progress.md (development\nprogress), systemPatterns.md (recurring code patterns), and techContext.md\n(technology decisions). Files are read at session start and optionally\nupdated at session end. The structured-category approach trades flexibility\nfor consistency — every project gets the same memory organization, making\ncross-project knowledge navigation predictable.\n",
    "memoryKind": "file-based",
    "persistence": "project-scoped",
    "autoExtraction": true,
    "consolidation": "on-write",
    "storageFormat": "markdown",
    "privacyFilter": false,
    "deduplication": "none"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:cline-memory-bank",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "knowledge-fabric-impl:cline.knowledge@current",
      "to": "memory-system:cline-memory-bank",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:cline@current",
      "to": "memory-system:cline-memory-bank",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ]
}