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

memory-system:kilo-code-memory

Structured · live

Kilo 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:kilo-code-memory",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kilo Code Memory",
    "description": "Kilo Code's AGENTS.md-based memory system with Kilo Code-specific\nextensions. AGENTS.md files at project root and nested directories\ncarry project instructions, conventions, and accumulated guidance read\nat session bootstrap. Kilo Code extends the base AGENTS.md pattern\nwith per-mode memory scoping (similar to Roo Code's mode isolation)\n— allowing different instruction contexts for code, architect, and\nreview modes within the same project.\n",
    "memoryKind": "file-based",
    "persistence": "project-scoped",
    "autoExtraction": false,
    "consolidation": "manual",
    "storageFormat": "markdown",
    "privacyFilter": false,
    "deduplication": "none"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:kilo-code-memory",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}