II.
MemorySystem JSON
Structured · livememory-system:kilo-code-memory
Kilo Code Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}