II.
MemorySystem JSON
Structured · livememory-system:aider-memory
Aider Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:aider-memory",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Aider Memory",
"description": "Aider's multi-file memory system combining .aider.conf.yml configuration,\nconventions files (.aider.conventions.md or CONVENTIONS.md), and the\naider repo map as project-scoped memory. .aider.conf.yml persists CLI\ndefaults and model preferences. Conventions files carry project-specific\ncoding standards and patterns injected into every session. The repo map\n(a compressed representation of all file symbols and their relationships)\nprovides structural project memory — enabling Aider to understand which\nfiles and functions are relevant for a given task without full codebase\ningestion. Together these form a layered memory architecture: preferences\n→ conventions → structural map.\n",
"memoryKind": "file-based",
"persistence": "project-scoped",
"autoExtraction": false,
"consolidation": "none",
"storageFormat": "markdown",
"privacyFilter": false,
"deduplication": "none"
},
"outgoingEdges": [
{
"from": "memory-system:aider-memory",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:aider@current",
"to": "memory-system:aider-memory",
"kind": "uses_memory_system",
"attributes": {}
}
]
}