iiRecord
Agentic AI Atlas · Roo Code Memory
memory-system:roo-code-memorya5c.ai
II.
MemorySystem JSON

memory-system:roo-code-memory

Structured · live

Roo Code Memory 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:roo-code-memory",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Roo Code Memory",
    "description": "Roo Code's file-based memory system in .roo/memory/. As a Cline fork,\nRoo Code inherits the structured memory bank pattern with categorical\nmarkdown files. Roo Code extends this with per-mode memory — each\ncustom mode (code, architect, review, etc.) can maintain its own memory\ncontext, so architectural decisions stay in architect mode memory while\nimplementation details stay in code mode memory. Memory is read at\nsession start and updated during/after sessions.\n",
    "memoryKind": "file-based",
    "persistence": "project-scoped",
    "autoExtraction": true,
    "consolidation": "on-write",
    "storageFormat": "markdown",
    "privacyFilter": false,
    "deduplication": "none"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:roo-code-memory",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "knowledge-fabric-impl:roo-code.knowledge@current",
      "to": "memory-system:roo-code-memory",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:roo-code@current",
      "to": "memory-system:roo-code-memory",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ]
}